Sign in
Mitsu's blog
Discussing topics related to .Net, WPF, C# and Linq
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
RSS for comments
OK
Search
Tags
.Net
anonymous method
Anonymous type
C#
C#4
ClickOnce
codeplex
Coding4Fun
CompiledQuery
CSharpDevCenter
Extension method
Flippage
Generics
Linq
Linq to Sql
LinqToXml
MetaProgramming
Pageturn
Silverlight
Surface
VisualBasic
VLinq
WindowsMobile
WinForms
WPF
Archive
Archives
June 2010
(1)
March 2010
(3)
November 2009
(1)
September 2009
(1)
July 2009
(1)
May 2009
(1)
March 2009
(1)
February 2009
(1)
November 2008
(1)
October 2008
(2)
June 2008
(2)
May 2008
(3)
April 2008
(2)
March 2008
(2)
February 2008
(1)
January 2008
(1)
December 2007
(5)
November 2007
(1)
June 2007
(1)
May 2007
(2)
April 2007
(2)
March 2007
(1)
November 2006
(1)
October 2006
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mitsu's blog
WPF ObjectDumper and Linq to Sql deferred loading
Posted
over 6 years ago
by
Mitsu Furuta
7
Comments
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...
Mitsu's blog
Playing with Linq grouping: GroupByMany ?
Posted
over 6 years ago
by
Mitsu Furuta
37
Comments
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...
Mitsu's blog
Project Astoria December CTP is out!
Posted
over 6 years ago
by
Mitsu Furuta
1
Comments
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...
Mitsu's blog
Prime number product using Linq
Posted
over 6 years ago
by
Mitsu Furuta
7
Comments
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...
Mitsu's blog
Source updated for VS2008 RTM: how to implement a many-to-many relationship using Linq to Sql ?
Posted
over 6 years ago
by
Mitsu Furuta
1
Comments
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,...
Page 1 of 1 (5 items)