Skip to content

wanialdo/crud-asp-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Basic CRUD with .Net, Entity and SQL Server

Basic Example on creating a CRUD Application using Asp.Net, Entity Framework, SQL Server, MVC Razor and Master-Details page. This example also uses Database Migrations to take track of the tables on database. It also don't use basic Asp.Net suggested layout, changing it by AdminLTE from nuget libraries.