Home / General / Entity Framework - Object Services Level. Concurrency.
digWin is a community news sharing site for Microsoft Techies. Share interesting news/links and rate them!

Entity Framework - Object Services Level. Concurrency.

If we're going to be updating or deleting records in the database then we probably care about concurrency.

What happens if we've got code like this;

static void Main(string[] args)
{
using (NorthwindContext ctx = new NorthwindContext("Name=NorthwindEntities"))
{
Shippers s = ctx.Shippers.Where("it.shipperid = 13").First();

s.Phone =









Microsoft news, tips and tricks search

Comments


Post voted by 1 digWinners


Featured Links

User

Login | Register




Forgot Password?

Sponsor

Anti spam filter for mail servers
Anti spam, anti phishing and email management software for Exchange/SMTP/Lotus. Download a FREE trial!

Featured

Download Free Exchange Ebook

Categories

Upcoming NEW

Recent comments

Related Sites