0
kicks
CRUD Operation with ASP.NET MVC and EFCodeFirst Part-1
I have been playing with EFCodeFirst now and I found it very interesting with that you could write your application fast and easily. So I have decided to write series of blog posts for CRUD Operations using ASP.NET MVC 3 and EFCodeFirstCTP5.0 . You can very easily create CRUD within some minutes of code. So let’s start first thing is to create an ASP.NET MVC 3 application like following.
Once you click OK. It will ask for the which type of View your are going to use. I have used Razor and HTML5 Semant...