The Wayback Machine - https://web.archive.org/web/20100407233231/http://www.codeguru.com:80/csharp/.net/net_asp/miscellaneous/

    Miscellaneous

    What's New in ASP.NET MVC 2.0?

    Microsoft Visual Studio 2010 and .NET framework 4.0 bring many new exciting features for developers. One of them is the improved ASP.NET MVC 2.0. This article focuses on the new and improved characteristics in this popular web application framework from Microsoft.

    URL Routing in ASP.NET 4.0

    Scott Mitchell, explores the enhancements to URL Routing made in ASP.NET 4.0.

    Accessing and Updating Data in ASP.NET: Filtering Data Using a CheckBoxList

    This article series, by Scott Mitchell, examines how to work with data using ASP.NET's data source controls. This particular article looks at how to filter data based on a user's selections from a CheckBoxList.

    Mobile Device Detection and Redirection Using ASP.NET/MVC

    Discuss approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser. Also it shows how to retrieve mobile device capabilities information.

    The Future of Managed Languages: C# and Visual Basic

    Learn three industry trends that are influencing the next releases of C# and Visual Basic.

    Table Width or No Table Width: That is the Question

    Some situation where to use and where not to use the HTML TABLE width element.

    Part 1: Installing Features and Adding Breadcrumbs to Custom Pages in Sharepoint Central Administrat

    Follow step by step instructions on how to install features, how to add custom pages and how to add custom bread crumbs to Web pages in Sharepoint Central Administration 2007.

    Is Azure the New Silver Lining?

    By now, you have heard of Windows Azure, Microsoft's cloud computing platform. But, what does Azure provide for developers and users, and how can you benefit from it in your .NET applications? Read on to find out.

    There is More Than Just a Little Touching...

    The way you interact with a personal computing device is changing and is about to change even more with lots of touching and even a little hidden video.

    Install/Uninstall/Control Windows Services Remotely Using VB.Net

    Discover the basic code to install, uninstall, start, stop, pause, continue, and change logon user for Windows Services remotely.

    Provocative Search Engine Friendly URLs in ASP.NET

    Authors Cristian Darie and Jaimie Sirovich show how to turn ugly dynamic ASP.NET URLs into human and search engine-friendly URLs that may improve your search engine ranking.

    Working with Binary Large Objects (BLOBs) Using SQL Server and ADO.NET

    Want to store documents or photos in SQL server? Learn how SQL Server and ADO.NET together can provide an elegant solution for storing and retrieving BLOBs.

    Choosing Between MVC and MVP Patterns in ASP.NET

    Probe for ASP.NET developers and choose the right pattern between MVC and MVP, concerning all major differences between them.

    Lazy Loading the ASP.NET AJAX TabContainer Control

    Learn how to avoid possible performance problems in your web applications when using the ASP.NET AJAX TabContainer by employing a technique known as lazy loading.

    Turn Image Hotlinking to Your Advantage

    Don't block hotlinked images; instead, learn how to label them to bring visitors to your web site and increase your web presence, even if you are restricted by a shared hosting environment.

    Sanity Checks for Your ASP.NET Web Site

    Discover a few points to keep in mind during and after the creation of your web site, such as form referrer check, URL canonization, and so forth.

    Getting Started with Microsoft Synchronization Services for ADO.NET

    Are you looking for a synchronization solution to your occasionally connected .NET application? Learn how to create a sample "Microsoft Synchronization Service for ADO.NET" solution in C# with an ASP.NET web service layer.

    Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS Feed

    Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.

    Extending Outlook Functionality with a .NET Add-In

    Interacting with Office functionality in a .NET application can add a new level of functionality while providing the user with familiar methods of getting work done. Explore extending Outlook via a sample add-in.

    Using Web Standards to Simplify Web Control Development

    Learn how web standards can be used in ASP.NET control development.

    Enabling Internet Explorer for Debugging ASP.NET AJAX

    Wrox author and Microsoft MVP Dan Wahlin shows how to use Internet Explorer with Visual Studio for JavaScript debugging in ASP.NET AJAX.

    Provocative Search Engine Friendly URLs in ASP.NET

    Authors Cristian Darie and Jaimie Sirovich show how to turn ugly dynamic ASP.NET URLs into human and search engine-friendly URLs that may improve your search engine ranking.

    [Updated] Using the PayPal Payment System in ASP.NET

    Learn how to use the PayPal payment system in ASP.NET.

    News: Microsoft Releases Betas and More

    Today Microsoft announced the release of Visual Studio 2008 Beta 2, .NET Framework 3.5 Beta 2, Silverlight 1.0 RC, and more.

    Edit and Encrypt Web.Config Sections Using C# 2.0

    Learn how to edit and encrypt sections of a Web.Config file programatically.