I'm a beginner...

forsehoch

New member
Joined
Apr 11, 2003
Messages
1
Im a beginner... but Im so interested in working with .NET technologies. Currently Im a JScript low-medium level programmer and I want to improve my skills and begin to work with JScript.NET. Sadly, I dont know if its worth, cos I dont exactly know which is the advantage of JScript.NET over JScript. I mean, I know that JScript.NET includes some improvements like "true compiled code, typed and typeless variables, late- and early-binding, classes (with inheritance, function overloading, property accessors, and more), packages, cross-language support, and full access to the .NET Framework" as its said on MSDN official site. But, I dont really know what it means, I dont really know how my job will be affected...

So I ask you for giving me a hand and helping me... May I use JScript.NET and, this way, get a great benefit or may I continue using JScript cos theres no benefit to obtain? What kind of benefit Ill get if I use JScript.NET?

Thank you so much
 
Yes, there is JScript.NET, its compiler is bundled with the framework alongside C# and VB although personally I havent used it beyond looking at examples for it.

The documentation does not have many examples for using JScript.NET, and Im not even sure whether or not it is flexible enough to make, say, a Windows Forms application. But it may well be flexible enough to write ASP.NET with. As far as I know, none of the regulars on this forum uses it.

If you are used to programming with JScript, it may well be the case that your skills would best be transferred to C#.
 
Last edited by a moderator:
Back
Top