C# Transaction for SQL Server

...

ComboBox in Windows Form using KeyValuePairs

The ComboBox in Windows Form is not like the same control in Web Form, it can not insert a Key and V ...

SQL Server Restricted User ?

Sometimes you might find your SQL Server database is in "Restricted User" mode: like follo ...

Microsoft Colors list for .NET

.NET programmers always need the Color values, numbers, names, and also maybe they want to see what ...

How to import SQL Server 2005 Tables into Microsoft Visio 2007 - 2

We have already discussed

How to import SQL Server 2005 Tables into Microsoft Visio 2007 - 1

The step part 1: Create a ODBC data source ...

Get Local Computer Name in C#

Here we got 4 ways to get local computer name: ...

Most Popular Programming Languages in 2010

TIOBE has released the 2010 report of Programming Languages index in January 2011. ...

Check table exists in SQL Server

Here we collect 3 methods: ...

Resizing a WPF Window using Thumb

Thumb control is a very helpful control which can help we drag a control. ...