So I finally bought an Acer T230H multitouch enabled monitor that is supported by Windows 7. Actually, it is a dual touch but that’s enough. (for more on […]
Enabling and understanding code contracts in Visual Studio 2010 beta 2
Code Contracts are a new way to do both runtime and static checking of your code coming with .net 4.0/Visual Studio 2010. Prerequisites Visual Studio 2010 beta 2. […]
Want to try Parallel Extensions on .net 3.5?
Check out Reactive Extensions to .NET (Rx). Looks like it includes “a back ported (and unsupported) release of Parallel Extensions for the .NET Framework 3.5 in the form […]
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[] […]
My favorite features in upcomming Visual Studio 2010/.net 4.0
The following two are my favorite features comming with .net 4.0 and Visual Studio 2010: parallel extensions – a great and easy way to utilize those idle cores […]
Parallel Programing in .net 4.0/Visual Studio 2010 presentation slides (NT Konferenca 2009 version, in Slovene)
Here are the slides used in my Parallel programming in .net 4.0/Visual Studio 2010 presentation (Slovene language) on NT Konference 2009. I hope you had good time during […]
Running Visual Studio 2010 beta under VMWare Workstation 6.x
There are some graphical problems, probably due to new Visual Studio’s WPF UI, when running shinny new Visual Studio 2010 beta under VMWare Workstation: things like menus disappearing, […]
Visual Studio 2010 beta is up for MSDN subscribers
Go grab your copy from MSDN downloads for subscribers. General public will get it in a couple of days. Via Soma. Time remaining to complete the download for […]