Monthly Archives: May 2009

Something new in Visual Studio 2010 – part 1 – (Draft)

When you start Visual Studio 2010 you will feel new. The Start Page has a completely different look and feel. Another language has added to Visual Studio, F#. The most interesting feature is, now, you can drag and drop the … Continue reading

Posted in Uncategorized | Leave a comment

XMLReader

I hit a question in C# forum yesterday. Someone tended to use StreamReader to read the XML element. So I would say do not.   Let the XMLReader read the elements should be better. You will find the following code at … Continue reading

Posted in .Net | Leave a comment

Windows 7 is almost here (Windows 7 RC 7100)

Windows 7 is already in Release Candidate Build 7100. Many users out there ask can I put it in Virtual PC 2007. Yes, I put it in Virtual 2007 SP 1 and just need to remember to install the Install … Continue reading

Posted in Uncategorized | Leave a comment

Hibernate option not available in Windows Vista™ laptop (Hibernate missing)

I woke up this morning and felt bad that the hibernate option has gone from my Power Options in Control Panel. If you are having the same problem then just do not search the hardware support web first. Try this … Continue reading

Posted in Uncategorized | Leave a comment

Write a “Hello World” in SSIS (SQL Server Integration Services) using C#

One of the features I like in SSIS is that SSIS is able to take C# code. Let us take few steps to get this done. 1. Open BIDS (SQL 2008), Business Intelligence Development Studio, File -> New -> Project… … Continue reading

Posted in Uncategorized | Leave a comment