Javascript and JScript are scripting languages. The .NET Framework is a compiled platform, so you can't use scripting languages on it as such.
.NET is flexible in that you can use any .NET enabled language (VB.NET, C#, J#, C++, Cobol, etc). If you already know Javascript, try looking at the syntax of C# or J#. You should be able to pick them up pretty quick.
VB.NET and C# are by far the most common .NET languages, which means if you pick one of those two languages you'll find it a LOT easier to find tutorials, examples, etc. on the net.
As for tutorials, try www.asp.net - they have tutorials in C#, VB.NET and some J# I think.
There's no point in learning ASP now unless you really need to. Although I can't think of any reasons you'd want to use classic ASP over ASP.NET... ASP.NET is like the next version of ASP, it would be like deciding to learn how to use Windows '95 before learning Windows XP.
|