News
Josh Smith has a nice CodeProject article that discusses the Model-View-Controller Design Pattern with respect to creating modular WPF Applications. He then dives into unit testing the model and controller and introducing mock objects.
Read More
A link to some MSDN Resources that discuss ways to optimize the performance of WPF Applications.
Read More
If you are building WPF Applications and interested in profiling WPF Applications to optimize performance, check out the WPF Performance Suite.
Read More
IronPython 2.0 Beta 2 Released on CodePlex. In addition to the usual bug fixes (~25 reported on CodePlex and ~50 reported internally), this release has been partially focused on improving the performance of IronPython, in particular startup perf.
Read More
There are six more WCF Security Examples and Tutorials released as part of the WCF Security Guidance Project.
Read More
F# 1.9.4 is available for download. F# is a mixed functional/imperative/object-oriented programming language excellent for medium/advanced programmers and for teaching.
Read More
Rob Eisenberg mentions his project, Caliburn, which is an MVP Framework for creating WPF Composite Applications and similar in many ways to Microsoft Patterns and Practices Prism Project. Rob is about a year ahead of the Prism project so it definitely sounds worth checking out for your WPF Application Needs.
Read More
Nick Blumhardt wrote an article on CodeProject that shows how to use Autofac for dependency injection in your applications.
Read More
Brian Harry mentions the release of TFS Power Tools for March 2008. This new Power Tool release will work only with the VS/Team Explorer 2008 client (but against either a TFS 2005 or TFS 2008 server).
Read More
xUnit 1.0 was released today. Includes a console runner, TestDriven.net runner, ReSharper runner, stand-alone GUI runner, MSBuild task, and other goodies.
Read More
A whole bunch of WCF 3.5 Security Guidelines are now available from the Microsoft Patterns & Practices WCF Security Guidance Project. This is in addition to the previously released samples and videos.
Read More
Victor from Clarius Consulting is showing off some screenshots of the next version of the T4 Editor for editing code generation templates used by Microsoft DSL Tools / Guidance Packages.
Read More
New release of Spec# for Visual Studio 2005. Spec# is an experimental language that extends C# with several design-by-contract features.
Read More
xUnit.net 1.0 RC3 was released which includes version-independent runner support as well as CruiseControl.NET and ASP.NET MVC Preview 2 Support. They believe they are now v1 feature complete and barring any major bugs xUnit is expected to be released at the end of the month.
Read More
With the release of Unity 1.0 we now have the Unity Contrib Project, which is a community-driven project where ObjectBuilder and Unity IoC Gurus can submit Unity Extensions, Samples, and other assets to share with the developer community.
Read More
Grigori Melnik announced the kickoff of a new guidance project by Microsoft Patterns & Practices - Acceptance Test Guidance Project.
Read More
Krzysztof Cwalina and team released a Framework Design Studio that is a set of tools for framework and library developers to view, review, and compare versions of managed APIs.
Read More
Stretch your mind a bit by reading the LinFu Articles on CodeProject regarding DynamicProxy, Mixins and Duck Typing, Inversion of Control, Design By Contract, and AOP. You don't have to like or use LinFu to appreciate the topics.
Read More
If you haven't settled on an IoC Tool or become completely obsessed with the dependency injection tool you use, you may want to look at Autofac, which utiltizes a number of C# 3.0 Features, like Lambda Expressions, Expression Trees, and Extension Methods, to give you an intuitive IoC Tool that is pretty extensible. Read more...
Read More
The WCF Security Guidance Project has numerous videos and how-to samples showing WCF Security step-by-step. Read more...
Read More
Microsoft Patterns and Practices has started a new project on CodePlex, called the WCF Security Guidance Project, to help developers with WCF Security.
Read More
xUnit.net 1.0 RC2 was released and includes a number of new features and bug fixes. It includes a number of runners: Console runner, MSBuild runner, TestDriven.net 2.x, and ReSharper 3.1 runner. It also includes a number of extensions, including...
Read More
Scott Hanselman created a list of Inversion of Control ( IOC ) and Dependency Injection Tools for the .NET Framework. I have used quite a few of them, including: Castle Windsor, StructureMap, Spring.NET, Autofac, Unity, and the Do-It-Yourself Method. If you haven't chosen an IoC Tool, there are certainly plenty to choose from...
Read More
There is a new mocking library for those still writing hand mocks or have not settled on a tool yet. Moq is a free mocking framework / library for the .NET Framework developed from scratch to take advantage of LINQ Expression Trees in .NET 3.5 as well as C# 3.0 Features, like Lambda Expressions, to simply your mocking needs. Read more...
Read More
I created a new Unity IoC Screencast based on a number of changes to the Unity API as well as a new release of the ASP.NET MVC Framework Preview 2. In addition to showing how to use Unity with ASP.NET Webforms Model-View-Presenter and the ASP.NET MVC Framework, the new Unity Screencast shows about a dozen common usages of Unity, including...
Read More