What's New in JScript .NET?

JScript .NET has matured into a full fledge language. Essam details some of the new features that make this a serious tool for developers.

provided by: 
Originally published at Internet.com


JScript .NET introduces several new features: * Compiled code * New Data Types * New Statements * New Directives * Support for New Types of Applications

This article introduces you to each of these new features and provides background information where necessary. This article assumes that you're familiar with JavaScript, JScript, or ECMAScript. You should be familiar with keywords like while, for, function, and String, and how to use them in scripts.

Compiled Code



JScript .NET is now a compiled language. To appreciate the benefit that this provides, you first need to understand how the code you write executes when it executes in an environment like Internet Explorer or in an Active Server Page (ASP).

JavaScript and JScript code executes in a host environment. When you create a Web page that contains JavaScript code and open it using a browser, like Internet Explorer, the browser acts as the host for your code. Besides displaying your Web page, the host converts your code into instructions the computer understands and then submits the converted code to your computer's processor to carry out the instructions. The host environment converts each line of the code you write into executable instructions on a just in time basis; in other words, the host and the system's processor don't have any idea of what your code will do next - they have only enough information to carry out the instructions your code provides on a line-by-line basis and only when the code is executing. The entity that performs the conversion is called an interpreter, which is usually a component of either the host environment or the host itself...

Read article at Internet.com site
Regional Articles
- What's New in JScript .NET? Alabama
- What's New in JScript .NET? Alaska
- What's New in JScript .NET? Arizona
- What's New in JScript .NET? Arkansas
- What's New in JScript .NET? California
- What's New in JScript .NET? Colorado
- What's New in JScript .NET? Connecticut
- What's New in JScript .NET? DC
- What's New in JScript .NET? Delaware
- What's New in JScript .NET? Florida
- What's New in JScript .NET? Georgia
- What's New in JScript .NET? Hawaii
- What's New in JScript .NET? Idaho
- What's New in JScript .NET? Illinois
- What's New in JScript .NET? Indiana
- What's New in JScript .NET? Iowa
- What's New in JScript .NET? Kansas
- What's New in JScript .NET? Kentucky
- What's New in JScript .NET? Louisiana
- What's New in JScript .NET? Maine
- What's New in JScript .NET? Maryland
- What's New in JScript .NET? Massachusetts
- What's New in JScript .NET? Michigan
- What's New in JScript .NET? Minnesota
- What's New in JScript .NET? Mississippi
- What's New in JScript .NET? Missouri
- What's New in JScript .NET? Montana
- What's New in JScript .NET? Nebraska
- What's New in JScript .NET? Nevada
- What's New in JScript .NET? New Hampshire
- What's New in JScript .NET? New Jersey
- What's New in JScript .NET? New Mexico
- What's New in JScript .NET? New York
- What's New in JScript .NET? North Carolina
- What's New in JScript .NET? North Dakota
- What's New in JScript .NET? Ohio
- What's New in JScript .NET? Oklahoma
- What's New in JScript .NET? Oregon
- What's New in JScript .NET? Pennsylvania
- What's New in JScript .NET? Rhode Island
- What's New in JScript .NET? South Carolina
- What's New in JScript .NET? South Dakota
- What's New in JScript .NET? Tennessee
- What's New in JScript .NET? Texas
- What's New in JScript .NET? Utah
- What's New in JScript .NET? Vermont
- What's New in JScript .NET? Virginia
- What's New in JScript .NET? Washington
- What's New in JScript .NET? West Virginia
- What's New in JScript .NET? Wisconsin
- What's New in JScript .NET? Wyoming

Rss   Delicious   Digg   Add To My Yahoo   Add To My Google   Bookmark   Search Plugin

Topics:
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML