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

Saturday, April 14, 2012

How to change Text Color of Console (.NET/C#)

›
Configuring C# Console Application Title and Text Color Console application should also look nice. There are ways to do it. First - hav...
Saturday, March 17, 2012

C# IsDate Function / How to check valid date using C# function

›
IsDate Function in .NET If you want to check if the given entry (string) is a valid date you could have used Microsoft.VisualBasic.IsDate ...
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 ...
‹
›
Home
View web version
Powered by Blogger.