how to implement and use JavaScript style setTimeout and setInterval in C#
Discusses the new features of Visual Studio 2010 and .NET 4
Describe how we can DebuggerBrowsable attribute for customizing the debugger window view.
Covering a few very basic and use extension methods
How to random Sort a List by using simple LINQ technique
Explains how to manage Dirty, Clean, New and Old state of business objects in you application
Describes about how we can eliminate the repeating check of Event != null every where in code before raising any event
Discuss practices to throw exceptions to intact the exception stack trace
Explains about how we can have different access modifier for getter and setter in a property
How to use thread pool for multithreading in a .net application
Learn how to convert Image to Base64 String and Base64 String to Image. (Online Converter Image to Base64)
how to to various enum coversions like int to enum, enum to int, string to enum, enum to string
Describes how to include attachemt with MailMessage in .net while sending emails
How to html encode a string in .net for displaying on a page