How to use transaction in Entity Framework

In previous posts, how to insert new records using entity framework and how to update records using entity framework. Those two processes are foundation blocks of most of the data operations we all...

Read more

How to update record using Entity Framework

In previous post How to insert new record using Entity Framework, I discussed one aspect of CRUD operation in an application or process. In this post I will talk about another aspect of the process, h...

Read more

How to map custom class name to database table with Entity Framework

In earlier post, How to insert records in database using Entity Framework, I discussed how you can use code first approach to create a POCO (Plain old CLR object) and then use data context to manipula...

Read more

How to insert new records using Entity Framework

In my previous post about using ORM tools, I talked about how to add records to table using Linq to Sql. Recently Microsoft released new version 4.2 of Entity Framework. In this post I will discuss h...

Read more

How to insert new records using Linq To Sql

In one of my earlier posts I wrote about using LINQ To SQL to call stored procedures. That opens up a way for you to very handy ORM tool provided by Microsoft in form of LINQ to SQL classes. In this ...

Read more

Search

Social

Weather

-1.7 °C / 28.9 °F

weather conditions Clouds

Monthly Posts

Blog Tags