FAQ about 'C#'

Should I use a decimal or double when setting a forms opacity? [12 solutions]

How to porting Visual J# code to C#? [3 solutions]

How do I calculate age in C# given a DateTime? [27 solutions]

How do I calculate time ago? [34 solutions]

What is the difference between Math.Truncate() and Math.floor() in C#? [3 solutions]

Is there a way to populate a typed DataSet or DataTable via a LINQ query? [6 solutions]

Reliable Timer in a Console Application [2 solutions]

How do I get a distinct, ordered list of names from a DataTable using Linq [4 solutions]

Anatomy of a "Memory Leak" [14 solutions]

Decoding T-SQL CAST in C#/VB.net [9 solutions]

How do I print an HTML document from a web service? [7 solutions]

Floating Point Number parsing: Is there a Catch All algorithm? [5 solutions]

Adding Scripting functionality to .NET applications [9 solutions]

How do you sort a C# dictionary by value? [12 solutions]

WinForms ComboBox data binding gotcha [4 solutions]

How to write to Web.Config in Medium Trust ? [1 solution]

What is the difference between an int and an Integer in Java/C#? [13 solutions]

Automatically update version number [7 solutions]

.NET Testing Framework Advice [10 solutions]

Get a new object instance from a Type in C# [9 solutions]

How do I most elegantly express left join with aggregate SQL as LINQ query [4 solutions]

How do I connect to a database and loop over a recordset in C#? [6 solutions]

Unhandled Exception Handler in .NET 1.1 [5 solutions]

How to get the value of built, encoded ViewState? [3 solutions]

Displaying Flash content in a C# WinForms application [5 solutions]

How do I delete a file which is locked by another process in C#? [7 solutions]

Viewstate invalid when using Safari [3 solutions]

Asynchronous multi-direction server-client communication over the same open socket? [5 solutions]

How to check For File Lock in C# ? [8 solutions]

Hiding inherited members in C# [4 solutions]

Reducing duplicate error handling code in C#? [4 solutions]

.NET Unit Testing packages? [12 solutions]

Wiggling the mouse using C# [5 solutions]

Locating Text within image [4 solutions]

CSV File Imports in .Net [12 solutions]

How to RedirectToAction in ASP.NET MVC without losing request data [7 solutions]

databinding in C# - any solution to the "illegal cross thread call" ? [7 solutions]

Most Efficient Way to Test Object Type [5 solutions]

C# Unit Testing Example [10 solutions]

ASP.NET MVC Without Visual Studio [4 solutions]

How can I change the background of a masterpage from the code behind of a content page? [5 solutions]

What's the best way to implement BDD/TDD in .NET 2.0? [12 solutions]

Is ReSharper worth the adjustment, is there a good tutorial for 4? [17 solutions]

Mapping Stream data to data structures in C# [5 solutions]

How to filter and combine 2 datasets in C# [3 solutions]

Read binary file into a struct C# [8 solutions]

Casting: (NewType) vs. Object as NewType [14 solutions]

C# Treeview & Context Menus [3 solutions]

ARBG to RGB [2 solutions]

Setting Objects to Null/Nothing after use in .NET [11 solutions]