The Wayback Machine - https://web.archive.org/web/20120101063256/http://www.codeguru.com:80/vb/vb_internet/aspnet/

    ASP .NET

    Ten Great CodePlex Projects for ASP.NET Developers

    Interested in learning more about the ASP.NET MVC Framework? Jason Gilmore highlights ten great CodePlex projects in this ASP.NET tutorial which will provide you with all of the source code you need to start learning fast.

    Top 10 Controls for ASP.NET Developers

    Curtis Dicken sifts through ASP.NET controls to help ASP.NET Developers decide how to fill their programming toolbox.

    Integrating Twitter Into An ASP.NET Website

    ASP.NET Developer, Scott Mitchell, shows how to use the open source Twitterizer project to integrate Twitter into an ASP.NET website.

    Debugging and Tracing in ASP.NET AJAX

    Debugging ASP.NET AJAX applications is a challenge because they contain both server-side and client-side code. Use this ASP.NET tutorial to get some helpful tips for using debugging and tracing in ASP.NET AJAX applications.

    Using Microsoft's Chart Controls In An ASP.NET Application: Serializing Chart Data

    This article, by Scott Mitchell, shows how to store (and load) the data generated by the Microsoft Chart Controls to disk or some other store.

    [Updated] Creating a TCP Component in Visual Basic

    This article by Rolando Lopez describes how to build a TCP/IP component in Visual Basic that you can use to connect to another machine and exchange data. He builds the component using Visual Basic and gives some examples of calling the component from ASP. Source code is included.

    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.

    Skins and Themes in ASP.NET

    Using skins and themes make it much easier to quickly, uniformly, and easily change the way web application looks.

    Facelift to Forms; Part 1: TextBox

    This is the first article in the 'Facelift to Forms' series. Discover various options to make beautiful, easy to implement and easy to use web forms.

    Displaying and Customizing Images from a Database

    Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.

    Using IHttpModule to Intercept Every HTTP Request

    Respond to every HTTP request. Just implement event handlers or an IHttpModule (which is a cool way to write a re-deployable solution for multiple projects).

    Writing to the EventLog from a Web Application

    The security-hole testing that hackers engage results in a sparring match where security-conscious companies like Microsoft are forced to—well, make life harder on the rest of us.

    [Updated] New Features in Microsoft Visual Studio 2010 and the .NET Framework 4.0

    Learn about several features relevant to developers in Visual Studio 2010 and the .NET Framework 4.0, such as parallel programming, XSLT debugging, new ASP.NET features, and new VB.NET and C# features that include the Chart control, XSD Designer, Lambda Expressions, and optional parameters.

    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.

    Partial Methods

    Learn how to implement partial methods and know where to expect them.

    De-Sludging ASP.NET Pages with PageAdapter

    Think you know about VIEWSTATE within ASP.NET? Learn how to fully implement VIEWSTATE in new and efficient ways in ASP.NET 2.0.

    Web Service Method to Back Up a Database from a Mobile Device

    Learn about a web service method to back up a database from a mobile device using the SQL Backup command and asynchronous method calls.

    Creating a Custom DataGrid Paging Control

    Create your own custom DataGrid paging control over which you, the developer, will have more control.

    .NET Framework 3.0 Released

    The current version of the .NET Framework is 3.0.

    Refactoring VB in Visual Studio 2005

    Refactoring can improve the internal structure of your VB code without changing its external behavior. Use it to remove the subjectivity of what is good code and what is less-good code.

    Displaying the Images Returned by the RenderStream Method of SQL Server Reporting Services

    Find out how to display the images in reports rendered in ASP.NET Web pages.

    Creating Custom Server Controls in ASP.NET

    Bill demystifies the process of creating your own server controls and gives you a strong foundation for building your own user interface masterpieces.

    Navision Database Access via C/ODBC WebService/ASP.NET Application (not yet reviewed)

    Learn about a new ODBC-compliant tool and how to access it from an ASP.NET page.

    Building Visual Basic .NET Windows Applications

    Learn about the .NET version of a form, which has many new features.