" Live as if you were to die tomorrow. Learn as if you were to live forever.. "
- Mahatma Gandhi
Home
C# Coding Tips
Usage of Extension Methods in C# 3.5
Validating a String in C#
How to start ,stop a service in C#
Override ToString() method in C#
How To Iterate the Hashtable in C#
Uses Of Params Modifier In C#
Implicitly typed local variable in C# 3.0
How to take screenshot programmatically and mail it in C#
A single step solution to avoid Deadlock in Multi-threading
List directory files of specific size (Using C# and LINQ)
Document merging in C#.NET
Using NULL-COALESCE Operator in C#
Be Careful while dealing with dynamic type and System.DBNull in C# 4.0 (beta)
Loosely typed C#
Search/Delete files using wildcards in a directory and its sub-directories
Run System Commands From C# | Mindfire Solutions
Unsafe Keyword And Pointers In C Sharp
Create Dynamic Objects at runtime using Reflection
How to exclude empty array (null value) while using String.Split Method
Interesting C# functions and their usage
Two ways to use “using” keyword in C#
How to minimize the Method Overloading in C# 4.0
Sorting Genric List By Their Properties
Using Keywords as Identifiers in C#.NET
Using Yield Keyword in C#
Infragistics WebNumericEditor Tip
New Features in C# 4.0
How to get list of Local and Network Printers
Paging in DataList
Create A PDF To Show Document In Table Format Using C#
Difference Between Single ‘&’ Operator And Double ‘&&’ Operator
Exporting Any Data Into Excel File Using Console Application.
How To Programmatically Get A Selected Text From MS Outlook?
PGP Encryption & Decryption in C#
How to Create a XML File Using C#
To break out from a deeply Nested loop
Read and Write Data to Resource File Programmatically
Using JSON Extension Methods in WCF Service
Get distinct values from DataTable
How to run a console application from web using a buttonClick event
How To Implement Extension Method In C#
DataTable Column to Array
Reading datetime value from Excel cell using C#
Sorting Dictionary By Value in C#
Crystal Report viewer object – Why disposing is necessary
Dynamic Dispatch in C#
SSL Secure connection testing