Sign in
Mitsu's blog
Discussing topics related to .Net, WPF, C# and Linq
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.Net
anonymous method
Anonymous type
C#
C#4
ClickOnce
codeplex
Coding4Fun
CompactFramework
CompiledQuery
CSharpDevCenter
Extension method
Flippage
Generics
Linq
Linq to Sql
LinqToXml
MetaProgramming
Pageturn
Silverlight
Surface
VisualBasic
VLinq
WindowsMobile
WinForms
WPF
Browse by Tags
MSDN Blogs
>
Mitsu's blog
>
All Tags
>
wpf
Tagged Content List
Blog Post:
Some basic sample to make your code “Linq ready”
Mitsu Furuta
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 Silverlight coding, I changed my code to make it run...
on
18 Jun 2010
Blog Post:
Surface Academy Toolkit 2009
Mitsu Furuta
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 on Codeplex: http://surfaceacademy2009.codeplex...
on
8 Sep 2009
Blog Post:
WPF/Surface demo: driving an extending desktop with a popfly duck !
Mitsu Furuta
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 is a video of this demo but in french. Now...
on
9 Mar 2009
Blog Post:
WPF and Silverlight BookControls: source code available
Mitsu Furuta
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 control, I have kept the same codeplex project...
on
10 Jun 2008
Blog Post:
Visual Linq query builder for Linq to Sql: VLinq
Mitsu Furuta
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 that helps you create Linq to Sql queries in...
on
2 Apr 2008
Blog Post:
MangaReader app using WPF
Mitsu Furuta
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 like me can do :-). Mitsu
on
16 Jan 2008
Blog Post:
WPF ObjectDumper and Linq to Sql deferred loading
Mitsu Furuta
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 want to go through child properties. In this...
on
24 Dec 2007
Blog Post:
WPFBookControl on codeplex
Mitsu Furuta
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
on
6 Nov 2007
Blog Post:
How to simulate modal windows inside a single WPF window using anonymous methods ?
Mitsu Furuta
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 between all the other windows of our application...
on
7 May 2007
Blog Post:
WPF Book Control demo via ClickOnce!
Mitsu Furuta
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
on
20 Apr 2007
Blog Post:
WPF Book control
Mitsu Furuta
[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-demo-using-wpf.aspx ). I have created a WPF control...
on
18 Apr 2007
Blog Post:
Flip page demo using WPF
Mitsu Furuta
[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. Once again, using WPF, we have all the benefits...
on
5 Nov 2006
Page 1 of 1 (12 items)