Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Microsoft Code Samples

Designing an API with the Visual Studio 2005 Class Designer

Author: msdn.microsoft.com | Published: 10th Aug 2005 | Visited: 189 times | Add Comment
Filed in: Code Samples

Learn how to use the Visual Studio 2005 Class Designer to plan and diagram an API, following the logical progression from class analysis to class design.

Read Article
 

Sponsored Links

 


Related Articles

 Swing Extreme Testing - The ShowerThread Class The ShowerThread Class Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...

 2D Vector Class Wrapper SSE Optimized for Math Operations The article demonstrates a 2D vector wrapper, optimized with SSE intrinsics, for math operations with floating point precis ...

 Poor Man's Linq in Visual Studio 2005 A way you can use Linq to Objects in C# 2.0 with .NET Framework ...

 SharePoint Workflow Wizard in Visual Studio 2008 SharePoint Workflows Wizard in Visual Studio ...

 Create Secure Java Applications Productively, Part 1: Use Rational Application Developer and Data St... This is the first in a two-part tutorial series creating secure Java-based Web applications using Rational Application Developer, Data Studio and Rational AppScan. This first tutorial begins by showcasing how Data Studio with pureQuery can increase the efficiency of your database-driven Web developm ...

 Validation Across Class Hierarchies and Interface Implementations Dependency injection of validation rules and their application across class Hierarchies and interface Implementat ...

 CWindow (wrapper class for the window API functions) + IuSpy CWindow (wrapper class for the window API functions) + IuSpy(Spy++ ana ...

 LINQ TO SQL All Common Operations (Insert,Update,Delete,Get) in ONE BASE Class Base Class to perform all Common LINQ To SQL Operat ...

 Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Providing Visual Feedback with the...  Microsoft's ASP.NET AJAX Framework helps page developers design more interactive web pages by streamlining the postback mechanism. In traditional web pages, a full postback involves the browser re-requesting the page, which is then re-rendered. This re-rendered page markup is returned, in its ...

 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 ...



Next: Introduction to the Visual Studio 2005 System Designer



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links