ASP.NET sample project

Pinky 21 Reputation points
2021-06-14T07:27:32.617+00:00

Hello,I am new to asp.net mvc application.I have gone through theory and well as few prac .I want a sample project which is made of asp.net Mvc and Ef for reference.If anybody have,please provide me that.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,451 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yijing Sun-MSFT 7,076 Reputation points
    2021-06-14T09:09:48.627+00:00

    Hi @Pinky ,
    About EF with MVC, there are Code First, Database First and Model First.What do you need?
    If you need Code First,you could refer to below this article:
    https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application
    If you need Database First,you could refer to below this article:
    https://www.c-sharpcorner.com/UploadFile/87b416/create-simple-mvc-application-using-entity-framework-databa/
    If you need Model First,you could refer to below this article:
    https://www.entityframeworktutorial.net/model-first-with-entity-framework.aspx
    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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