DailyCoding > General
Title Author
Top 5 new features of Visual Studio 2010 and .NET 4
Date: Apr 14, 2010
Discusses the new features of Visual Studio 2010 and .NET 4 ..
7 Comment(s)
admin
Using DebuggerBrowsable Attribute for a better view in debugger window
Date: Jan 23, 2010
Describe how we can DebuggerBrowsable attribute for customizing the debugger window view. ..
3 Comment(s)
admin
Top 5 Small but Must have Extension Methods
Date: May 28, 2009
Covering a few very basic and use extension methods ..
5 Comment(s)
admin
Random Sort a List Using LINQ
Date: Nov 21, 2008
How to random Sort a List by using simple LINQ technique ..
5 Comment(s)
admin
Maintaining Dirty and New state of objects
Date: Aug 26, 2008
Explains how to manage Dirty, Clean, New and Old state of business objects in you application ..
5 Comment(s)
admin
Avoiding Event != null Check
Date: Aug 7, 2008
Describes about how we can eliminate the repeating check of Event != null every where in code before raising any event ..
9 Comment(s)
admin
Are You Throwing Exceptions Correctly?
Date: Jul 25, 2008
Discuss practices to throw exceptions to intact the exception stack trace ..
10 Comment(s)
admin
Specifying Access Modifier for Getter and Setter in Property
Date: Jun 13, 2008
Explains about how we can have different access modifier for getter and setter in a property ..
1 Comment(s)
admin
Using Thread Pool for Multi-Threading application
Date: Jun 9, 2008
How to use thread pool for multithreading in a .net application ..
7 Comment(s)
admin
Convert Image to Base64 String and Base64 String to Image
Date: Jun 6, 2008
Learn how to convert Image to Base64 String and Base64 String to Image. (Online Converter Image to Base64) ..
74 Comment(s)
admin
Enum coversion operations (int to enum, enum to int, string to enum, enum to string)
Date: Jun 4, 2008
how to to various enum coversions like int to enum, enum to int, string to enum, enum to string ..
3 Comment(s)
admin
Add attacments while sending email in .NET
Date: May 22, 2008
Describes how to include attachemt with MailMessage in .net while sending emails ..
2 Comment(s)
admin
How to Html Encode a string in .NET
Date: May 18, 2008
How to html encode a string in .net for displaying on a page ..
5 Comment(s)
admin