Archives
-
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.
-
NunoGomesControlToolkit – Now as a CodePlex project
This toolkit is intended to improve web apps performance by decreasing total page size. This page size reduction is achieved by decreasing control ClientID size.
-
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.