What's New in JScript .NET? Alaska

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

Local Companies

Surveyors Exchange Co
800-770-5500
3695 Springer St
Anchorage, AK
Taskklock
907-677-8963
1115 Whitney RD
Anchorage, AK
GFI Software
919-379-3361
15300 Weston Parkway
Cary, AK
Ctg
907-261-6500
4701 Business Park Blvd
Anchorage, AK
Apex Logic
907-274-6696
1343 G St
Anchorage, AK
Accoladde
+91 9962299053
2033 Gateway place
San Jose, AK
SDAC Inc. [Strategic Data Alliance Consulting, Inc.]
407-367-9510
583 Caledonia Place
Sanford, AK
Communications Software Inc
907-279-7800
1505 W 32nd Ave
Anchorage, AK
PKWARE, Inc.
414-289-9788 ext 117
648 N Plankinton Ave
Milwaukee, AK
Alaska Computer Brokers
907-267-4200
551 W Dimond Blvd
Anchorage, AK

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

Featured Local Company

Accoladde

+91 9962299053
2033 Gateway place
San Jose, AK
http://www.accoladde.com


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