Sign In
Dinesh's Cyberstation
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Data Access
LINQ
Archive
Archives
October 2010
(1)
March 2009
(3)
August 2008
(2)
July 2008
(2)
June 2008
(4)
May 2008
(5)
April 2008
(1)
November 2007
(2)
October 2007
(8)
July 2007
(2)
June 2007
(5)
July 2006
(2)
June 2006
(1)
May 2006
(2)
March 2006
(5)
October 2005
(3)
September 2005
(7)
June 2005
(5)
April 2005
(2)
March 2005
(2)
April 2004
(1)
May, 2008
MSDN Blogs
>
Dinesh's Cyberstation
>
May, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Dinesh's Cyberstation
LINQ to SQL Tips 6: How to refresh given DataContext won't stomp on your objects
Posted
over 4 years ago
by
Dinesh Kulkarni - MSFT
5
Comments
The DataContext is a rather careful beast. Once an object is retrieved, the DataContext will not stomp on it if a query returns the same object again. This is intentional. Imagine the chaos if you modified some of the retrieved objects or even read the...
Dinesh's Cyberstation
LINQ to SQL Tips 5: Using stored procs that return multiple results
Posted
over 4 years ago
by
Dinesh Kulkarni - MSFT
7
Comments
Often I get the following questions about stored procs in LINQ to SQL: I have sproc that returns multiple results. How can I use it in LINQ to SQL? Can I use a sproc that returns results of different shapes; e.g. Customers and Orders? I drag...
Dinesh's Cyberstation
LINQ to SQL Tips 4: Use DeleteOnNull if you want to delete object with null FK
Posted
over 4 years ago
by
Dinesh Kulkarni - MSFT
5
Comments
I often get a question along the following lines: If I remove one of the OderDetails from Order.OrderDetails collection, I see that the reference OrderDetail.Order is set to null but this just orphans the OrderDetail; it is not deleted. How can I change...
Dinesh's Cyberstation
LINQ to SQL Tips 3: Deferred (lazy) or eager loading of related objects with stored procs
Posted
over 4 years ago
by
Dinesh Kulkarni - MSFT
3
Comments
This post is a confluence of two distinct sets of comments I got: The above-mentioned feature is a well-hidden secret; and I post code only in C# while there is a big community of VB users who like LINQ to SQL So here we go ... First, the...
Dinesh's Cyberstation
From LINQ team to App Framework on Silverlight team
Posted
over 4 years ago
by
Dinesh Kulkarni - MSFT
0
Comments
A while ago (October last year), I moved from C# team to the "UI Frameworks" team inside the .NET Developer Platform team. C# team is where LINQ was incubated and large portions of LINQ were productized: LINQ to Objects, LINQ to SQL and C# 3.0 to be precise...
Page 1 of 1 (5 items)