The Wayback Machine - https://web.archive.org/web/20110921092842/http://www.codeguru.com:80/csharp/.net/net_framework/

    Framework

    Unobtrusive jQuery Validation Using MVC3 and Razor

    Sharpen your form validation skills using unobtrusive validation in MVC3 and Razor.

    Creating and Using a jQuery Plug-in in ASP.NET Web Forms

    Create a custom plug-in to reuse your jQuery code across web pages.

    Top 6 Ways to Improve Your .NET Framework Code

    Laura Kihlken demonstrates a few tips that can help you improve your .NET Framework code.

    Add Simple Ajax Paging to Grids in ASP.NET MVC

    Not quite sure where to start building the code needed for paging data grids within your MVC Site? In this article I will show you how to create a simple and effective pager for use with grids. The pager we create will utilize ASP.NET Ajax to remove the need to postback for each page of data displayed.

    Working with Microsoft Moles Framework

    Create lightweight test stubs and detours for .NET framework applications using Microsoft's Moles Framework and make your code easily testable and bug free.

    Understanding the Application LifeCycle of your Silverlight Based Windows Phone 7 (WP7) Applications

    In order to take full advantage of the Silverlight platform for your Windows Phone 7 applications, you need to understand the application life cycle of your application. This article discusses the application event flow for Silverlight based WP7 applications.

    Pausing and Resuming the jQuery / ASP.NET News Ticker

    This ASP.NET tutorial shows how to extend the jQuery / ASP.NET news ticker to allow end users to pause and resume the ticker.

    Keeping Your Data Sorted Using Generic SortedSet in .NET Framework 4

    .NET Framework 4.0 saw the introduction of a generic class, System.Collections.Generic.SortedSet, for keeping items in a sorted order. Learn how to put these additions to work for you.

    Parsing HTML Documents with the HTML Agility Pack

    This ASP.NET tutorial shows how to parse and modify HTML documents from an ASP.NET page using the free HTML Agility Pack library.

    Microsoft .NET Framework 4.0 Task Parallel Library Continuations

    Task Continuations allows developers to create interdependencies between tasks. The interdependencies can involve simple execution in response to task completion or aggregated exception handling among tasks. Read along to learn more.

    Top 10 CSS Techniques for Your ASP.NET Website

    The HTML that the ASP.NET page renders is what your client's see first. A first impression is the best impression and CSS plays a vital role. Learn how using these few CSS techniques can help improve the performance of your ASP.NET framework website.

    .NET Framework: Use Your Own Cache Wrapper to Help Performance

    See how you can use the .NET framework to create your own wrapper classes in C# programming to help boost your application performance when accessing a bunch of reference or other look-up type data that you frequently use.

    .NET Framework: Corrupted State Exceptions

    Most developers misuse the facility of exceptions provided by the NET framework. They tend to catch all exceptions when they were expecting only file-based exceptions to be thrown. In some situations, this leads to trapping exceptions which mask state corruption of the managed process. In .NET Framework 4.0, the default implementation has changed for the better, allowing only non-corrupted state exceptions to be handled by default.

    Visual Basic Tools for Windows Phone 7 Developers

    The new Windows Phone 7 platform isn't restricted to only C# programming. Microsoft recently released development tools targeting Visual Basic developers. This article discusses how to get the tools and walks through a simple Visual Basic Silverlight project for the Windows Phone 7 platform.

    Implementing Auto Save Feature Using ASP.NET Ajax and WCF Service

    Use the power of ASP.NET Ajax and Windows Communication Foundation (WCF) to automatically and periodically save webform data and provide an enhanced user experience.

    Microsoft and the Cloud: Year in Review

    Through the course of 2010 Microsoft has had three major releases of Microsoft Azure, deployed products in all cloud categories including PaaS, SaaS, and IaaS, signed up over 40 million customers and has been innovating non-stop. In this article we will look at what Microsoft has done in the cloud this past year, and muse on where they might be headed.

    ASP.NET MVC: Creating Custom HTML Helper Methods

    In the ASP.NET MVC framework the HTML Helper methods play an important role when developing the views. Read this article to learn about building your own HTML helper methods, all while getting to know the various ways of doing it.

    Introduction to Memory Mapped Files

    In .NET framework 4.0, a new class, MemoryMappedFile, was introduced to facilitate the editing of large files and inter-process communication. Read along to learn more about this new class.

    Displaying a Grid of Data in ASP.NET MVC

    This ASP.NET tutorial is the first in a series that showcases how to displays grids of data in an ASP.NET MVC application. In this inaugural article, Scott Mitchell shows how to display data in a simple grid.

    Displaying a Character Counter for Multiline Textboxes

    Learn to use ASP.NET Ajax Client Behavior to display a visual indicator for the number of characters entered in a multiline textbox and to enforce the limit on the amount of text entered.

    5 Ways to Improve Your ASP.NET MVC Pages With Help From jQuery UI

    Looking to use ASP.NET MVC but not sure about the time required to build high-level controls? Let Chris Bennett show you how to incorporate jQuery UI to add in some of those high-level controls such as dialogs, date pickers, autocompletes and more.

    Introducing Code Access Security in .NET Framework

    Leverage the features of Code Access Security to restrict un-trusted code from running in your system.

    ASP.NET: Checking All Checkboxes in a GridView Using jQuery

    This ASP.NET tutorial shows how to check and uncheck all checkboxes in a GridView using jQuery.

    Awaiting Future C# Asynchronous Features Brought to you by .NET Parallel Computing

    Learn how .NET Framework 4.0 Parallel Computing will enable an upcoming C# programming feature and make asynchronous coding easier.