Generating search engine optimized page title and meta tags in asp.net. Generating search engine optimized page title and meta tags in asp.net.

The importance of search engine optimized page title and meta tags:May be you will need to read about seo in general from here before you start

As a asp.net developer it is very important  when you start to build a web site to make it search engine friendly as possible to get the maximum number of free traffic. One of the most important requirement for any webpage to be [...]

asp.net image upload,resize and save.

Every day users upload millions of images to web sites allover the world. So image uploading is an every day task for any ASP.NET developer. Handling uploaded images is an easy task which we will discuss in this article. We will follow my sweet philosophy in programming which is trying to minimize the code writing as possible and try to do every thing in the declarative easy way and the result code [...]