InfoQ

News

View the .NET Source Code in VS 2005

Posted by Jonathan Allen on Feb 11, 2008 11:36 PM

Community
.NET
Topics
Debugging ,
Open Source
Tags
Visual Studio

It has long been said that having access to a framework's source code assists in debugging applications that use it. Though MFC developers have had this for a long time, only recently has Microsoft granted access to the .NET source code. Unfortunately, they limited the access to VS 2008 users and the files are downloaded on an as-needed basis during debugging.

With permission from Shawn Burke of Microsoft, Kerem Kusmezer and John Robbins built a tool that will bulk-load the .NET source code. The primary benefit of this is eliminating the unexpected pauses during debugging that currently occur. But it also has another interesting possibility.

Once the source code is downloaded using the .NET Mass Downloader, developers can configure VS 2005 to use the source code in very much the same fashion.

No comments

Reply

Exclusive Content

Clojure

Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.

Composite Oriented Programming with Qi4j

We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

Principles and Practices of Lean-Agile Software Development

Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.