It’s out that Windows Vista has been made available for download for MSDN subscribers. For developers that are running Visual Studio 2005 on Vista, Microsoft has created a page listing all known issues: http://msdn2.microsoft.com/en-us/vstudio/aa948853.aspx This one caught my attention: Title:[…]
Read moreMonth: November 2006
Wiki dedicated to Windows Workflow Foundation
Fellow MVP Maurice de Beijer recently launched a Wiki-based website on Windows Workflow Foundation (WF). Although I sometimes find wikis difficult to navigate, Maurice has managed to publish a significant amount of information. Here’s a short list: Tracing Workflow Foundation Spawned[…]
Read moreInstantiating Generic Types at runtime
The Activator class is of good use when you want to instantiate classes at runtime. Here’s a sample of how this works. Type t = Type.GetType(“CompanyNameSpace.MyClass”); Object o = Activator.CreateInstance(t); Looks pretty easy. It gets[…]
Read moreInterview with Damir Tomicic, INETA Europe
This year’s TechEd in Barcelona, it was the first time I had a videocamera with me. A good opportunity to shoot some videos. Everyone seems to be doing this. The video below is a small interview with Damir Tomicic. He’s the[…]
Read moreTechEd 2006 Barcelona : Pre-Conf
Yesterday, I arrived in Barcelona for the 2006 TechEd: Developers conference. I’ll be hovering around the ATE and community lounge area mostly, while trying to catch a session here and there. Here’s the first picture, showing the bag there giving[…]
Read moreVisual Studio “Orcas” October CTP Available
Alex is discussing the September 2006 CTP of Visual Studio “Orcas” and ends with “The next CTP should bring more.”. Well, the next CTP is available. You’ll see a number of improvements made compared to the last CTP. Here are[…]
Read more