Search 
DailyCoding > General
Title Author
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 ..
0 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 ..
4 Comment(s)
admin
Are You Throwing Exceptions Correctly?
Date: Jul 25, 2008
Discuss practices to throw exceptions to intact the exception stack trace ..
9 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 ..
0 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 ..
4 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 ..
0 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 ..
0 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 ..
2 Comment(s)
admin
© Copyright 2008 Daily Coding • All rights reserved