Archive for February 2011

 
 

Weekly developer links - 1

  • SymbolSource.org - The goal of this project is to provide a common debugging symbols and sources server for the most popular open source projects in the .NET ecosphere: NHibernate, Castle, Log4Net, C5, NInject and many other.
  • FluentPath - FluentPath implements a modern wrapper around System.IO, using modern patterns such as fluent APIs and Lambdas.By using FluentPath instead of System.IO, you’ll be able to chain calls and act on sets of files as if they were individual files.
  • .NET Screen Scraping in depth - Everything you need to know about screen scraping, from simply pulling down a page to more complex issues like submitting forms and cookies. Here you will learn how to use the WebClient and HttpWebresponse classes and which is better for what task
  • Free Silverlight controls, components & tools - to help making your websites brighter collected by WebResourcesDepot.

An alternative to WinDbg – Debug Analyzer.Net

WinDbg is a tool that allows you to analyze in detail any program problem, especially when the VS2008 is not available or can not be used. Despite the fact that it has existed for many years, the use of WinDbg can not be called simple and intuitive. So let me present a very interesting alternative.Debug Analyzer.NET is a debugging tool to analyze memory dumps using plug-ins written in .NET framework

Features

  • Analysis Reporting - Create .NET based Plug-in to run analysis against a well defined Object Model to generate html reports
  • Instant Analyzer  - Write your analysis code in Code Editor and hit F5 to compile and execute your analysis so that you can see the results instantly.
  • Interactive Debugging - Ability to easily write Analysis commands just like Windbg but in .NET.
  • Visualizers - Write Plug-in to present the data as graphs, datagrid .
  • Helpers - Plug-in GUI which provides a way to write your own utility for other popular tools.

 

DebugAnalyzer.Net

You need to install .NET Framework 4.0 Client Profile

Supported Versions of CLR

  • .NET 2.0 (and 3.x) memory dumps.
  • Support for .NET 4.0 and Silverlight coming soon.

Download Debug Analyzer.Net