May 2008 - Posts
A hot new feature in 3.5 SP1 is GPU based effect. Greg Schechter has has a series of posts on this topic. Its well worth the read. So head over :) GPU-accelerated custom Effects for WPF Using Effects in WPF (Part 2) More details on how Effects work Writing
Read More...
People just love to write code. One tool that is used inside Microsoft is StyleCop which enforces code style guidelines on the code we write. Its always been a ask from customers to get this out and guess what its out!! http://code.msdn.microsoft.com/sourceanalysis
Read More...
The WPF test team is hiring. We have the following openings · Software Development Engineer in Test (see official job posting ) · Software Test Architect (see official job posting ) For more details check out Ivo’s blog post Need some more convincing
Read More...
One of the new features in 3.5 SP1 is stringformat. The usage is pretty simple. So following are simple snippets showing its use < TextBox Text = " {Binding Path=Double, StringFormat=F3 } " /> < TextBox Text = " {Binding Path=Double, StringFormat=Amount:
Read More...
Have you tried out .NET 3.5 SP1... If not, try it now. Its got loads of new features for WPF. In fact rather than a service pack, its more of a new release .. So whats new.. improved deployment, new controls (supports creation of datagrid), improved performance,
Read More...