gwycon.com
Silverlight, WPF and C# .NET development
User NamePassword

25
Feb
« Updated Post »

See link at the bottom of the post for information on how to download Microsoft Visual Studio 2010, or just go straight to the Microsoft Visual Studio site here.

The next major release of Microsoft’s Visual Studio development environment is apparently going to be developed with the front end GUI written in WPF (Windows Presentation Foundation). Much of Visual Studio will still probably be written in C++, there will be significant portions of it developed with C# and WPF. WPF as many of you may know is the new Windows Forms API that is set to supersede the current version that has been around since the .NET 1.0 framework was released. Although there are other existing fully fledged applications developed in WPF, one of which is Microsoft’s Expression Blend 2, Visual Studio 2010 is certainly going to be the largest application that makes use of the new WPF technology. WPF has attracted a lot of attention over the last year or so as it is based on a completely different structure to the more traditional Windows forms. Here is a run down of just a few of the features available to WPF developers:

  • 2D and 3D support baked directly into WPF.
  • New and more flexible structure for handling events (via ‘Routed Events’).
  • All Form elements are vector based and so resize to the parent container without loss of quality.
  • Many new layout controls for a much more flexible UI. Things like fluid layouts (similar to web applications) can be developed very easily).
  • Separation of the UI design from the code behind. The UI is designed using a new language called XAML (pronounced ‘zammel’).

This means that you will have some cool IDE tools available in Visual Studio 2010 such as being able to resize the code window (zooming in and out) rather than having to select a specific pixel size for your fonts. continue

Category : WPF | Blog