Sign in
|
Join
|
Help
Derek Smyth's Software Development Blog
This site
DotNetSlackers home
This Blog
Home
About
Syndication
RSS
Atom
Sponsors
MaximumASP
Packet Sniffer
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
(
RSS
)
Development Tools
Office
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
Saturday, April 28, 2007 6:44 PM
Debugging: Type Visualizers
Well it's been a while since I've last updated my blog, there is lots going on. No sooner had I finished what has been the biggest project I've been involved in when I was handed another project that gave me a chance to look into .NET v3.0...
Posted by
dsmyth
|
1 comment(s)
Filed under:
Visual Studio Extendability
Saturday, February 24, 2007 11:32 AM
VS2005 Intellisense support for custom XML Schemas.
I'd love to know how intellisense in Visual Studio 2005 works but all I know, or assume, is it's either based on definitions in a xsd schema (for markup based files) or by reflection of an assemblies metadata (type definitions in code). I'm...
Posted by
dsmyth
Filed under:
XML Related
,
Visual Studio Extendability
,
Office
Sunday, October 29, 2006 6:49 AM
CopyAsHTML Visual Studio 2005 Add-in. *revised*
I have created a Visual Studio 2005 add-in that lets you copy your source code as html. The code is formatted into html that references CSS classes in the stylesheet used by DotNetSlackers.com article template. If your writing an article you can copy...
Posted by
dsmyth
|
3 comment(s)
Filed under:
Visual Studio Extendability
Tuesday, October 10, 2006 4:15 AM
DXCore for Visual Studio 2005
DXCore is a powerful and easy to use extensibility framework for Visual Studio® .NET. In the interest of encouraging developers to be pro-active about productivity, Developer Express is making available for general download DXCore for Visual Studio®...
Posted by
dsmyth
Filed under:
Visual Studio Extendability