In this premier article, Essam Ahmed starts his JScript .NET column with an introduction to the .NET Framework and JScript .NET.
Latest Essam Ahmed on JScript .NET Articles
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.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

C# UWP: Checking for Platform Extensions at Runtime
Windows 10 introduces UWP apps and the Universal Windows Platform, which provide a guaranteed core API layer. Leverage the UWP in your coding.

Programmatically Finding, Connecting to, and Disconnecting from VPNs
Virtual Private Networks allow employees to securely access a corporate Intranet while located outside the office. Create your own VPN.
Programming Devices and Activities from the Microsoft Graph APIs
With Microsoft's new Project Rome, the user experience across all platforms (Windows, iOS, or Android) will be seamless among different hardware.