↧
Simplicity or not at all
Complex code is harder to understand, difficult to maintain, nearly impossible to extend and downright ugly.
View ArticleDon’t use the ThreadPool in ASP.NET
You can use the ThreadPool in exactly the same way in ASP.NET and it works just as you would expect. The problem is not in the ThreadPool itself but in what else ASP.NET uses it for at the same time.
View ArticlePrinciples of simplicity
Simplicity is about removing everything that can complicate the process of writing and maintaining software.
View ArticleCreate custom activities for IE 8
Shows you how to take advantage of the new Activity feature of IE 8 on your own website
View ArticleWake up ASP.NET developers!
A rant about the ASP.NET developers attitude towards the semantic web
View Article