I’ve been working extensively with ServiceStack lately and I really like what they’ve done. As it co I’ve been working extensively with ServiceStack lately and I really like what they’ve done. As it contains the full stack for building HTTP based services from text serializers to development tools t... [More]
The foundation for all solid professional software development in my opinion is good craftsmanship practices and the most important of them is unit testing. Unit testing continuously is a practice and tool support for running unit tests in the background as you code. The foundation for all solid pro... [More]
At Ninetech we've developed an app which runs on a plasma in our dev room, showing everyone the current status of our projects including build success/failure, unit tests, and code coverage. I’ve previously blogged about how we practice Continuous Integration with TeamCity at Ninetech but some time ... [More]
TDD Katas has become very popular in a small segment of the development community and we call our se TDD Katas has become very popular in a small segment of the development community and we call our selves software craftsmen. We are passionate about software development as a craft and engage in diff... [More]
Slides (in Swedish) from my talk on Continuous Integration held internally at Ninetech 9th September Slides (in Swedish) from my talk on Continuous Integration held internally at Ninetech September 9th. Continuous integration View more presentations from rickardnil. Disclaimer: The slides ha... [More]
I will show how easy it is to isolate your client code from ASP.NET code, using the Moles Isolation Framework, in order to test that your code performs as intended. In the following example I will show how easy it is to isolate your client code from ASP.NET code, using the Moles Isolation Framework,... [More]
Moles is a new framework from Microsoft Research for isolating objects in unit tests Moles is a new framework from Microsoft Research for isolating objects in unit tests. With the framework you create test stubs by using delegates and you can route any .NET method you want, including non-virtual and... [More]
After I posted my Code Kata Cast I received some feedback regarding the ReSharper templates I use to speed up my coding. I decided to share them with the public. After I posted my Code Kata Cast I received some feedback regarding the ReSharper templates I use to speed up my coding. I decided to shar... [More]
Download source: TheHumbleDialog2.zip (30KB) I've been working to get my head around the Model-View- Download source: TheHumbleDialog2.zip (30KB) I've been working to get my head around the Model-View-Presenter pattern and I've focused primarily on a Winforms scenario. As it turns out there are nume... [More]