<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>.NET</title>
    <link>https://www.revindex.com/Resources/Blogs/blog/7/locale/en-US/NET</link>
    <description>C# VB.NET .NET programming</description>
    <managingEditor>slim@revindex.com</managingEditor>
    <pubDate>Mon, 14 Sep 2026 18:44:36 GMT</pubDate>
    <lastBuildDate>Mon, 14 Sep 2026 18:44:36 GMT</lastBuildDate>
    <generator>DotNetNuke Blog RSS Generator Version 6.4.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://www.revindex.com/DesktopModules/Blog/API/RSS/Get?tabid=65&amp;moduleid=394&amp;blog=7" rel="self" type="application/rss+xml" />
    <item>
      <title>Global Catch All Exception in .NET Winform and Console Application</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/572/Global-Catch-All-Exception-in-NET-Winform-and-Console-Application</link>
      <description>You normally want to catch all exceptions at the highest tier in code so that your program has the chance to display the error message to the user or log it to the appropriate location. Under ASP.NET, you can do so easily by overriding the Application_Error event in Global.asax file. In a windows form or console application, the equivalent global catch all is available by listening to the ThreadException and AppDomain UnhandledException events. (winform, .NET, C#, VB.NET)
</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/572/Global-Catch-All-Exception-in-NET-Winform-and-Console-Application</guid>
      <pubDate>Mon, 06 Aug 2007 18:49:00 GMT</pubDate>
      <blog:publishedon>2007-08-06 18:49:00Z</blog:publishedon>
    </item>
    <item>
      <title>Quickly Sort A Collection Using Generics and Anonymous Delegate</title>
      <link>https://www.revindex.com/Resources/Blogs/Post/571/Quickly-Sort-A-Collection-Using-Generics-and-Anonymous-Delegate</link>
      <description>One nice enhancement that came with .NET 2.0 is the ability to sort a custom collection quickly by making use of anonymous delegates and generics. In the past on .NET 1.1, you had to create a Comparer class implementing the IComparer interface. (ASP.NET)</description>
      <author>slim@revindex.com (Revindex Solution)</author>
      <blog:author>Revindex Solution</blog:author>
      <guid isPermaLink="true">https://www.revindex.com/Resources/Blogs/Post/571/Quickly-Sort-A-Collection-Using-Generics-and-Anonymous-Delegate</guid>
      <pubDate>Thu, 02 Aug 2007 04:36:00 GMT</pubDate>
      <blog:publishedon>2007-08-02 04:36:00Z</blog:publishedon>
    </item>
  </channel>
</rss>