AspAlliance.com - Brett Burridge http://aspalliance.com/author.aspx?uId=616 AspAlliance articles by Brett Burridge CodeSnip: Using the Windows Indexing Service with ASP.NET and C# The Windows Indexing Service is a useful tool for providing web based search facilities. In this code sample, Brett shows how to build a .NET friendly search facility using ASP.NET and C#. He begins with a short introduction and then provides a detailed analysis of the code given at the end of the article. http://aspalliance.com/1605_CodeSnip_Using_the_Windows_Indexing_Service_with_ASPNET_and_C Brett Burridge Mon, 24 Mar 2008 00:00:00 GMT Documenting .NET Framework Source Code with XML Comments This article describes how to document VB.NET and C# source code with XML comments. http://aspalliance.com/1230_Documenting_NET_Framework_Source_Code_with_XML_Comments Brett Burridge Mon, 09 Apr 2007 00:00:00 GMT Detecting ASP Website Errors Using Microsoft Log Parser In this article Brett shows how to detect ASP and other errors from IIS log files using Microsoft's Log Parser utility. http://aspalliance.com/991_Detecting_ASP_Website_Errors_Using_Microsoft_Log_Parser Brett Burridge Thu, 28 Sep 2006 00:00:00 GMT Stopping Automated Web Robots Visiting ASP/ASP.NET Websites This article asks whether you have a robot problem on your website and discusses what to do about it if you do! http://aspalliance.com/1018_Stopping_Automated_Web_Robots_Visiting_ASPASPNET_Websites Brett Burridge Mon, 25 Sep 2006 00:00:00 GMT Boosting the Performance of an ASP.NET Application Using StringBuilder Class In this article Brett examines how to increase the performance of an ASP.NET application using StringBuilder class. http://aspalliance.com/930_Boosting_the_Performance_of_an_ASPNET_Application_Using_StringBuilder_Class Brett Burridge Mon, 24 Jul 2006 00:00:00 GMT Ideas for Improving ASP and ASP.NET Web Application Security - Part 1 In the first part of this article, Brett provides ideas for improving the security of ASP and ASP.NET web applications. http://aspalliance.com/860_Ideas_for_Improving_ASP_and_ASPNET_Web_Application_Security__Part_1 Brett Burridge Fri, 16 Jun 2006 00:00:00 GMT Ideas for Improving ASP and ASP.NET Web Application Security - Part 2 In the second part of this series Brett provides more ideas for improving the security of ASP and ASP.NET web applications. http://aspalliance.com/870_Ideas_for_Improving_ASP_and_ASPNET_Web_Application_Security__Part_2 Brett Burridge Fri, 16 Jun 2006 00:00:00 GMT Using the Queue Class in the .NET Framework This article is an overview of the .NET Queue class with real world examples and source code. http://aspalliance.com/848_Using_the_Queue_Class_in_the_NET_Framework Brett Burridge Tue, 06 Jun 2006 00:00:00 GMT CodeSnip: Changing Data in a DataTable Using AcceptChanges Method In this article, Brett describes how to use the AcceptChanges method of the DataRow class. http://aspalliance.com/857_CodeSnip_Changing_Data_in_a_DataTable_Using_AcceptChanges_Method Brett Burridge Tue, 30 May 2006 00:00:00 GMT Dynamic Loading of ASP.NET User Controls Demonstrates how to dynamically add user controls to pages at runtime using the LoadControl method. http://aspalliance.com/565_Dynamic_Loading_of_ASPNET_User_Controls Brett Burridge Tue, 16 Nov 2004 00:00:00 GMT