.NET History 05 Feb 2009
Posted by Ramaswamy Palaniappan in .NET News, Introduction.add a comment
Nice article about .NET history. Check this out.
Monitoring HTTP Output with Fiddler 04 Feb 2009
Posted by Ramaswamy Palaniappan in ASP.NET, WCF.add a comment
Http monitoring tools are essential when doing any kind of Web development whether it’s for plain Web development, Web Services or any sort of HTTP client work. When things go wrong it is often highly useful to take a look under the hood and dig into the raw HTTP request data to see what HTTP headers were sent from the client to server and what headers and responses come back.
Microsoft Web Application Installer 04 Feb 2009
Posted by Ramaswamy Palaniappan in Tools.add a comment
The Web Application Installer Beta is designed to help get you up and running with the most widely used Web Applications freely available for your Windows Server. Web AI provides support for popular ASP.Net and PHP Web applications including Graffiti, DotNetNuke, WordPress, Drupal, OSCommerce and more. With just a few simple clicks, Web AI will check your machine for the necessary pre-requisites, download these applications from their source location in the community, walk you through basic configuration items and then install them on your computer.
100 Interview Questions for Software Developers 04 Feb 2009
Posted by Ramaswamy Palaniappan in Soft Skill.add a comment
WOW. Read this 100 questions for Software programmer. Try to answer yourself honestly you will learn lot.
Top 25 Most Dangerous Programming Mistakes 03 Feb 2009
Posted by Ramaswamy Palaniappan in Patterns & Practices.add a comment
Here is another nice post from Jeff. All programmers must read this.