Monday, June 8, 2009

RSS: .NET Syndication Feeds

Need to perform this task for creating RSS feeds in the near future. Keep this article in mind for the helper classes within the .NET framework.

Wednesday, June 3, 2009

.NET Debugging: IL Disassembler

Learned a helpful new debugging and troubleshooting tool today with the .NET Framework IL Disassembler. The simple application shows classes and even method signatures inside a compiled DLL.

This article goes further into understanding the various intermediate language operations as well as advanced switches.