GeekArticles
Microsoft
Code SamplesIntroduction to the Visual Studio 2005 System Designer
Author: msdn.microsoft.com |
Published: 10th Aug 2005 |
Visited: 186 times |
Add CommentFiled in: Code SamplesLearn how to use System Designer in Team Architect Edition to define how your applications interoperate as systems.
Read Article Sponsored Links
Related Articles
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...