There is another compelling feature brought to us by [CR] 2.1.x version: References window combined with ultra fast “Find All References” feature. Find All References* is a faster […]
Vista drivers and big companies
I have been running Vista x86 for a while now (since it went RTM). The only problem I am facing is the lack of drivers for certain hardware. […]
Finally an improved debugger’s Step Into feature
Finally we got an improved VS’ Step Into feature. But what is wrong with actual one? Let’s see an example: public static void Main() { SomeMethod(SomeField, GetSomeValue()); } […]
Fiber optics battle has (finally) begun
In the last week two major ISPs in Slovenia asked for permission to lay down fiber optics cables in Nova Gorica, my town – they have to get […]
VMWare Workstation 6.0 beta is available
VMWare started a beta program for its Workstation 6.0 product. I have to say that I find Workstation as a must have product – one that you can’t […]
Sql Server 2005 Compact Edition released
Apparently [MS] is giving gifts away even before Christmas. Seems like Sql Server 2005 Compact Edition has been released, too. I say seems because download page is down, […]
Visual Studio 2005 Service Pack 1 (SP1) is here
Visual Studio 2005 Service Pack 1 has been released. Get it here. Note that if you are installing the thing on Vista you should explicitly use “Run As […]
Microsoft Robotics Studio Now Available
Seems like Microsoft Robotics Studio is RTM. I wish I had enough time to play with robots. I think I have to buy a bunch of robots to my […]
Avoid using BaseEffect.SetValue(string, *) method overload in managed DirectX
I just found (the hard way) a nasty bug in managed DirectX (all versions I think). Why nasty? Because it happens more or less randomly after certain amount […]