Morteza Sahragard
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
ALTER SCHEM
ASP.NET
ASP.NET AJAX Error Hnadling Partial Rendering
ASP.NET Ajax jQuery UI effects
ASP.NET Cache HttpRuntime OutputCache
AttachDbFilename He
Backup
C#
Captcha Generic Handler ASP.NET
Data Mapping
Highlighting
HTML
Javascript
Like Operator
LINQ Cache ToList ASP.NET
LINQ to SQL
MVC
Owner
parameterized queries
RegularExpressions
Restore
Schema
SQL
Sql Express
SQL Injection
SQL Server
Stored Procedure
WCF
Web Development
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (1)
September 2009 (1)
July 2009 (2)
June 2009 (2)
March 2009 (1)
December 2008 (2)
October 2008 (1)
September 2008 (1)
August 2008 (2)
July 2008 (2)
June 2008 (1)
My Favorite Blogs
Persian Developers Resource
Joe Stagner
J.D. Meier
.NET Curry
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...
Filed under:
ASP.NET
,
SQL
,
Stored Procedure
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...
Filed under:
Captcha Generic Handler ASP.NET
More Posts