Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7669903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:42:02+00:00 2026-05-31T15:42:02+00:00

Im using MVC 3, EF Model first for my web application. I have a

  • 0

Im using MVC 3, EF Model first for my web application.

I have a table with a list of employees, I want to be able to inactivate employees and also be able to delete employees. I have no problems with deleting employees but I also want to be able to inactivate employees so people cant seach for the employee or use em in other type of functionality, though, I still want them to exist in my database.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:42:03+00:00Added an answer on May 31, 2026 at 3:42 pm

    Add status field to the table. Employee will have different status 1 – Online 2 – Inactive 3 – Deleted. this way you can keep all your employees in database but you’ll be able to pull out employees that are only currently hired(online).

    Context.Get().Employees.Where(x => x.Status == EmployeeStatus.Online);

    And EmployeeStatus enum:

    public enum EmployeeStatus
    {
    Online = 1,
    Inactive = 2,
    Deleted = 3,
    }
    

    EDIT:

    You may need to do some additional parsing to get the enum to work that way; on the other hand, you can just use pull data by int value but enum is much clearer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am setting up an application using the MVC model and I have a
I'm in the process of building my first web application using ASP.NET MVC 2
I'm trying to make this 2-player web game application using Spring MVC. I have
FYI, I'm working on my first MVC web application using MVC 3 and Razor
I've now completed my first web application using ASP.NET MVC and overall, I still
I have an ASP.NET MVC 3 Web Application using Linq-to-SQL for my data access
I am creating a simple application using the MVC design pattern where my model
I'm using ASP.NET MVC and have a model which has an image (byte array)
I'm helping develop a MVC application in Visual Studio 2008 using the Entity Model
I'm using Linq to SQL within an ASP.NET MVC application. The model consists of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.