Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Thursday, September 22, 2011

Threading in .NET/C# - How to get Thread Details

›
How to Execute a process in separate thread in VB.NET/C# This was one of my favorites - Threading; but somehow I ignored for long. Now let...
1 comment:
Tuesday, September 20, 2011

Argument 1: cannot convert from 'method group' to 'System.Threading.ThreadStart'

›
The best overloaded method match for 'System.Threading.Thread.Thread(System.Threading.ThreadStart)' has some invalid arguments The...
Friday, September 16, 2011

VB.NET / C# - How to Check if OS is 64-Bit or 32-Bit

›
The following snippet gives a hint :         private void GetOSConfig()         {             string sProcess;             if (Environm...
3 comments:

How to Pass Multiple/Variable Parameters to a Function/Method in C#/.NET

›
C#/VB.NET Function with dynamic parameters / How to make a function accept infinite number of arguments Normally a method has a definite n...
1 comment:
Thursday, September 15, 2011

VB.NET FindControl in Windows forms application

›
How to loop through windows form controls by name (C# / VB.NET) ASP.NET dev have the advantage of FindControl, which does this work quite ...

String Comparison (case sensitive and case-insensitive) in C#/VB.NET

›
How to IgnoreCase in C#/VB.NET String Comparison Whether you like or not, life revolves around comparison . Here let us see how to compare ...

How to Remove Alternate/Extra Text (Text within Parenthesis) using VB.NET/C#

›
How to Remove Text within Brackets/ Braces using VB.NET/C# Regular expressions come handy when we have this kind of requirement. Regex.Rep...
‹
›
Home
View web version
Powered by Blogger.