Learn how to use OData support to call a Web API using a client-side script and how to implement Ajax-driven sorting and paging.
Latest JScript .NET Articles
Client Side Validation Using the XMLHTTPRequest Object
Jonathan Zufi shows how to use the XMLHTTP object within JavaScript or VBScript to validate form-field information without having to submit a page and wait for the result.
Introducing the .NET Framework and JScript .NET
In this premier article, Essam Ahmed starts his JScript .NET column with an introduction to the .NET Framework and JScript .NET.
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 Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.