Tag Archives: Visual Studio 2010 SP1

2 Easy steps to learn ASP.NET Routing, map URLs to aspx and pass variables

It is becoming extremely important now a days to use simple URLs  without showing the .aspx extention and also hiding the Query String parameters such as page.aspx?name1=value1&name2=value2. SEO experts swear that simple canonical urls such as mysite.com/CountryName/CityName/CompanyName/ are much better in terms of search engine friendliness than mysite.com/getlisting.aspx?Country=CountryName&City=CityName&ampCompany=CompanyName We can clearly see that the former URL is much better even for [...]

Posted in ASP.NET, Routing | Also tagged , , , , , | 2 Comments

Top 8 new features in Visual Studio 2010 Service Pack 1 for the ASP.NET developers

Microsoft today released the latest version of its Visual Studio, Visual Studio Express and Visual Web Developer products. Its called Visual Studio 2010 Service Pack 1 (SP1). We at Chalaki have evaluated this product and very happy with the new enhancements. I am listing all the new features available for a web developer in this [...]

Posted in Visual Studio 2010 SP1 | Also tagged , , , , , , | Leave a comment

8 Quick steps to develop and setup C# CGI program in IIS 7

CGI or common Gateway Interface is the protocol used by classic web forms to exchange data between the user and the web server. CGI uses HTTP protocol, which is a simple text exchange protocol on top of TCP/IP. In the HTTP protocol, environment variables of the OS and input from standard input devise such as [...]

Posted in IIS, Web Development Fundamentals | Also tagged , , , | 3 Comments