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
Design Patterns & Practices
FOLLOW
Design patterns & practices accelerate the design and development of custom applications and reduce project technical risks. Here you may find Design Patterns & Practices related articles and news.
Articles
(483)
Blogs
(87)
Resources
(9)
Videos
(11)
News
(2)
Articles
Command Patterns in C#
Command pattern encapsulates a request as an object and gives it a known public interface. Command Pattern ensures that every object receives its own commands and provides a decoupling between send...
Chandrakant Upadhyay
Mar 04, 2002
Creational Pattern - Abstract Factory
An abstract factory provides an interface for creating families of related objects without specifying their concrete classes. Sometimes one wants to construct an instance of one of a suite of class...
Ashish Jaiman
Feb 11, 2002
Creating Extensible and Abstract Layer
This article explains you about the abstraction and extensibility which is an important factor in modern day frameworks.
Niranjan Kumar Kandaswamy
Feb 28, 2008
Secrets of Successful Software Requirements
Although most companies do some form of requirements, there is often a lack of understanding as to exactly why the requirements need to be created and how. Let's look at some secrets to improve you...
Igor Jese
May 30, 2007
Dependency Injection - NINJECT
There are many ways of injecting dependencies, you can use Spring.NET, StructureMap etc. NInject is one way of achieving this. In this article, I have implemented Inversion of Control with minimal ...
Rohit Sinha
Jun 30, 2009
Asynchronous Message Router in C#
This article explains and demonstrates some patterns for asynchronous message routing using C#.
Chandramouli Muralidaran
Sep 30, 2009
Singleton Design Pattern
This article talks about Singleton design pattern.
Srihari Chinna
Oct 26, 2010
Patterns for centralising reference data management
Sharing data can be difficult, this article shows some patterns you can use to share data between applications without causing tight coupling. Each pattern is described with its merits and drawback...
Robert van Kooten
Dec 13, 2010
COCOMO 1/ COCOMO'81: Constructive Cost Estimation Model
It is a method for evaluating the cost of a software package. According to him software cost estimation should be done through three stages.
Nipun Tomar
Mar 31, 2011
Architectural Patterns in .NET
In this article let’s discuss about the various architecture pattern available in this programming world.
Manikavelu Velayutham
Feb 24, 2011
Behavioral Design Pattern for .NET: Part 1
Behavioral Design patterns are the patterns for .Net in which there is a way through which we can pass the request between the chain of objects, or we can say that it defines the manner to communic...
Nipun Tomar
Feb 17, 2011
Behavioral Design Pattern for .NET: Part 2
Behavioral Design patterns are the patterns for .Net in which there is a way through which we can pass the request between the chain of objects, or we can say that it defines the manner to communic...
Nipun Tomar
Feb 18, 2011
Stratagy Pattern with Interface. Why??
In this article I have described the purpose of a Strategy Pattren and why an interface is so necesary when you follow a pattern.
Shirsendu Nandi
Mar 09, 2011
Singleton and Prototype Patterns
Singleton and Prototype patterns fall under Creational Design Patterns which deal with object creation.
Abhishek Bhat
Jan 30, 2011
Memento Design Pattern
The Memento pattern is a design pattern that permits the current state of an object to be stored without breaking the rules of encapsulation.
Shinuraj
Feb 11, 2011
Structural Design Pattern for .NET
Structural design patterns are patterns that describe how objects and classes can be combined and form a large structure and that ease design by identifying a simple way to realize relationships be...
Nipun Tomar
Feb 24, 2011
UML Diagrams: Part 2
UML (Unified Modeling Language) is a standardized general-purpose modeling language in the field of object-oriented software engineering .
Nipun Tomar
Mar 21, 2011
Computer Aided Software Engineering Tools (CASE)
CASE stands for Computer Aided Software Engineering which is software that supports the software development process
Nipun Tomar
Apr 26, 2011
UML Diagrams: Part 1
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 usage...
Nipun Tomar
Mar 21, 2011
Observer Design Pattern
The Observer design pattern is the most commonly used pattern in the software world.
Gaurav Rawat
Jun 29, 2011
No Records Available.
421
-
440
of
483
<<
20
21
22
23
24
>>
Build Progressive Web Apps
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
C# for Beginners