Search Result
-
Maintaining Dirty and New state of objects
By
admin
on
Aug 26, 2008
Explains how to manage Dirty, Clean, New and Old state of business objects in you application..
0
Comment(s)
-
Avoiding Event != null Check
By
admin
on
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)
-
Are You Throwing Exceptions Correctly?
By
admin
on
Jul 25, 2008
Discuss practices to throw exceptions to intact the exception stack trace..
10
Comment(s)
-
Specifying Access Modifier for Getter and Setter in Property
By
admin
on
Jun 13, 2008
Explains about how we can have different access modifier for getter and setter in a property..
1
Comment(s)
-
Using Thread Pool for Multi-Threading application
By
admin
on
Jun 9, 2008
How to use thread pool for multithreading in a .net application..
0
Comment(s)
-
Convert Image to Base64 String and Base64 String to Image
By
admin
on
Jun 6, 2008
Learn how to convert Image to Base64 String and Base64 String to Image. (Online Converter Image to Base64)..
7
Comment(s)
-
Enum coversion operations (int to enum, enum to int, string to enum, enum to string)
By
admin
on
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)
-
Using Invoke to access object in a windows forms/controls thread
By
admin
on
May 26, 2008
How to use Invoke to handle cross thread calls to windows forms or controls..
0
Comment(s)
-
How to crawl a web page/file in a .net application
By
admin
on
May 23, 2008
Explains how we can crawl a web page or file using a virtual path and store the response locally..
3
Comment(s)
-
Add attacments while sending email in .NET
By
admin
on
May 22, 2008
Describes how to include attachemt with MailMessage in .net while sending emails..
0
Comment(s)
-
How to get current assembly version
By
admin
on
May 21, 2008
Extracting the version of currently executing assembly..
0
Comment(s)
-
How to Html Encode a string in .NET
By
admin
on
May 18, 2008
How to html encode a string in .net for displaying on a page..
2
Comment(s)
-
Add parameterized queries in MySql (OleDb)
By
admin
on
May 18, 2008
Explains how to add parameters in odbc queries..
0
Comment(s)
|
|