Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

WPF Community Bloggers

Wednesday, May 14, 2008 - Posts

  • MbUnit v3 alpha 3

    Jeff announced the release of Gallio alpha 3 yesterday , my time constriants at the moment meant I missed blogging Alpha 2 back in March but that release was a massive release in terms of features and the work that Jeff, Julian, Graham, Mark, Ben and the rest of the team have put in. I have talked about Gallio before but as a re-cap, Gallio is described best on the website "The Gallio Automation Platform is an open, extensible, and neutral system for .NET that provides a common object model, runtime services and tools (such as test runners) that may be leveraged by any number of test frameworks", What does that mean, well unit test frameworks such as xUnit.net, NUnit, Pex and MSTest can plugin into the framework (and Gallio supports them all) or frameworks like MbUnit v3 use it directly. It's runners then use that framework and Gallio has the largest set of runners of any unit test framework to date. GUI (Icarus) Console (Echo) TD.NET R# VSTS CCNet Powershell The runners them selfs are Read More...
  • [WPF] Comment et pourquoi créer sa propre "MarkupExtension" ?

    Lorsque l'on manipule du XAML, il n'est pas rare de rencontrer des choses comme ceci: {Binding ...}, {StaticResource ...}, and {RelativeSource ...} Ces chaînes de caractères, encadrées des signes {}, forment ce que l'on appelle des MarkupExtensions.... Read More...

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us