WebDev

How useful an Actionless form could be

by Amit Verma August 26, 2010

This article is relevant to ASP.NET. Knowledge of HTML and ASP.Net is required. I was working on a project where I had to implement URL rewriting. I was also working on a tool to update a site’s (let’s say a.com) content. The tool was hosted on another domain (b.com). I had to use images and [...]

0 comments Read the full article →

Visual Studio 2008 and .NET 3.5 SP1 now available

by Amit Verma August 12, 2008

Microsoft has released Service Pack 1 for Visual Studio 2008 and .NET 3.5. The download links are: Visual Studio 2008 SP1 .NET Framework 3.5 SP1 Visual Studio 2008 Express Editions with SP1 Visual Studio Team System 2008 Team Foundation Server SP1 Visual Studio 2008 Shell (integrated mode) with Service Pack 1 Visual Studio 2008 Shell [...]

Read the full article →

ASP.NET Wiki

by Amit Verma August 10, 2008

http://wiki.asp.net is a good resource for ASP.NET developers. You can browse the articles using tag cloud and TOC. You can also add and edit articles.

Read the full article →

PHP Encoder

by Amit Verma August 2, 2008

Most of the PHP applications are Open Source but what if you want to share your PHP application but not the code? Nu-Coder is a PHP encoder. It converts the source code of PHP Script into compiled PHP bytecodes for both accelerated runtime performance and maximum security

Read the full article →