In this premier article, Essam Ahmed starts his JScript .NET column with an introduction to the .NET Framework and JScript .NET.
Articles Written by Essam Ahmed
Planning for the Unexpected - JScript .NET and Exceptions
The .NET Class Library uses exceptions throughout to report errors or unexpected conditions; however, a lot of code isn't exception aware. This article explains what exceptions are, how to respond to exceptions, and several ways of creating your own exceptions.
Object oriented features of JScript .NET
Discover the details of class access rules, inheritance, and polymorphism as they relate to JScript .NET. See sample code that demonstrates how to use these features.
Building JScript .NET Web Service and Clients
Walk through the creation of a Web Service and three types of client applications that use it: a Windows Forms based client, and Internet Explorer-based client, and an ASP.NET client application.
Introducing the .NET Framework and JScript .NET
Introducing the .NET Framework and JScript .NET
Using the Microsoft XML Parser to Create XML Documents
XML provides a powerful and flexible means of expressing and communicating information between different, or unlike, systems. Learn to parse XML from your programs.
