DotNetShoutout - Stories tagged with LINQ via C# Series
5
Shouts

Understanding LINQ to SQL (7) Data Changing - Dixin's Blog

published 1090 days, 15 hours, 31 minutes ago posted by rajuraju 1092 days, 9 hours, 43 minutes ago
Monday, May 31, 2010 10:39:44 AM GMT Saturday, May 29, 2010 4:27:01 PM GMT
[LINQ via C# series] After understanding how to retrieve data with LINQ to SQL, now take a look at data change (create (insert) / update / delete).Object Identity When changing data queried by LINQ to SQL, one common confusion for LINQ to SQL beginners is the object identity. Identity of entity objects The models working in LINQ to SQL are mappings of SQL Server database stuff, like one .NET entity object in the mummery is the mapping of one record in the database table, etc. Generally speaking, withi... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: .NET, Linq To SQL, C#, LINQ via C# Series, TSQL, Visual Studio, Linq