List of Visualizers for Visual Studio. 16 Mar 2010
Posted by Ramaswamy Palaniappan in C#, Components & Library, Tools, Visual Stdio, WCF, WPF.1 comment so far
Visual Studio 2005 includes a new debugging feature called visualizers, which can be used to create a human-readable view of data for use during the debugging process. Visual Studio 2005 includes a number of debugger visualizers by default, most notably the DataSet visualizer, which provides a tabular interface to view and edit the data inside a DataSet. While the default visualizers are very valuable, perhaps the best part of this new interface is that it is completely extensible. With just a little bit of work you can write your own visualizers to make debugging that much easier.
- WCF Visualizers Tool
- Cache Visualizer
- LINQ to SQL Debug Visualizer
- Visualizer for WPF
- Regular Expression Visualizers
- Hex String Visualizer
- XML Visualizer for Visual Studio 2005
- Dataset Visualizer
- RightHand.Dataset.Visualizer for VS2005
- RightHand.Dataset.Visualizer v0.9.12 for VS2008
- Visualizers For Web Debugging
In this page, you can find good list of visualizers.
How to create your own Visualizer?
WCF/WF Developer Screencast Series 27 Oct 2008
Posted by Ramaswamy Palaniappan in Videos & Webcast, WCF, WPF.add a comment
Here is the Pluralsight post on WCF/WF Developer Screencast Series.
WPF Binding Converter Best Practices 28 Jul 2008
Posted by Ramaswamy Palaniappan in Tips, WPF.add a comment
Here is list of best practices on WPF binding converters. Very good one.
Composite Application Guidance for WPF Documentation and Introduction 07 Jul 2008
Posted by Ramaswamy Palaniappan in Introduction, WPF.add a comment
When I was doing project for art.com we have implemented CAB in our project, they same concept is not applied in WPF now. take look.
Great User Experience Example in a Business Application 07 Jul 2008
Posted by Ramaswamy Palaniappan in Sample Application, SilverLight, WPF.add a comment
Look at this nice sample application created using WPF.
Simple skinnable and Theme management in WPF user interface 27 May 2008
Posted by Ramaswamy Palaniappan in How-To, WPF.1 comment so far
This quick guide will help you to build skinnable application in WPF.
WPF integration for VAB update for Enterprise Library 4.0 20 May 2008
Posted by Ramaswamy Palaniappan in Patterns & Practices, WPF.add a comment
Microsoft release enterprise library 4.0 recently. Here is the Martin’s way of using the VAB in WPF
XAML Introduction 20 May 2008
Posted by Ramaswamy Palaniappan in Introduction, WPF.add a comment
Moth has posted a neat introduction post on XAML.
Multi Tier LOB using WPF 16 May 2008
Posted by Ramaswamy Palaniappan in How-To, WPF.add a comment
Karl has created LOB application using WPF. Get more information on this here.
VS 2008 and .NET 3.5 Service Pack Beta 1 Released 13 May 2008
Posted by Ramaswamy Palaniappan in .NET News, Visual Stdio, WCF, WPF.add a comment
Here is the post from the man who behind all these release.
Another inside view on this release from Adam.
If you have to see the changes in SP1 visually then here is the post and also who will come to know how many namespace, method, type,etc in .NET. This is very interesting.