July 2008 - Posts

5
Comments

Do you know stored procedures and SQL Test queries have similar performance?! by mlife

Last night i was studying ASP.NET 2.0 Website Programming: Problem - Design - Solution by " Marco Bellinaso ". In my opinion this book is one of most valuable books in web development world with ASP.NET. I found an interesting stuff that I did not know...
0
Comments

Create Simple Captcha By Generic Handler by mlife

In this post i will create simple captcha image using generic handler. Create new GenericHandler and write this code snippet public void ProcessRequest( HttpContext context) { // Create radom number for captcha Random rand = new Random (); int number...
More Posts