Design a members class for commiittee class

MH Khan 21 Reputation points
2023-07-04T19:51:14.0666667+00:00

I need to create a page to display Committe List along with committee members(Employees) having different roles(picture)... I need assistance in designing the classes for the same , like committee class, members class (who also are employees of the organization and their details are already saved in the employee class). Any help would be appreciated...

p1

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Sreeju Nair 12,756 Reputation points
    2023-07-05T05:29:46.1566667+00:00

    I recommend you to read the following tutorials to gain detailed understanding about how these things work.

    https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/intro?view=aspnetcore-7.0&tabs=visual-studio

    The above tutorial gives you step-by-step instructions to build a complete .Net project with a relatively simple data model. Once you have learned this, make sure you go through the following to make sure you understand the advanced data model scenarios.

    https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/complex-data-model?view=aspnetcore-7.0&tabs=visual-studio

    Hope this helps

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.