Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the parlezuml group. File : /UML for .NET...
parlezuml@yahoogroups...
Feb 1, 2005 2:49 pm
73
I've just posted the complete course material for UML for .NET Developers in the files section for this group. It includes extra material not found on the web...
Hi can anyone assist me with UML notes and their diagrams please. __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So...
Hi to all, This is a great site - many thanks to Jason. I would like to ask the people of the site how they implement composition in C# or VB.NET. My...
Hi Ritesh, Thanks for your response, I appreciate it. I understand what you are doing, but both classes are public and there are no 'inner' classes such as: ...
Hi, Ok.. But i am also new for UML. But will you please tell me that, when you declare all the variables in class as private how can we access it outside the...
Folks Due to technical difficulties with the registration functionality, I've published the link to the UML for Managers e-Book download page on this group...
Hi again, I don't know how it is done with 1:M dealing with collections, but I've seen it work with 1:1. The parent class declares a private instance to the...
Try this. rgds,Rally Module Module1 Sub Main() 'the implementation Dim X As New Line("111", "Apple") Dim Y As New Line("222", "Banana") Dim Z As New...
This is done with public properties, which by the way, is the STRONGLY recommended manner of exposing class values. Using properties has 2 other advantages as...
Hi, Please any body help me... I have a class with the name Order and OrderDetails.. With this relation.. Order (1)------------- OrderDetails (1..*) Now i have...
Check this simple implemention. Or check again my previous post. Hope this helps you. Module Module2 Sub main() Dim line0 As New OrderLine("666", "Spinach")...
Folks parlezuml.com has undergone an interim makeover to tidy it up a bit and merge it with my own commercial site jasongorman.co.uk This is designed as a stop...
Hi Jason! I'm new in this group. Sorry if I write something wrong. The idea of online quiz is very good. The implementation is also good. I would propose some...
Thanks for the feedback, Vladimir. Unfortunately, the quiz CGI code wasn't written by me, so I have absolutely no control over the format :-) There will be a...
Hi, Jason Gorman, Firstly a lot of thanks.. I am really very much glad to see all .netUML code in one stroke.. It is really good and appriciated. One more...
Folks If anyone is looking to get some practice in with the Object Constraint Language, here's a little challenge that I hope will stretch you! There's a class...
Hi Ritesh Many thanks for your kind feedback. I hear this a lot: how do I get from a set of requirements to a finished design? I'm afraid to say that, while...
Hi Jason Gorman, Thanks a lot. It is really helpfull. I just download a tool and which is an evaluation version but i think its doing well in coding.. Visual...
Most tools suffer from that drawback. If you draw a class diagram and generate code then you might be able to round-trip between the model and the code - but...
Hi; and thanks for all your insight into using UML. I've been working as a business analyst, primarily gathering/documenting requirements without the use of...
Enter your vote today! A new poll has been created for the parlezuml group: Which UML modeling tool(s) are you currently using? o IBM-Rational Rose/XDE o...
parlezuml@yahoogroups...
Mar 5, 2005 10:31 am
99
I found this entry on Stuart Kent's blog as Microsoft. stuart was big in UML/MDA at the University of Kent (UK), but now works on domain-specific languages at...
Folks Chapter 4 of the e-Book covers business modeling and enterprise architecture. It's now up at http://www.parlezuml.com/e-books/umlformanagers/index.htm ...