Nothing but .net

Blend 2 September preview available

Yesterday, another CTP of Blend 2, THE tool for create Silverlight and Windows Presentation Foundation applications, was released. This time, it's the September Preview. Here's a list of what was added/changed: -VS2008 beta 2 full support -Creation of Controls from existing object... [More]

Posted on Tuesday, 25 September 2007 23:24 by gill  |  Comments (104)
Filed under:   WPF | Blend | Design | Silverlight

WPF tools

As WPF is becoming more and more used, the list of available tools and controls is growing fast. Therefore, it seemed a good idea to list all the tools that I use or know but don't use yet, and share that list with you! Professional tools Visual Studio 2005 There's no doubt... [More]

Posted on Wednesday, 11 July 2007 23:25 by gill  |  Comments (90)
Filed under:   WPF | Articles

Different application types in WPF

With Windows Presentation Foundation coming closer to its release date with Vista almost being upon us, more and more people are taking a look at programming in WPF… Lately, people searching on Google for WPF-related information is soaring. How do you know that, you might ask? Well, in my l... [More]

Posted on Wednesday, 11 July 2007 07:27 by gill  |  Comments (220)
Filed under:   WPF | Articles

How to create great image effects with WPF/XAML

In this tutorial, I'm going to explain several 2D effects that can be performed on images, using only XAML code. By the end of this tutorial, you'll know: how to create image refections how to skew images how to drop shadows So let's get to it! Create an empty WinFX... [More]

Posted on Tuesday, 10 July 2007 15:30 by gill  |  Comments (176)
Filed under:   WPF | Articles