What's New in JScript .NET? Oklahoma

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

Amercian Education Corporation
405-840-6031
7506 Broadway Ext
Oklahoma City, OK
Midwest CAM Solutions (GibbsCAM)
763-560-6567
NOW SERVING: OKLAHOMA
Oklahoma City, OK
Dreyer Software Inc
918-838-7638
PO Box 3391
Tulsa, OK
Tah Software Systems
405-478-3962
3400 NE 115th St
Oklahoma City, OK
B Solutions LLC
918-749-9200
5645 S Madison Ave
Tulsa, OK
Anyware Mobile Solutions
918-280-8693
5800 E Skelly DR
Tulsa, OK
Earnest Computer Service
405-732-1233
7005 SE 15th St
Oklahoma City, OK
Axis Integrated Solutions
918-488-1881
2818 E 81st Pl
Tulsa, OK
Software Etc
918-254-9124
Woodland Hills Mall
Tulsa, OK
Griffey & Associates
918-627-6399
5350 E 46th Street Suite 145
Tulsa, OK

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

Anyware Mobile Solutions

918-280-8693
5800 E Skelly DR
Tulsa, OK


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