View Single Post
  #2 (permalink)  
Old Nov 27th, 2006, 17:26
SpartanSoft SpartanSoft is offline
Junior Member
Join Date: Nov 2006
Location: Plainsboro, NJ
Age: 39
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Switching from ASP to ASP.net

The primary languages are C# and VB.Net. VB.Net should be an easy transition for you with VBScript, I personally prefer C#. If you have JavaScript experience you may be able to take up C# pretty quickly as well (capitalization issues in the beginning).

It's all about getting familiar with the libraries and namespaces. The syntax should not be that difficult. Some benefit of ASP.Net is the code behind, richer language, MasterPages. No more interspersed <% %> in your html code. I would shoot myself if I had to go backwards.
BTW, I started with VB and then ASP and now use C# so I have followed the same path.

Good luck...
Reply With Quote