Welcome to MSDN Blogs Sign in | Join | Help

Mitsu's blog

Discussing topics related to .Net, WPF, C# and Linq

December 2007 - Posts

WPF ObjectDumper and Linq to Sql deferred loading
Video: WPF Object dumper demo The official C# 3.0 samples are providing a very useful ObjectDumper class that allows displaying any kind of object on the console output. All the child properties are also displayed and you can even define how deep you Read More...
Playing with Linq grouping: GroupByMany ?
Linq is a great technology to manage data directly from your .Net language. One of its features is grouping. Many people understand grouping like it is defined in Sql. Linq is implementing grouping quite the same way. Let's discover this syntax and how Read More...
Project Astoria December CTP is out!
http://blogs.msdn.com/pablo/archive/2007/12/10/project-astoria-december-ctp-is-out.aspx I am only using this blog to post technical articles but that one is too much interesting. Astoria, officially named as "ADO.NET Data Services framework" is the kind Read More...
Prime number product using Linq
Linq is SO FUN !!! I have read this article from a french developer about Linq used to find the list of all the prime numbers < n : http://blogs.developpeur.org/raptorxp/archive/2007/11/26/quizz-linq-la-liste-des-nombres-premiers-en-3-clauses.aspx Read More...
Source updated for VS2008 RTM: how to implement a many-to-many relationship using Linq to Sql ?
Just a short post to tell that I have replaced the source code with the VS2008 RTM version : http://blogs.msdn.com/mitsu/archive/2007/06/21/how-to-implement-a-many-to-many-relationship-using-linq-to-sql.aspx To answer to some people having issues, this Read More...
Page view tracker