Sign in
|
Join
|
Help
Derek Smyth's Software Development Blog
This site
DotNetSlackers home
This Blog
Home
About
Syndication
RSS
Atom
Sponsors
MaximumASP
Breaking News
Find a Job
Social Bookmarking
Tidebuy Reviews
Online Shopping
asp.net hosting
UK online local dating
Search
Go
Tags
.NET Security
.NET v3.0 (WinFX)
.NET Windows Development
ADO.NET v2.0
ASP.NET v2.0
Design Patterns
Development Tools
General .NET v2.0
Office
Refactoring
VBA - Office
Visual Studio Extendability
XML Related
Navigation
Home
Blogs
Forums
Downloads
Archives
December 2007 (1)
November 2007 (2)
October 2007 (2)
September 2007 (1)
August 2007 (2)
July 2007 (7)
June 2007 (1)
May 2007 (4)
April 2007 (1)
March 2007 (1)
February 2007 (3)
January 2007 (4)
December 2006 (3)
November 2006 (10)
October 2006 (6)
September 2006 (8)
August 2006 (8)
July 2006 (5)
ASP.NET v2.0 Links
Roadmap to ASP.NET "Atlas" Documentation and Resources
ASP.NET Homepage
ASP.NET Forums
ASP.NET PRO
Design Patterns
Designing Interfaces - Patterns For Effective Interaction Design
Martin Fowler : The Design Pattern Guy
User experience Design patterns
Colour Theory
Overview of Colour Theory
Symbolism of Colour: Using colour for meaning.
Color Voodoo - Ebooks on using Colour
Color Matters
Comedy
Cats that look like Hilter
.NET v3.0 (WinFX)
.NET Framework 3.0 Technologies
Introduction to .NET v3.0
.NET Framework v3.0 Home on MSDN
Introducing Longhorn for Developers
Developer Guide to Migration and Interoperability in Longhorn
XAML.NET
NETFX3.COM
Visual Studio 2005 Extendability
Visual Studio 2005 Extensibility Center
MZ-Tools - tools to make your programming life easier
What's New in Extensibility and Automation in Visual Studio 2005
Regular Expressions
Regular Expression Library
Knowledge Bases
WindowsForms.net
Visual Studio Magazine
Software Factories
Web Service Software Factory
Smart Client Software Factory
Mobile Client Software Factory
Browse by Tags
All Tags
»
Visual Studio Extendability
»
Development Tools
(
RSS
)
XML Related
Tuesday, May 29, 2007 4:07 PM
Type Visualizers : Visualizing non-serializable types.
Well thank you PShaffer for your comment. You can indeed create type visualizers for non-serializable types using the Microsoft.VisualStudio.VisualizerObjectSource class. This object is responsible for serializing the type, in binary, from Visual Studio...
Posted by
dsmyth
Filed under:
XML Related
,
Development Tools
,
Visual Studio Extendability
Tuesday, May 22, 2007 2:13 PM
XML Debug Type Visualizer
I've create a XML debugger visualizer for Visual Studio 2005 which you can download here . Just unzip and place the DLL in 'C:\Program Files\Microsoft Visual Studio 8\Common7\Packages\Debugger\Visualizers'. You can view the XML as text and...
Posted by
dsmyth
|
1 comment(s)
Filed under:
XML Related
,
Development Tools
,
Visual Studio Extendability