Introduction on how to use Reflector
Category: Languages > .net      Posted: 05 Apr 09

In this episode we will walk you though how to use the .Net tool Reflector.

Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL

Conquering XML with LINQ in Visual Basic 9.0
Category: Languages > .net      Posted: 06 May 08

In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code...