Morteza Sahragard
-
When Scott Guthrie writes a book
And now, When Scott Guthrie writes a book
-
Using "Like" operator in parameterized queries
As you know parameterized queries has two benefit against regular queries .
-
Have Fun With RIAnimation (Free Library)
clipboard -
Some tools for Highlighting Code in web pages
Some times bloggers needs to copy source code from visual studio IDE to web page. for readability purpose, Highlighting code is important in web page.
-
Error handling during partial rendering
If you use UpdatePanel in your projects, probably you saw an inconvenient error message that shown when application throws error.
-
Using ToList() method to force LINQ query execute immediately
when using LINQ TO SQL, results of query dose not retrieve until you consume results or on the other hand you iterate in results.
-
How to remove all items from cache memory
Some times you may want to remove all items from cached memory and fill it by new data.
-
Do you know stored procedures and SQL Test queries have similar performance?!
Last night i was studying ASP.NET 2.0 Website Programming: Problem - Design - Solution by "Marco Bellinaso".
-
Create Simple Captcha By Generic Handler
In this post i will create simple captcha image using generic handler.
-
Stripping HTML Tags
This is my first post in this blog. I hope you find useful.
One of common problem for web developers is "stripping html tags".
in example : in search operations or sending plain text emails by newsletter and .....
in this post i do that with RegularExpressions.