TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About uml
UML
stand for (Unified Modeling language ) is a standardized language for modeling which use by developers to specify, visualize, construct and document artifacts of a software system.
UML
is mainly used for artifacts scalable, secure and robust in Execution. It is an most needed thing which is involved in object-oriented software development. It uses graphic notation to create visual models of software systems.
UML
allow to users to develop an expressive, ready to use visual modeling language and also have high level development tools likes frameworks, patterns and collaborations. In this
UML
Programming Language Statements Actors specify a role played by a user or any other system interacting with the subject and have Logical and Reusable Software Components
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Gold (17)
Rikam Palkar (6)
Srihari Chinna (5)
Prakash Tripathi (2)
Shivprasad (2)
Rajesh VS (2)
Nipun Tomar (2)
Jefferson S. Motta (1)
Gaurav Gupta (1)
Shivprasad Koirala (1)
Hemant Jindal (1)
Pranay Rana (1)
Vikram Chaudhary (1)
Gaurav Kumar (1)
Bechir Bejaoui (1)
Sachin Kalia (1)
Sukesh Marla (1)
Wolfgang Pleus (1)
Related resources for uml
No resource found
Learn About UML
2/8/2023 10:49:54 AM.
Unified Modeling Language - UML is a language modeling for software business.
Remote Sensing and Remote Control over the Internet with GP-3 Board
1/14/2021 11:16:49 AM.
In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
Is And As Operators Explained With An UML
6/24/2020 9:23:53 AM.
In this article you will learn about is and as Operators Explained with an UML.
đŸ˜‡SOLID Design Principles Simplified With UML
5/11/2020 11:19:27 AM.
Frequently asked interview question. & good programming practice.
Builder Design Pattern
5/6/2020 1:44:28 AM.
As we know there are 3 types of design pattern categories, Creational, Structural, and Behavioural. The Builder design pattern falls under a creational design pattern, as it deals with creating object
Bridge Design Pattern
5/6/2020 12:33:39 AM.
In this article, we talk about the Bridge design pattern, a structural design pattern. It allows you to separate the abstraction from the implementation.
Adapter Design Pattern
5/3/2020 6:51:40 PM.
This article shows how to convert the interface of a class into another interface clients expect. The adapter lets classes work together that couldn't otherwise because of incompatible interfaces.
Decorator Design Pattern
5/1/2020 7:12:02 PM.
The decorator pattern is a design pattern that allows behaviour to be added to an individual object, dynamically, without affecting the behaviour of other objects from the same class
Set Numeric Lock On in Windows 8
12/19/2019 4:59:46 AM.
In this article I will show how you can keep the NumLock on always when your Windows 8 system starts.
UML Interview Questions
5/24/2019 3:31:39 AM.
In this section will be cover Use case digrams,Class digrams,Composite digrams,Sequence digrams,Object digrams
Adaptor Design Pattern
12/18/2018 11:43:57 PM.
This article talks about adaptor design pattern. Adapter design pattern lets classes work together that couldn't otherwise because of incompatible interfaces.
Composition And Aggregation
6/7/2018 11:09:49 AM.
This article describes Composition and Aggregation
Learning UML - Part One
3/13/2017 2:29:16 PM.
This article is the first article in the series of UML. It explains what UML is and where it can be used in software development. It also explains the fundamental relationship of objects used in UML.
Design Patterns Simplified: Command - Part 14
5/27/2016 5:00:32 AM.
This article explains what Command Design Pattern is and how to use it in software development.This is part 14 of the article series.
Flyweight Design Pattern
9/7/2015 9:38:46 AM.
In this article you will learn about the Flyweight Design Pattern.
Overview of Commonly Used UML Symbols
7/21/2015 7:43:01 PM.
In this article I will discuss some of the commonly used UML symbols.
Architecture, Design and Modeling Improvements in Visual Studio 2015
11/28/2014 6:29:03 AM.
This article just attempted to determine the latest released improvements in Modeling , Design and Architecture in Visual Studio 2015.
Unified Modeling Language (UML): Part II
9/15/2014 7:20:03 AM.
This is second part of the series of articles on Unified Modeling Language (UML).
Unified Modeling Language (UML) - Part 1
9/15/2014 7:15:07 AM.
This article is will tell about UML (Unified Modeling Language), a standard language for designing and documenting a system in an object-oriented manner. It has nine diagrams which can be used in design document to express design of software architecture.
What really it differs an Interface from a class: Part I
9/4/2014 1:13:07 AM.
This article tells you about the basic difference between an interface and a class.
UML Class Diagram in 10 Steps Using Microsoft Visio 2010
6/27/2014 2:01:56 PM.
This article describes how to create a UML Class Diagram in 10 steps.
Learn Design Pattern - Decorator Pattern
10/5/2012 12:38:06 PM.
In this article we will talk about the Decorator Pattern and how to implement it in an ASP.Net application.
Composite Patterns in C#
10/3/2012 8:22:26 AM.
A Composite is a tree structure consisting of individual objects mixed with compositions of objects, that is, objects that have other objects as their children.
Builder Patterns in C#
10/3/2012 8:06:43 AM.
Builder is an object creational design pattern that codifies the construction process outside of the actual steps that carries out the construction - thus allowing the construction process itself to be reused.
Using C# and COM Interoperability to Extract from a UML tool into a Microsoft Word Document
9/30/2012 4:08:11 AM.
This article allows you to read the classes contained inside of WithClass 2000 into a Word Document using COM Interoperability for Word and COM Interoperability for WithClass and presents your classes in a kind of report.
Using Reflection and With Class2000 to view the .NET System.Drawing library Part I
9/29/2012 7:16:34 AM.
Using the power of .NET and the power of COM InterOperability through WithClass 2000, you can view the System.Drawing library in a rough UML diagram.
Chain Of Responsibility Design Pattern
5/15/2012 2:32:28 PM.
In this article you will learn how to use Chain Of Responsibility Design pattern.
Introduction about Command Design Pattern
5/15/2012 2:31:24 PM.
The Command pattern creates distance between the client that requests an operation and the object that can perform it.
Introduction about Strategy Pattern
5/15/2012 2:29:52 PM.
The Strategy pattern enables a client to choose which algorithm to use from a family of algorithms and gives it a simple way to access it.
Observer Design Pattern
5/15/2012 2:13:14 PM.
This article talks about the observer design pattern.
UML Diagrams: Part 2
5/13/2012 3:36:57 AM.
UML (Unified Modeling Language) is a standardized general-purpose modeling language in the field of object-oriented software engineering .
UML Diagrams: Part 1
5/13/2012 3:18:00 AM.
UML (Unified Modeling Language) is a standardized general-purpose modeling language in the field of object-oriented software engineering. This article describes various UML diagrams and their usages.
Using NVelocity and WithClass to Generate C# Code
9/23/2010 12:39:35 AM.
NVelocity is a powerful template engine for rendering text. When NVelocity is used in conjunction with a UML tool such as WithClass, you can generate code from diagrams you create with the tool. This article steps you through generating C# classes using the NVelocity engine inside of WithClass.
Using Multiple Expressions to derive the Pythagorean Theorem
6/29/2010 2:58:28 AM.
In this article, we will talk about a simpler GA technique for manipulating symbolic expressions and also use it to derive the Pythagorean equation.
Recording Sheet Music Using C# and .NET
1/31/2007 5:19:49 AM.
This is a article that allow you to record and replay the music you performed on the piano.
A Virtual Clock in C# and GDI+
1/31/2007 5:17:03 AM.
This article describes how to create a virtual clock in C#. The hands of the clock are drawn using GraphicPaths.
AI: Population based Incremental Learning in C# and .NET
1/29/2007 4:59:10 AM.
In this article I would like to discuss another offshoot of the genetic algorithm called Population Based Incremental Learning (PBIL).
QuickModeler 2.0 : A Reverse Engineering Tool for Visual Studio .NET
10/26/2006 1:07:55 AM.
QuickModeler is an Add-In for Visual Studio .NET which provides reverse engineering and easy UML modeling functionality to the development environment. It comprises features like autolayout, inheritance and association modeling, cross language modeling, grid, clipboard, etc.
Creating Word Find Pzzules in C# and GDI+
9/1/2006 6:16:12 AM.
In the past I have been guilty of trying a few of word find puzzles myself, so I figured why not give it a go it .NET. The Word Find creator reads a MSDE database of Words and Categories.
Simulating a Swarm Algorithm in C#
8/31/2006 4:03:25 AM.
Rather than reinvent the wheel, I took this code and translated it into C# to demonstrate the swarm behavior in a Windows Form using GDI+. The algorithm is exactly the same and also a fairly simple one.
Gene Expression Programming (GEP) in C# and .NET
8/31/2006 2:38:24 AM.
Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols. The string of symbols can further represent equations, grammars, or logical mappings.
More AI...(GEP) Gene Expression Programming in C# and .NET
8/30/2006 7:39:43 AM.
Gene Expression programming (GEP) is a subset of Genetic Algorithms, except it uses genomes whose strings of numbers represent symbols.
Masked Currency TextBox for Visual Studio 2005 Beta
2/25/2006 12:57:23 AM.
There are some problems with the behavior of the current beta version of the MaskedTextBox when you are using currency. This article will show you how to overcome this behavior with an overriding control.
Creating your own cool Volume Control using GDI+
12/26/2005 11:03:54 PM.
In this article, I'll give you an example of creating your own control.
Creating Word Find Pzzules in C# and GDI+
12/24/2005 7:22:46 AM.
Perusing the newsstands in New York you'll find newspapers, TV-Guides, magazines, and even books. In the magazine section you'll often find crosswords and books containing the puzzles you'll see in figure 1. The books contain pages and pages of puzzles with hidden words contained in the matrix of letters in which you can spend time going blind trying to find.
Ray Tracing in C# and .NET
12/21/2005 1:02:17 AM.
In this article, I will show you how to implement ray tracing in C# and .NET.
Math Equation Editor in C#
12/16/2005 11:07:09 PM.
The Equation Editor I created in C# allows you to create a few simple equations using the keyboard. With the editor you can open and save files of your equations.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download