Click here to Skip to main content

Technical Blogs


1. Some myths of 'Textbook-TDD', and why they are wrong
During the last months, I was (for some reasons that are not related to programming) working for a dev shop where software development was done the 'traditional' way: You just write your application's production code, do it as good as you can, and hopefully it will be good enough and no problems wil
(The Code Project Open License (CPOL))
Development Lifecycle » Design and Architecture » General
Thomas Weller Updated: 23 Jan 2013
Rating: (0 votes for this Article)
2. Testing Entity Framework applications, pt. 3: NDbUnit
This is the third of a three part series that deals with the issue of faking test data in the context of a legacy app that was built with Microsoft's Entity Framework (EF) on top of an MS SQL Server database.
(The Code Project Open License (CPOL))
Third Party Products » Third Party Products and Tools » General
Thomas Weller Updated: 18 Jan 2013
Rating: (0 votes for this Article)
3. Testing Entity Framework applications, pt. 2: Typemock
This is the second of a three part series that deals with the issue of faking test data in the context of a legacy app that was built with Microsoft's Entity Framework (EF) on top of an MS SQL Server database.
(The Code Project Open License (CPOL))
Third Party Products » Third Party Products and Tools » General
Thomas Weller Updated: 18 Jan 2013
Rating: (0 votes for this Article)
4. Testing Entity Framework Applications, Pt. 1
Testing Entity Framework applications, pt. 1
(The Code Project Open License (CPOL))
Third Party Products » Third Party Products and Tools » General
Thomas Weller Updated: 18 Jan 2013
Rating: (0 votes for this Article)
5. Mocking the Unmockable: Using Microsoft Moles with Gallio
CodeProjectUpdate 29/04/10:In contrary to what I initially stated in this post, Moles is not only available as part of the Pex framework, but also stand-alone on Visual Studio Gallery, and this is completely free (no MSDN subscription required). - Thanks to Peli for the correction... Usual openso
(The Code Project Open License (CPOL))
Enterprise Systems » Microsoft BizTalk Server » General
Thomas Weller Updated: 5 Aug 2010
Rating: (0 votes for this Article)
6. Including custom client-side validations in your ASP.NET MVC app
Demonstrates how a self-written validation can be incorporated into a web page (using a bit of JavaScript) and how this can be mapped to a custom validation on the domain side
(The Code Project Open License (CPOL))
Web Development » Client side scripting » General
Thomas Weller Updated: 4 Aug 2010
Rating: (0 votes for this Article)
7. Integration testing an ASP.NET MVC application without web server or browser
Integration testing an ASP.NET MVC application without web server or browser
(The Code Project Open License (CPOL))
Web Development » Site & Server Management » General
Thomas Weller Updated: 4 Aug 2010
Rating: (0 votes for this Article)
8. Integrating a LinFu IoC container with your ASP.NET MVC application
CodeProjectFrom the many available IoC containers out there, LinFu is the one that I like most. This is because it is extremely simple to use, needs almost no configuration at all, and yet it is highly flexible and extensible, if you need to do some more complicated things (you can read two good int
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » .NET Framework » How To
Thomas Weller Updated: 4 Aug 2010
Rating: (0 votes for this Article)
9. Unit testing StyleCop rules