How to use Union in C#

There is no Union in C#, however, if you want to use convert Union from C++, do like the following: ...

Microsoft will release IE 9 on March 14

Microsoft today announced it would launch Internet Explorer 9 (IE9) on Monday, March 14. ...

SQL DateTime Operations

SQL DateTime Operations: ...

Remove an item from a List

In some cases, if you want to remove an item from a List in C#, you can not use foreach and remove t ...

New line in textbox of Microsoft rdlc report 2

Solution 1: ...

New line in textbox of Microsoft rdlc report 1

Solution 1: ...

Pass parameter to a .rdlc report file

How to pass a parameter to a .rdlc file? ...

Hide a record in RDLC

Here we found a solution for hiding a record in .rdlc file: ...

About update dataset for a .RDLC file in Visual Studio 2010

In Visual Studio 2010, if you open a report template file .rdlc. sometimes you might realize you can ...

Another bug Visual Studio 2010 can not update dataset in rdlc file

We found another bug today: ...