Entity framework example with asp.net

ado.net, asp.net, c#, entity-framework

Solution

Just go to this link.

http://www.asp.net/mvc

Getting Started (Entity Framework)

An Introduction to Entity Framework for Absolute Beginners

Entity Framework Tutorial

Getting Started with Entity Framework 5

Problem

I recently start to learn Entity framework. I want to use entity framework with asp.net and I try to find EF example with asp.net but there are only example for windows apps. So, I want simple insert,update,delete sources/examples of LINQ to EF with ASP.net

Original source