Linq and Entity Framework tagged posts
CRUD Operations using Linq and Entity Framework in Asp.net
March 14, 2013 Category: ASP.NET, ENTITY FRAMEWORK, LINQ
Comments:
CRUD Operations using Linq and Entity Framework in Asp.net and Cascade Delete using Linq Query
In this series, I am going to tell you how to perform CRUD operations on a database using entity framework. I use database-first approach for this tutorial which supposes that you already have existing database and you want to automatically generate Entity Model based on this database.
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Read More