Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learn UML but from C# perspective... (i'm beginner)

Tags:

c#

.net

uml

I need to learn UML but from a C# perspective.

I'm beginner with C# language, so I don't have any experience in C/C++ and other languages.

I'm a freshstart learner with C#.

So I check google/books but they explain with VB/JAVA code and other IDEs.

I need to find a book or extensive page about learn UML with C#.

I know a little about it, I think is a flowing mechanism of steps to develop a program. But I have a really little time and I want to get a Good idea using UML with C# exclusively for being useful at an easy project.

Could you help me?

like image 761
user396808 Avatar asked Jul 02 '10 21:07

user396808


1 Answers

What you're asking seems a bit awkward (that is, if we are both talking about the same thing: Unified Modeling Language).

From my understanding of UML, it is mostly a way of representing high level concepts and is not language specific.

If you want my opinion, an advanced knowledge of Object Oriented programming should be sufficient for whatever you are trying to do.

like image 53
riwalk Avatar answered Oct 05 '22 15:10

riwalk