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
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,...
Mitsu's blog
WPFBookControl on codeplex
Posted
over 6 years ago
by
Mitsu Furuta
4
Comments
To answer to many requests, I have added some new features on my WPFBookControl. As my blog is not the perfect place to maintain a project, I have created a codeplex project. http://www.codeplex.com/wpfbookcontrol Mitsu
Mitsu's blog
How to implement a many-to-many relationship using Linq to Sql ?
Posted
over 6 years ago
by
Mitsu Furuta
51
Comments
In this article, I will show one possible solution to implement many-to-many relationship using Linq to Sql. Let's begin with some definitions and what Linq to Sql offers. A “many to many” relationship between two entities defines a kind of bi-directional...
Mitsu's blog
Anonymous methods: how to factorize surrounding statements like try-catch
Posted
over 6 years ago
by
Mitsu Furuta
10
Comments
Here is the translation of one of my old french articles at a moment when I was trying to find what I could do with anonymous methods :p ! Here is the idea: Let's imagine we would like to centralize exception management. In numerous program (like...
Mitsu's blog
How to simulate modal windows inside a single WPF window using anonymous methods ?
Posted
over 6 years ago
by
Mitsu Furuta
14
Comments
Introduction In our windows applications we are commonly using modal windows. Let's remind the idea. Using windows forms, once a window is created, we can choose to show it in a modal manner (form.ShowDialog()). The window then becomes THE front window...
Mitsu's blog
WPF Book Control demo via ClickOnce!
Posted
over 6 years ago
by
Mitsu Furuta
4
Comments
Following my previous post , here is an easy to deploy clickonce version: http://wpf.netfx3.com/direct/wpfbookcontrol/publish.htm Thanks to Tim Sneath for this idea and the hosting. Mitsu
Mitsu's blog
WPF Book control
Posted
over 6 years ago
by
Mitsu Furuta
101
Comments
[Update : WPFBookControl now available on codeplex: http://www.codeplex.com/wpfbookcontrol ] After a long time of work on my free time here is finally a first version of the flip page demo ( http://blogs.msdn.com/mitsu/archive/2006/11/05/flip-page...
Mitsu's blog
Why iterators are better than collections
Posted
over 6 years ago
by
Mitsu Furuta
6
Comments
Introduction In many languages, we are using collections to manage groups of objects. We are using collections as well in data access layers as in frameworks, components or UI layers. The .Net framework itself is using a hugh number of collections...
Mitsu's blog
Flip page demo using WPF
Posted
over 7 years ago
by
Mitsu Furuta
25
Comments
[Update: source code available here ] Let's have a little fun using WPF ! In this very short post, I am just giving you a preview of a page flip control that I am working on. The algorithm is mixing C# code and WPF 2D transformations and clipping...
Mitsu's blog
Linq to bits !
Posted
over 7 years ago
by
Mitsu Furuta
11
Comments
Following my previous post , let's see how to extend Linq to bits... To have a good understanding of what I am working on in this post, it's highly recommended to read my previous post: Enumerating Enums . In fact, this is part II. Using Linq natural...
Mitsu's blog
Enumerating Enums
Posted
over 7 years ago
by
Mitsu Furuta
4
Comments
In this post i will expose a little solution to make it more easy to read different values stored in a single enum instance. This sample is written in C# 2.0 using iterators and operator overriding. Let's use a simple enum definition: [Flags] public...
Mitsu's blog
First post
Posted
over 7 years ago
by
Mitsu Furuta
1
Comments
Hi all, My name is Mitsuru FURUTA. I am working for Microsoft FRANCE as a Developer Evangelist from 2003. From sept 04, I am posting on my french blog about Microsoft technologies and french events. Since PDC 2005, I got specialized on Linq and WPF and...
Page 2 of 2 (40 items)
1
2