My thoughts regarding ASP.NET, C#, programming practices, and more...
reading
You Should Read archives
blogs I read
|
Thursday, November 04, 2004Discovering .NET Reflector
I just discovered Lutz Roeder's .NET Reflector. This tool is awesome! Here is a description of the the tool directly from it's website :
Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, XML documentation, call and callee graphs, IL, Visual Basic, Delphi and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers.The disassembler included with the tool can decompile any of our .dll files we have created with Visual Studio and allow you to view the source code. It will also convert that source code into VB, IL, Delphi, or C#. Another way to use the tool is to look-over the assemblies included in the .Net Framework. You can then see how MS created their classes and how you can extend those classes to better serve your needs. Tuesday, November 02, 2004New Google Groups Beta
Google is allowing users to preview their new version of Google Groups. It appears to be in the beta phase. So far I like it much better than their old version. I hope that my posts don't take 3 - 9 hours to get through to the newsgroup anymore.
You can now subscribe to groups. The left nav displays a list of your subscribed to groups as well as groups you have recently visited. You can track threads you want to follow. So far, I am impressed. Good job Google. Monday, November 01, 2004Testing ASP.NET 2.0 and Visual Web DeveloperScott Mitchell has a post on his blog linking to another post by Scott Guthrie titled Testing ASP.NET 2.0 and Visual Web Developer. This post describes what goes into debugging ASP.NET. Microsoft uses an automated test solution called Maddog. Here is an excerpt :
That is very cool. Enjoy. |