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

Entity Framework - Object Services Level. Transactions.

How do transactions play with the Entity Framework? As a starting point, if I do something like;

static void Main(string[] args)
{
using (NorthwindContext ctx = new NorthwindContext("Name=NorthwindEntities"))
{
foreach (Shippers s in ctx.Shippers)
{
s.Phone = "Bar";
}
ctx.SaveC











Microsoft news, tips and tricks search

Comments


Post voted by 1 digWinners, 1 Anonymous users


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 Product

Download Free Exchange Ebook

Categories

Upcoming NEW

Recent comments

Related Sites