Monthly Archives: January 2009

CRUD using LINQ (Language Integrated Query)

CRUD using LINQ (Language Integrated Query) Most of the examples I found on the web are using LINQ to do large amount of queries. It is quite hard to get a sample for CRUD (Create, Read, Update and Delete). I … Continue reading

Posted in .Net | 2 Comments

Windows 7 (Build 7000)

Windows 7 is the next generation of Windows. Users can visit http://www.microsoft.com/windows/windows-7/default.aspx to find out what is new in Windows 7. Users can download from the page and have a try. The Windows will start like the picture below. Something … Continue reading

Posted in Uncategorized | Leave a comment

To find out columns do not exist in the same table name but in different database

Another uneasy task to be accomplished in MS SQL Server is to compare and find out what are the additional columns exist in between a same table but in 2 different version of database.   First, need to extract all … Continue reading

Posted in .Net | Tagged | Leave a comment

XNA Game Studio 3.0

I am not a game programmer all these years but XNA Game Studio does ring my bell. XNA gives 8 templates to start creating a game. The 8 templates allow developers to create Windows’s game, Zune’s games as well as … Continue reading

Posted in Uncategorized | Leave a comment