Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Entity framework example with asp.net [closed]

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

like image 594
Piyush Avatar asked Oct 01 '22 16:10

Piyush


1 Answers

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

like image 82
Bappi Datta Avatar answered Oct 05 '22 11:10

Bappi Datta