I've been seeing a lot of people hyping how awesome the Silverlight Polling Duplex Channel is and I just want to put a word of caution out there for developers of large-scale apps
When you create a new ASP.NET MVC project, you get a fully unit tested controller but there are also hundreds of lines of wasted code creating Mock classes. In this blog post, I remove all that stuff and replace it with some easy Moq code.
One of the first things that I did after creating a new ASP.NET MVC project was to rig it up so that it was dependency-injected via Unity, including the controller factory itself
Recently a friend of mine introduced me to Heroku, a hosting site for Ruby on Rails applications. The novel thing was their approach to deploying those applications. They exemplify what true cloud deployment should be, and MS should learn from them.
In this blog post I take a quick tour through the act of taking an existing "M" model, compiling it and storing the compiled model image in the repository
One of the simplest use cases of Oslo is using the "M" modeling language to define models. These models can be stored in a repository or simply converted to SQL schemas