Nuno Gomes /* ASP.NET Adventures */

var myInterests = new { language : "C#", technology: "ASP.NET" };

Browse by Tags

All Tags » Unit Tests (RSS)
Typemock Racer – A “must have tool” for all ASP.NET developers
A very common mistake taken by junior ASP.NET developers is forgetting that any web application running in a IIS instance will most likely run in a multithread environment. They forgot that, unlike the dev environment which usually runs in a single thread...
Typemock Isolator - Faking an internal static type and overriding a static method
In most common samples about faking static types, the type itself is public as the static methods are too. Usually programmers tend to expose all members that going to be targeted by an Unit test. Well, that’s not how I see Unit tests. I always try to...
Posted: Jul 02 2009, 11:42 PM by nmgomes | with no comments
Filed under: ,
More Posts