Category: .NET

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 [...]

Starting Visual Studio 2005 Development Server at a specific port »

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

Check the below images for options under Web project properties..
 
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 [...]