Code First Approach in Entity Framework: in Hindi
Sep 21 2012
Entity Framework is the Microsoft preferred method of data access for .NET applications. It supports strongly-typed access through LINQ. Entity Framework can be used from an ASP.NET Application, (using Entity Data Source) or in ASP.NET MVC etc. In this article we will be creating this using MVC App and we'll be using Visual Studio 2012 for demo.