<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://linqinaction.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sahil Malik's LINQ'y stuff.</title><link>http://linqinaction.net/blogs/sahilmalik/default.aspx</link><description>&lt;a href="http://blah.winsmarts.com"&gt;My Blog&lt;/a&gt; | &lt;a href="http://www.winsmarts.com"&gt;www.winsmarts.com&lt;/a&gt; | &lt;a href="http://www.winsmarts.com/contact.aspx"&gt;Contact Me&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>DLINQ - Oh Wait, it's LINQ to SQL now</title><link>http://linqinaction.net/blogs/sahilmalik/archive/2006/06/18/25.aspx</link><pubDate>Sun, 18 Jun 2006 08:55:00 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:25</guid><dc:creator>sahilmalik</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/sahilmalik/comments/25.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/sahilmalik/commentrss.aspx?PostID=25</wfw:commentRss><description>&lt;P&gt;Well well, the ADO.NET v.Next vision was finall unvieled. All looks good, but before we dive into that, it's probably better to understand DLINQ first.&lt;/P&gt;
&lt;P&gt;Here are a couple of articles I've written on DLINQ to get you started - &lt;/P&gt;
&lt;P&gt;&lt;A class=resultlink href="http://redir.internet.com/!search/www.developer.com/net/net/article.php/3610321"&gt;DLINQ: Bridging the Object Relational Divide&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class=resultlink href="http://redir.internet.com/!search/www.developer.com/net/net/article.php/3613531"&gt;DLINQ: Submitting Your Changes&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Also, there is a new Demysifying DLINQ series I am in the middle of, here is what I have so far - &lt;/P&gt;
&lt;P&gt;&lt;A href="http://blah.winsmarts.com/2006/06/02/demystifying-dlinq-part1--an-introduction-to-dlinq.aspx"&gt;Demystifying DLINQ: Part1 - An introduction to DLINQ&lt;/A&gt; &lt;BR&gt;&lt;A href="http://blah.winsmarts.com/2006/06/03/demystifying-dlinq-part2--setting-up-a-datacontext-class.aspx"&gt;Demystifying DLINQ: Part2 - Setting up a DataContext Class&lt;/A&gt;&lt;BR&gt;&lt;A href="http://blah.winsmarts.com/2006/06/06/demystifying-dlinq-part3--querying-for-data-using-dlinq.aspx"&gt;Demystifying DLINQ: Part3 - Querying for Data using DLINQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;After writing the above 3, I went to TechED, and moderated a DLINQ BOF with Bob Beauchemin. Man there were QUITE A FEW comments about Stored procs, so I decided to take a small detour and talk about stored procedure support in DLINQ.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blah.winsmarts.com/2006/06/17/demystifying-dlinq-part-4--stored-procedureudf-support-in-dlinq.aspx"&gt;Demystifying DLINQ: Part 4 - Stored Procedure/UDF Support in DLINQ&lt;/A&gt;.&lt;BR&gt;&amp;nbsp; &lt;A href="http://blah.winsmarts.com/2006/06/18/demystifying-dlinq-part-41--stored-procedures-that-return-scalar-results.aspx"&gt;Demystifying DLINQ: Part 4.1 - Stored Procedures that return scalar results&lt;/A&gt;&lt;BR&gt;&amp;nbsp; &lt;A href="http://blah.winsmarts.com/2006/06/18/demystifying-dlinq-part-42--stored-procedures-that-return-a-definite-shape.aspx"&gt;Demystifying DLINQ: Part 4.2 - Stored Procedures that return a definite shape&lt;/A&gt;&lt;BR&gt;&amp;nbsp; &lt;A href="http://blah.winsmarts.com/2006/06/18/demystifying-dlinq-part-43--stored-procedures-that-return-variable-shapes.aspx"&gt;Demystifying DLINQ: Part 4.3 - Stored Procedures that return variable shapes&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;.. more coming :) (I will continue to update this blogpost as we go forward)&lt;/P&gt;&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=25" width="1" height="1"&gt;</description></item><item><title>Learn C# 3.0 - the easy way.</title><link>http://linqinaction.net/blogs/sahilmalik/archive/2006/06/18/24.aspx</link><pubDate>Sun, 18 Jun 2006 08:51:00 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:24</guid><dc:creator>sahilmalik</dc:creator><slash:comments>3</slash:comments><comments>http://linqinaction.net/blogs/sahilmalik/comments/24.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/sahilmalik/commentrss.aspx?PostID=24</wfw:commentRss><description>&lt;P&gt;So lets get started.&lt;/P&gt;
&lt;P&gt;I blogged about C# 3.0, well mostly everyone and their dog did. But I took a different approach.&lt;/P&gt;
&lt;P&gt;I broke it down into 7 digestable small peices. 5 minutes each, a good definition of what each item is, alongwith what they mean to YOU.&lt;/P&gt;
&lt;P&gt;Enjoy - &lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=#979797 size=2&gt;a) &lt;/FONT&gt;&lt;A href="http://blah.winsmarts.com/2006/05/17/demystifying-c-30--part-1-implicitly-typed-local-variables-var.aspx"&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;Demystifying C# 3.0 - Part 1: Implicitly Typed Local Variables "var"&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Arial color=#979797 size=2&gt;b) &lt;/FONT&gt;&lt;A href="http://blah.winsmarts.com/2006/05/17/demystifying-c-30--part-2-anonymous-types.aspx"&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;Demystifying C# 3.0 - Part 2: Anonymous Types&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Arial color=#979797 size=2&gt;c) &lt;/FONT&gt;&lt;A href="http://blah.winsmarts.com/2006/05/18/demystifying-c-30--part-3-extension-methods.aspx"&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;Demystifying C# 3.0 - Part 3: Extension Methods&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Arial color=#979797 size=2&gt;d) &lt;/FONT&gt;&lt;A href="http://blah.winsmarts.com/2006/05/19/demystifying-c-30--part-4-lambda-expressions.aspx"&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;Demystifying C# 3.0 - Part 4: Lambda Expressions&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Arial color=#979797 size=2&gt;e) &lt;/FONT&gt;&lt;A href="http://blah.winsmarts.com/2006/05/21/demystifying-c-30--part-5-object-and-collection-initializers.aspx"&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;Demystifying C# 3.0 - Part 5: Object and Collection Initializers&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT face=Arial color=#979797&gt;&lt;FONT size=2&gt;f) &lt;/FONT&gt;&lt;A href="http://blah.winsmarts.com/2006/05/21/demystifying-c-30--part-6-linq-query-expression-translation-to-c-30.aspx"&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;&amp;nbsp;Demystifying C# 3.0 - Part 6: (LINQ) Query Expression Translation (to C# 3.0)&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;FONT size=2&gt;g) &lt;/FONT&gt;&lt;/FONT&gt;&lt;A class="" href="http://blah.winsmarts.com/2006/05/23/demystifying-c-30--part-7-expression-trees.aspx" target=""&gt;&lt;FONT face=Arial color=#6ab055 size=2&gt;Demystifying C# 3.0 - Part 7: Expression Trees&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;Hope u find 'em useful :)&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=24" width="1" height="1"&gt;</description></item><item><title>The inaugural post</title><link>http://linqinaction.net/blogs/sahilmalik/archive/2006/06/18/23.aspx</link><pubDate>Sun, 18 Jun 2006 03:48:00 GMT</pubDate><guid isPermaLink="false">474e9fbe-b00d-4298-b93d-72ccda50e72d:23</guid><dc:creator>sahilmalik</dc:creator><slash:comments>0</slash:comments><comments>http://linqinaction.net/blogs/sahilmalik/comments/23.aspx</comments><wfw:commentRss>http://linqinaction.net/blogs/sahilmalik/commentrss.aspx?PostID=23</wfw:commentRss><description>&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;Thank you Fabrice for giving me a place to blah blah about my LINQ related stuff.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;I have been a bit tied up :), much like a china doll in a torture chamber. TechED was exhausting, so I've spent most of my day sleeping. I usually blog at &lt;A href="http://blah.winsmarts.com"&gt;http://blah.winsmarts.com&lt;/A&gt; and maintain my website at &lt;A href="http://www.winsmarts.com"&gt;http://www.winsmarts.com&lt;/A&gt; .&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;I will be cross-linking/posting stuff between this blog, and my original blog at blah.winsmarts.com, except the only stuff that will appear here will be about LINQ'y stuff. I usually blog about anything .NET, and Sharepoint 2007, and yes "Data" is my favorite topic.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Tahoma size=2&gt;... watch out ;-)&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://linqinaction.net/aggbug.aspx?PostID=23" width="1" height="1"&gt;</description></item></channel></rss>