Browse by Tags

All Tags » EntityFramework (RSS)

Where I can find SQL Generated by Entity framework? by Jalpesh P. Vadgama

Few days back I was optimizing the performance with Entity framework and Linq queries and I was using LinqPad and looking SQL generated by the Linq or entity framework queries. After some point of time I got the same question in mind that how I can find...

CRUD Operation with ASP.NET MVC and EFCodeFirst Part-2 by Jalpesh P. Vadgama

In the previous post I have already explained How we can list data from database easily with the help of EFCodeFirst . In this post I am going to explain How we can complete Create,Edit,Delete and Details operations within 10 minutes. So let’s first Start...

CRUD Operation with ASP.NET MVC and EFCodeFirst Part-1 by Jalpesh P. Vadgama

I have been playing with EFCodeFirst now and I found it very interesting with that you could write your application fast and easily. So I have decided to write series of blog posts for CRUD Operations using ASP.NET MVC 3 and EFCodeFirstCTP5.0 . You can...

Invalid Object Name with Entity framework -EFCodeFirstCTP5 by Jalpesh P. Vadgama

Recently I was working on one sample application with EFCodeFirst with the existing database.After doing all the coding I have found a error “ Invalid object name 'dbo.Customers'.”. Following was my code for data context using System; using System.Collections...
More Posts