SaraJoRedux wrote:
 |
jgilkey wrote:
Visio would probably be your best option. If you don't have it, check out the "Distributed Systems" option in Visual Studio (File -> New -> Project the select "Distributed Systems" under the project type)
 |
I'm downloading it as we speak! thanks!
also do not forget the VS 2005 / 2008 "Class Design" views.
if you want to put some classes and interfaces in a blank solution and show what inherits from what and what the properties and methods should be it will make a nice class diagram for you.
you can do it from code or from the drag-and-drop diagram mode.
it will save the classes so if they are what you intend on creating then you have a set of starter templates for your object model.
also if you wish to use WCF I think there is an MSDN addon you can download that does the same for WCF service models.