Follow Me!
Bio
I am an Architect for Dell.com on the Engineering Excellence team. I (co)Founded MvcContrib, Should, Solution Factory, and Pstrami open source projects. I have co-authored MVC 2 in Action, MVC3 in Action, and MVC 4 in Action. I am a Microsoft MVP.
I have founded some online conferences like aspConf, mvcConf, Community For MVCBlog Series
Ads
-
Recent Posts
- using the asp.net lego blocks to create a synchronized Kanban board.
- Tip to become a successful software engineer.
- ASP.Net Web Config Transform Console Utility released on nuget
- Are your unit tests still hard to read ? – Should Assertion Library
- Using sql compact for integration tests with entity framework.
- using MVC Navigation Routes in Twitter.Bootstrap.MVC4
online
Category Archives: silverlight
Writing a profiler for Silverlight applications – Part 1
In this article I want to discuss the steps needed to instrument a Silverlight assembly such as that it can be profiled. To achieve this task I use Mono Cecil, a library from the Mono platform which is an open … Continue reading
Also posted in mvccontrib
Comments Off
Fluent Silverlight – Part 3 – Binding Events to Commands
Introduction In the last two posts I introduced Fluent Silverlight which is a new framework designed to offer a strongly typed alternative to the XAML based definition of Silverlight views and its “magic string” based data binding of properties of … Continue reading
Also posted in .Net, agile, Asp.Net, Asp.Net MVC, mvc, mvccontrib, Tools
12 Comments
Silverlight Beta 2 Released and what that means for the Testing Framework.
ok.. So Silverlight Beta 2 was released on and it has some great new features. But what is the story about testing…? 1 Jeff Willcox blogged about a small change you will need to make in order to use the … Continue reading
Also posted in c#, testing
2 Comments
Silverlight Testing – Part 2 – Making the test easier understand.
Now that we have a working test that can make the proper assertions, the next step is to make the test easier to understand. First, here is the existing test. The test is loaded with infrastructure code that helps execute … Continue reading
Also posted in testing
Comments Off
Silverlight Testing – Part 1 – Testing the untested.
The Silverlight testing framework was recently released and shows some great potential for being a first class application platform. For more information about the test framework see this post fromJeff Wilcox. To start off I choose to use a code … Continue reading
Also posted in c#, testing
2 Comments
Silverlight Testing framework bug – FrameworkElements are not visible on the TestSurface
Technorati Tags: Silverlight,Unit Testing,Test Framework Working with the Silverlight testing framework the last three weeks has been interesting. I ran into a crazy intermittent bug which drove me made for about 2 hours. The usercontrol that I was adding to … Continue reading
Also posted in testing
Comments Off

