How to Add Web Reference to a Console Application

It has been a long time since I have written in my blog because of my workload. Yesterday I have seen that you cannot directly right click and add web

How to Bind Data and Load Comboboxes / Dropdownlists in Microsoft CRM using Javascript and AJAX

Let’s say you have two tables that include towns and cities and you also have two fields in an entity that you have to keep the town and city of cus

How to extract sound out of SWF or FLA files

You liked the sound in flash but you cannot find it in MP3 or WAV formats ? If you have a SWF Decompiler (like SoThink SWF Decompiler), a Flash edit

Solution of audio and display driver problem in Windows 7 RC

I have installed Windows 7 yesterday to my old desktop which has 1,5 GB of RAM, an Intel Mainboard, an ATI Radeon 9200  and an onboard sound card. Af

5 Main Reasons Why Starcraft: Broodwar is a better strategy game than Age of Empires 2: The Counquerors

It has been a while since we discussed which game is better in eksisozluk (a turkish dictionary site) which one of these games is the best strategy ga

How to set Null value for datetime in Visual Basic .NET

You can set NULL values for datetime values in your update parameters by using DBNull.value. SqlPar(0) = New SqlClient.SqlParameter("@CreatedOn", DBNu

AdventureWorks and sample databases for Microsoft SQL Server 2008, 2005

You can download sample databases for Microsof SQL Server 2008 or Microsoft SQL Server 2005 from CodePlex.

Microsoft announces Project Natal for XBox 360

Yesterday, we heard some exciting news from the Electronic Entertainment Expo 2009. Microsoft has announced that they are developing a new system for

How to refresh parent page (window.opener) without using Javascript opener.reload() function

In one of my previous articles here, I have written about closing windows without the yes/no prompt. Well, in this article I am going to write about

How to add ID dynamically to an SQL Query

You have to use the "ROW_NUMBER() OVER" command to give ids to the records you have in your query. A full command including "ROW_NUMBER OVER" is as t