Austin area presenation: Effective .NET Framework based development: Exception handing and Memory Management

Boy, I am getting mileage out of this talk! Same show, this time in Austin… As part of my FrontLine trip I will be speaking at the Austin .NET User Group. If you are in the area, please come! 

https://www.adnug.org/ScheduleView.aspx?Id=82

Effective .NET Framework based development: Exception handing and Memory Management
This talk will drill demystify two areas that cause many problems for C# and VB.NET developers. Correctly handling errors via exceptions and recovering gracefully when they occur is a deceptively simple problem. We will discuss time-tested guidelines for raising and handling exceptions and discuss changes for the soon to be release .NET Framework 2.0 product. The second topic is how to effectively deal with memory management in the CLR. We will take a look at how the automatic memory manager in the CLR really works and why it works that way and discuss best practices for writing code in that world. We will also touch on some new features coming in .NET Framework 2.0 in this area.