An Introduction to JSON in JavaScript and .NET

I found this An Introduction to JavaScript Object Notation (JSON) in JavaScript and .NET article to be very useful especially if you are new to JavaScript Object Notation (JSON)

Explore some of the Object Oriented Techniques of JavaScript, check this MSDN article, http://msdn.microsoft.com/msdnmag/issues/07/05/JavaScript/default.aspx, by Ray Djajadinata (Ray Hsieh).

Happy Scripting!!!

PostBacks does not work with Url Rewriting

I use a Url Rewriting a lot and ran into this problem very offen. There are multiple solutions to this issue and basically we would be manipulating the “post” action of the web page.

Here is a link that talks about a more elegent approch to solove this problem, Postbacks does not work with URL ReWriting.

http://weblogs.asp.net/jezell/archive/2004/03/15/90045.aspx

EDIT: please see my new entry on this topic http://blog.budigelli.com/index.php/2007/06/14/aspnet-url-re-writing-and-postback-problem-solution/

- Thanks,

Starting Visual Studio 2005 Development Server at a specific port

  1. Want to Start Visual Studio 2005 Development Server at a specific port everytime? Or use IIS for a Web Application?
  2. And want to set what debuggers to attach (ASP.NET, SQL Server, Native Code)?

Check the below images for options under Web project properties..

  Visual Studio Dev Server Port Setting

Hope it helps…

.Net 1.1 to 2.0 conversion mistakes

Over the past week i have been working on a conversion (.NET 1.1 to 2.0) project. It started as fun and turned out to be little tedious !!!

First of all, its a big solution with around 25 projects (both C# and VB.NET) and quite a good amount of ASP code, doing various tasks…

The first part of the project turned out to be simple…

Goal : Make this solution run under .NET 2.0 framework and upgrade to WES3.0. Continue reading