This ASP.NET tutorial shows how to extend the jQuery / ASP.NET news ticker to allow end users to pause and resume the ticker.
Latest Scripting Articles
Accessing Server-Side Data from Client Script
This ASP.NET tutorial examines different techniques for accessing server-side data from a browser using client-side script.
Introduction to AJAX Technologies
Get help bringing you up to speed with AJAX's place in your web development toolbox.
JavaScript Security
See how you can tighten security gaps using JavaScript and practices such as the Same Origin Policy, Data Tainting, and Signed Scripts.
ASP.NET version of "Login & Password"
A very simple introduction to forms authentication in ASP.NET.
Login & Password
Secure an ASP page simply and easily.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Creating your own Hidden Object game with VB.NET Part 2 - Playing the Game
As we continue our walk-through on how to create a hidden object game, the discussion turns to adding functionality to the project that will produce a working game.

Implementing a WCF Message Contract
WCF implementations normally take two different approaches; a Document style or an API style. Document style implementations are more flexible and often easier to extend and version. Also, Document style or rather, Message Contract service implementations, work well between systems with a shared message assembly. Jeffrey Juday guides you through architecting a WCF Message Contract implementation.