Getting Started with .Net MVC c#

Using DB First Approach Database Part MSSQL Management Studio Create DB Tables, Views and Stored Procedure as requirement Visual Studio Application Part Create New Project Create Separate Projects for DAL Add Reference of DAL Project to main project Add Nuget package of Entity Framework to both projects [DAL and Main] Create EDMX Model from Database …

Getting Started with .Net MVC c# Read More »