Welcome to MSDN Blogs Sign in | Join | Help

Mitsu's blog

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

Browse by Tags

All Tags » WPF » C#
Surface Academy Toolkit 2009
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 Read More...
WPF/Surface demo: driving an extending desktop with a popfly duck !
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 Read More...
WPF and Silverlight BookControls: source code available
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, Read More...
Visual Linq query builder for Linq to Sql: VLinq
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 Read More...
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...
How to simulate modal windows inside a single WPF window using anonymous methods ?
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 Read More...
WPF Book Control demo via ClickOnce!
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 Read More...
WPF Book control
[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 Read More...
Flip page demo using WPF
[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 Read More...
Page view tracker