Forum Moderators: open
The project isn't a huge application, that is, not a lot of a form/info processing. Just basic server-side processing is required.
THis is my first look into the asp world, and people seem to use .net, vbscript, jscript, javascript, c++, and all kinds of things. I'm confused. I don't know C++ and just want to learn the most versatile asp scripting language.
Thanks for the recommendations.
Am I wrong, or do I need VBscript for these things. It seems Jscript might have this capability through something called WSH, or is that out of date?
The HTTP_Request objects are also ASP objects, not language specific.
The only time I HAD to use a VB script in the middle of my javascript was to easily format a number into two decimal places, because at the time I needed it, I didn't want to write a separate JS function. VB had a built in fuction to do that.
today I know how to write my own, but the code is already there.....
So far I am exploring the major differences in VisualStudio.NET, such as vb.net, c#, j#, etc. Still not really sure which one I'll go with; luckily the syntax in C# and J# seem to be close enough to php that it shouldn't be a hard transisition.
What DOES seem to be a hard transition is moving from Dreamweaver for development - which I love - to VS.NET, which seems overly bloated and complex. I'm probaly just not used to it yet.
Are there any other good resources out there - besides w3schools - for transitioning from php -> microsoft/asp?