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
JavaScript Can’t Do Math – SilverlightCalculator A New Silverlight OSS Project
It’s amazing what a lack of sleep can do for the OSS World. Over the last year I have encountered numerous places where I wanted to do simple financial equations in my JavaScript applications. You know really complex stuff like … Continue reading
Also posted in Uncategorized
4 Comments
Working with code based templates in Silverlight
Introduction In our Silverlight projects we are using the AgDataGrid of DevExpress to visualize data. I wrote some expressions that make it possible to use this data grid with Fluent Silverlight. During the writing of those expressions once again I … Continue reading
Also posted in .Net, Asp.Net, Asp.Net MVC, c#, CoC
16 Comments
Fluent Silverlight – Binding control events to actions
Please view the table of content of this series for reference. Introduction A typical Silverlight application (or any application with a GUI) contains elements or controls like command buttons , menu items, text boxes etc. The user of the application … Continue reading
Also posted in .Net, Open Source Software, OSS
1 Comment
Fluent Silverlight – Table of content
In a series of posts I would like to introduce our Fluent Silverlight framework and discuss the important concepts behind it and describe some implementation details. This post will be updated continuously as I am adding new posts to the … Continue reading
Also posted in Uncategorized
1 Comment
Fluent Silverlight – static reflection
Please view the table of content of this series for reference. In my last post about binding dependency properties of a Silverlight control to a view model I used LINQ expressions to define the binding. I have written in the … Continue reading
Also posted in Community, Usergroup
2 Comments
Fluent Silverlight – Binding dependency properties to model properties
Please view the table of content of this series for reference. In my previous posts (here and here) I discussed how one can build a fluent API for the definition of objects. In the context of Fluent Silverlight these objects … Continue reading
Also posted in .Net, Open Source Software, OSS
1 Comment
Silverlight and styles
This post is the result of a couple of frustrating moments passed yesterday. In our application we use the date picker control of the Silverlight toolkit. Unfortunately this control does not work exactly as we would like to thus I … Continue reading
Also posted in Uncategorized
Comments Off
Fluent Silverlight – Fluent API and inheritance
Please view the table of content of this series for reference. Introduction In my last post I showed how we can implement a fluent API to help us construct instances of specific classes. When using a fluent API the code … Continue reading
Also posted in Uncategorized
2 Comments
Fluent Silverlight – Implementing a fluent API
Please view the table of content of this series for reference. Introduction Quite some time has passed since we published our Fluent Silverlight framework. In the mean time we have been very busy extending the framework and using it in … Continue reading
Also posted in .Net, agile, altnetseattle, Asp.Net MVC
2 Comments
Writing a profiler for Silverlight applications – Part 2
Introduction Unfortunately there doesn’t yet exist any decent profiler for Silverlight applications. This fact inspired me to write my own profiler which is able to profile any member of any assembly of our solution and help me track down performance … Continue reading
Also posted in Uncategorized
1 Comment

