Aug 10

Building MVC Application via Code First Approach

Using Code First, we create POCO classes first, and then create a database from these classes A useful feature of this code is when you don't have a database

By Sridhar