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
Some basic sample to make your code “Linq ready”
Posted
over 3 years ago
by
Mitsu Furuta
2
Comments
Linq has been shipped with VS2008/.Net 3.5 and is not really new. If more and more people are getting used to its syntax, it’s sometimes hard to imagine all the scenarii where Linq to object can replace the classical way we program. During some...
Mitsu's blog
C# 4 expressions: loops, goto, label, if and even for ! [Part III]
Posted
over 3 years ago
by
Mitsu Furuta
6
Comments
We now have block and variable support in our very small meta language. Let’s try to use this basic engine to add higher functionalities. .Net 4.0 expression API also brings new instructions such as Loop, Goto, Label, IfThenElse, etc. We will add them...
Mitsu's blog
C# 4 expressions: variables [Part II]
Posted
over 3 years ago
by
Mitsu Furuta
2
Comments
Reading the first part is mandatory ! The goal is still the same: enhance the C# 4 expression capabilities. Now we have block support, let’s find a way to add variables. We can not really ‘code’ something without them… In our first sample, the...
Mitsu's blog
C# 4 expressions: blocks [Part I]
Posted
over 3 years ago
by
Mitsu Furuta
22
Comments
Since .Net 3.5 and Linq, the C# compiler is capable of generating expression trees instead of standard executable IL. Even if Linq opens the door of meta-programming (using the code to define something else, like a Sql query), we still have a lot of limitations...
Mitsu's blog
Read/Write selector in C# 3 then C# 4
Posted
over 4 years ago
by
Mitsu Furuta
2
Comments
I needed some quiet time to finish this article so I took some vacations here (Mauritius Island) Expressions are used to evaluate something. We usually use them in the right side of an affectation or at any place where a value is expected. It can...
Mitsu's blog
Surface Academy Toolkit 2009
Posted
over 4 years ago
by
Mitsu Furuta
4
Comments
Just a quick post to share this project with you. Microsoft France organized a 2 month long internship in Paris to develop a Surface Toolkit. We have provided a bunch of controls, including a Card Game Surface Starter kit that you can see here: The project...
Mitsu's blog
Serving Silverlight Apps from Windows Mobile
Posted
over 4 years ago
by
Mitsu Furuta
9
Comments
For the last Paris mobility briefing, my colleague Pierre Cauchois asked me to co-animate the Coding4Fun session…hard to refuse. Even if mobile dev is not my every day work, thanks to the .Net Compact Framework, it’s still .Net programming. Here...
Mitsu's blog
Linq: how to share parameters between lambda expressions ?
Posted
over 4 years ago
by
Mitsu Furuta
27
Comments
Before going into Linq, here is again one of my pictures: Le Louvre by night, Paris When using Linq to objects, you will quickly feel the need to pass some parameters from a method to another but it’s not so easy because each Linq method is not...
Mitsu's blog
WPF/Surface demo: driving an extending desktop with a popfly duck !
Posted
over 4 years ago
by
Mitsu Furuta
4
Comments
Contrarily to the title, this is a serious article ! From 10th to 12th of February Microsoft France have organized the Paris Techdays event. During the developer keynote, I have presented some Surface development features with a funny demo. Here...
Mitsu's blog
[Coding4Fun]: understanding WinForms designmode
Posted
over 4 years ago
by
Mitsu Furuta
7
Comments
We have just finished the french Paris Techdays today. I had organized a Coding4Fun session and here is on of the demo which is...let's say special :p. You can find the code attached to this post.
Mitsu's blog
WPF and Silverlight BookControls updated for Silverlight 2 RTM
Posted
over 5 years ago
by
Mitsu Furuta
7
Comments
You can now find the Silverlight 2 RTM version of this pageturn control, still here on codeplex : http://www.codeplex.com/wpfbookcontrol I have also updated the online example showing flickr pictures in a book: http://blogs.msdn.com/mitsu/archive/2008...
Mitsu's blog
Linq to Sql CompiledQuery container
Posted
over 5 years ago
by
Mitsu Furuta
10
Comments
Before we go deep into Linq to Sql, I wanted to share with you one of my pictures made last week at Chamonix Mont Blanc from "L'aiguille du midi" during some days off. Ok now let's go. Here is just a little trick but with some interesting patterns...
Mitsu's blog
TreeSelector : playing with generics and type inference
Posted
over 5 years ago
by
Mitsu Furuta
17
Comments
This piece of code is part of a personal bigger project that I am working on and I think there are interesting thing in it and I wanted to share it with you. I am trying to use generics and type inference to imagine new kind of method prototype. With...
Mitsu's blog
Thinking about new C# method prototypes: object as dictionary
Posted
over 5 years ago
by
Mitsu Furuta
6
Comments
I recently had to write a small Flickr API. I know many .Net API for Flickr already exist but I needed one for a Silverlight application. Whatever, it's only about building some querystrings so I did it by myself. It's been an opportunity to think again...
Mitsu's blog
WPF and Silverlight BookControls: source code available
Posted
over 5 years ago
by
Mitsu Furuta
30
Comments
I have just finished converting the control to silverlight one week away from Silverlight 2 beta 2 release date, so I have been waiting for it ! For people to be able to compare code (quite similar) and behavior between the WPF and the Silverlight...
Mitsu's blog
Create a virtual book with your Flickr pictures
Posted
over 5 years ago
by
Mitsu Furuta
13
Comments
Get some help with the video on this page: http://blogs.msdn.com/mitsu/archive/2008/05/14/show-your-flickr-pictures-in-a-silverlight-book.aspx
Mitsu's blog
Show your Flickr pictures in a Silverlight book
Posted
over 5 years ago
by
Mitsu Furuta
15
Comments
Here is a control that everybody can easily use. This allow you to display Flickr pictures in a blog post or in any web page. For example this set of pictures ( http://www.flickr.com/photos/benjamingauthey/sets/72157604570177365/ ), taken by my friend...
Mitsu's blog
Tip: how to simplify value access from a dictionary ? With an extension method !
Posted
over 5 years ago
by
Mitsu Furuta
6
Comments
I was getting really bored with testing .ContainsKey() at each time I wanted to read a value from a dictionary. Dictionary < string , string > dico; if (dico.ContainsKey( " key " )) value = dico[ " key " ]; else value = " default " ; A...
Mitsu's blog
Silverlight 2.0 Flippage prototype
Posted
over 5 years ago
by
Mitsu Furuta
12
Comments
Enjoy, Code is coming very soon.. [Update]: code is now available here ! Mitsu Move the mouse cursor around the corners
Mitsu's blog
Visual Linq query builder for Linq to Sql: VLinq
Posted
over 5 years ago
by
Mitsu Furuta
81
Comments
Hi all, After almost one year of work and organization, I am very happy to share this project with you: http://code.msdn.microsoft.com/vlinq - new setup fixed (4/17/2008) The Visual Linq query builder is a Visual Studio 2008 addin. It's a designer...
Mitsu's blog
3D with Silverlight 2.0 ?
Posted
over 5 years ago
by
Mitsu Furuta
6
Comments
Just a short informative post: David Catuhe, a french MVP from south of France is demoing a Silverlight 3D engine preview... http://www.catuhe.com/NovaLight/NovaLight.aspx His company 'Vertice' is selling the Nova product (a full .Net 3D engine based...
Mitsu's blog
How to implement a many-to-many relationship using Linq to Sql ? Part II : add/remove support
Posted
over 5 years ago
by
Mitsu Furuta
20
Comments
In my previous post ( http://blogs.msdn.com/mitsu/archive/2007/06/21/how-to-implement-a-many-to-many-relationship-using-linq-to-sql.aspx ), I had proposed a simple solution for implementing many-to-many relationships using Linq to Sql. Actually, this...
Mitsu's blog
Linq GroupByMany dynamically
Posted
over 5 years ago
by
Mitsu Furuta
8
Comments
Shawn asked me in my last post about GroupByMany how to use it dynamically. The answer is not easy. So here is a new post to answer to this interesting question. First you must learn a few things about being dynamic with linq. There is a very good...
Mitsu's blog
MangaReader app using WPF
Posted
over 5 years ago
by
Mitsu Furuta
3
Comments
Here is a beautiful WPF application that is using my WPFBookControl : http://mangareader.wordpress.com/ It's very pleasant for me to see this control in a real world application. You can also notice how the design can be nice compared to what a developer...
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...
Page 1 of 2 (40 items)
1
2