If you ever wrote a multithreading application you should understand how hard is to get it right. If you don’t understand it then your application most probably isn’t […]
Things that you didn’t know
I am working on a some sort of file cache system lately and I’ve encountered a bizarre error. When a certain file representing an image had to be […]
What’s new in the BCL in .net 4.0 beta 2
Check out this post about what’s new in the BCL in .net 4.0. beta 2. As you can see there is a good amount of timesaving functionality. My […]
Visual Studio 2010 beta 2 and .net 4.0 beta 2 available on MSDN
Both Visual Studio 2010 beta 2 and .net 4.0 beta 2 are available for MSDN subscribers and on Wednesday for everybody. Perhaps an important feature is that a […]
Dealing with iterations over null lists in LINQ to Objects
Problem If you used LINQ to Objects you have certainly come across iterations over null values resulting in an ArgumentNullException being thrown at you. See this example: int[] […]
.net reflector pro is awesome
.net reflector I am sure we all know and love .net reflector originally developed by Lutz Roeder and took over by fine folks at Red Gate. If you […]
The slides and code from my “Making asp.net mvc applications strong typed” presentation
Yesterday I held a presentation (as the part of Bleeding Edge 2009 conference) on how to make ASP.NET MVC applications strong typed by using CodeSmith and CodeRush (actually […]