Stories recently tagged with 'UML'

UML Modeling and Code Generation in Visual Studio 2010(www.olegsych.com)

submitted by JemmJemm(9604) 1 year, 9 months ago

"This article provides an overview of UML modeling in Visual Studio 2010." read more...

add a comment |category: |Views: 81

tags: another

Visual Studio 2010 Gets Serious about Visual Metrics – Screen Shots He(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 3 months ago

For most businesses only about 20% of the code being written today is for new applications; (DDN: Not true 100% however that is about right for budgets which is likely what they meant anyway). the majority of work is being done on existing code bases. A typical issue encountered when working on existing code is not having good tools to help the architect or developer understand the system. (DDN: Uh.. How about no regression tests? How about no mandate for reuse, framework API quality, etc. etc.? Sure lets not talk about the why, just the ways we can profit from it) This can make it challenging to not only understand what needs to be done to make the required changes, but it makes it equally challenging to understand the broader impact of the changes. Often it isn’t until much later that an unexpected bug is discovered as a result of a change. Our modeling tools have tight integration into the actual code of the application. This means that a developer or architect can use models to explore existing code assets. read more...

2 comments |category: |Views: 140

tags: another

.NET Application Modeling Language (nAML) Specification and Tools (code.msdn.microsoft.com)

submitted by joycscjoycsc(1557) 3 years, 5 months ago

Understanding the architecture and code in software application plays as major factors while building good software products. This free e-book introduces a new visual modeling technique, termed as “nAML” (.NET Application Modeling Language) which overcomes the limitation of typical modeling languages by providing revolutionary way! Nothing much to say, just download it and you can get to know how POWERFUL it is! read more...

10 comments |category: |Views: 538

tags: another

13 reasons for UML’s descent into darkness(littletutorials.com)

submitted by klasbasklasbas(250) 3 years, 6 months ago

UML lost the programmers. There is no doubt about it… in my mind. And when a software design technology loses the programmers it fades away no matter what the academia thinks. This happened because UML was pushed in a direction that most code writers don’t like: it started to look a lot like bureaucratic paper work. read more...

add a comment |category: |Views: 619

tags: another

Have fun with MDA: modeling business logic(mdafun.blogspot.com)

submitted by reinbergerreinberger(75) 3 years, 7 months ago

This is part three of my five-part tutorial that shows how to implement a web-based database application with a powerful MDA-Tool called OlivaNova Modeler. In this part, I'll explain how to implement nearly any business logic within the software model. When generating the code, the business logic is also transformed into C# code that matches the business logic defined in the model - and of course - you could also transform it into Java J2EE code that behaves identically. read more...

add a comment |category: |Views: 42

tags: another

Building a web-based database application within 8 hours, Part Two(mdafun.blogspot.com)

submitted by reinbergerreinberger(75) 3 years, 7 months ago

This is part two of my five-part tutorial about implementing a web-based database application with the OlivaNova Modeler. In this part, we're going to discuss a rather simple task, the creation of classes, attributes, associations and inheritance. Modeling the class diagram is the foundation of modeling all other logics and user interface features, such as transactional business logic and AJAXified data views, filters and service forms. read more...

add a comment |category: |Views: 47

tags: another

Building a web-based database application within 8 hours(mdafun.blogspot.com)

submitted by reinbergerreinberger(75) 3 years, 7 months ago

This article shows you how to implement a rock-solid, multi-tier, scalable, AJAXified C# ASP.NET client/server-application with ease. The tutorial consists of five parts that show how the application has been modeled. Today, I'd like to start with a short introduction and the specification of the application. read more...

add a comment |category: |Views: 198

tags: another

Top 100 Best Software Engineering Books, Ever(noop.nl)

submitted by powerrushpowerrush(3873) 3 years, 8 months ago

In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards. read more...

3 comments |category: |Views: 837

tags: another

TDD vs. Design discussion(jpboodhoo.com)

submitted by snickers5x5snickers5x5(254) 4 years, 5 months ago

Blog entry from JP Boodhoo about when to use UML diagramming and how it fits in to the TDD/Agile paradigm. Good read. read more...

add a comment |category: |Views: 19

tags: another

SequenceViz :: generate sequence diagrams from .NET assembly file(weblogs.asp.net)

submitted by nlegharinleghari(205) 4 years, 9 months ago

SequenceViz is a free open source tool to automatically generate sequence diagrams from .NET assemblies. read more...

1 comment |category: |Views: 70

tags: another

UML and the Maverick style(bloggingabout.net)

submitted by adel83kadel83k(660) 4 years, 10 months ago

I'm very confused about UML i didn't had a chance to deeply work with it but now i guess it's already prisoned inside the boundaries of whiteboards nothing like UML will appear in any place other than the white board in the meeting room. read more...

1 comment |category: |Views: 6

tags: another

Database Modelling in UML(methodsandtools.com)

submitted by martinigmartinig(548) 4 years, 10 months ago

A step by step approach to transform a UML object-oriented class model in a purely relational database read more...

add a comment |category: |Views: 18

tags: another