gray
Sunday, February 22, 2009
Adding Text To Image Programmatically With C#
›
In this article I’ll continue talk about Adding Text To Image using an Extension Method in my previous article . I’ll provide here a more ...
Simple Snippet MD5 and SHA1 Hash Implementation With C#
›
Here is a pretty simple snippet MD5 and SHA1 Hash Service Implementation. MD5 public static String GetMD5Hash(String input) { Encoder enc...
How-To Get Environment Variables And Resolve System Paths
›
Tonight a useful trick in order to get Environment Variables and Resolve System Paths like : %windir% %Programfiles% .. MSDN : Envir...
How-To Create Dynamic Image From Text
›
In this article I’ll provide a simple class in order to Create Dynamic Image From Text, which should be pretty useful for email obfuscation ...
Useful Image WaterMark Extension Method
›
Today i'll give you a useful Extension Method in order to Add some Text to Image that can be used in HttpHandler to display copyrighted ...
Cookies Extensions Methods
›
Tonight a simple way to manage Cookies on an ASP.NET Application with Strongly Typed Objects. These Extensions might be improved but it...
ASP.NET Cookies Extensions Methods
›
Tonight a simple way to manage Cookies on an ASP.NET Application with Strongly Typed Objects. These Extensions might be improved but it...
›
Home
View web version