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
Introduction about Strategy Pattern
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.
Srihari Chinna
Sep 21, 2010
Abstract Factory Pattern
In this walkthrough I'll try to explain GOF (Gang of Four) Abstract Design pattern. This article is about managing multiple connection strings of different data providers (SQL, Oracle, OleDB etc.).
Ankur
Sep 21, 2010
Introduction to Publisher Policy File
This article explains about Assembly redirection using Publisher policy file.
Sateesh Arveti
May 06, 2009
Iterator Design Pattern
The Iterator pattern provides a way of accessing elements of a collection sequentially, without knowing how the collection is structured. As an extension, the pattern allows for filtering elements ...
Srihari Chinna
Sep 20, 2010
Builder Pattern - A Robot Example
In this article I am trying to demonstrate the usage of Builder Pattern using a Computer Assembling Robot. Builder Pattern is one among the 23 patterns by Gang Of Four.
Jean Paul
Oct 08, 2010
What is Iterator Design Pattern?
The Iterator pattern provides a way of accessing elements of a collection sequentially, without knowing how the collection is structured. As an extension, the pattern allows for filtering elements ...
Srihari Chinna
Oct 24, 2010
Observer Design Pattern
This article talks about the observer design pattern.
Srihari Chinna
Oct 25, 2010
Singleton Pattern - Creational Pattern
This is a part of the Creation Pattern. This pattern ensures that you have only one instance and provides a single point of contact to access the instance.
Man Mohan Sharma
Jan 19, 2011
Proto Type Design Pattern
In this article you will learn What is a Proto type design pattern.
Srihari Chinna
Oct 25, 2010
Strategy Pattern
The Strategy Pattern is a GOF (Gang of Four) behavioral pattern where the intent is to define a family of algorithms, encapsulate each one, and make them interchangeable.
Abhishek Bhat
Jan 30, 2011
Chain of Responsibility Pattern
Chain of Responsibility is one among the 23 Design Patterns by Gang of Four. It is an interesting pattern and similar to the Observer pattern. In this article we are exploring the Chain of Responsi...
Jean Paul
Nov 28, 2011
4 Common Use of Template Design pattern: - Design Pattern Series
In this article we will explain 4 important uses of template design patterns. Template design pattern is one of those patterns which are used unknowingly or knowingly in many places.
Shivprasad
Dec 23, 2011
State Pattern
In this article I am going to explain the State Pattern. It is one among the 23 design patters and provides a good solution to a common problem.
Jean Paul
Dec 22, 2011
Facade Pattern
In this article I would like to explore the Façade design pattern. The actual pronunciation is fu’saad. The dictionary meaning of the word Façade is “A showy misrepresentation intended to conceal s...
Jean Paul
Dec 23, 2011
Singleton Design Pattern
A design pattern is a general repeatable solution to a common problem that occurs in the software industry. A design pattern is not completely a form of code, but it is a template for how to solve ...
Jignesh Trivedi
Feb 27, 2012
Video Recordings and Code of 4 Important Design Patterns – Mumbai Chapter.
In this article we would like to give the recordings, source code and brief up what happened during discussion of important Design Patterns.
Shivprasad
Mar 06, 2012
Let's Play Around With Factory Design Pattern
Today, in this article let’s play around with one of the interesting and most useful concepts of design patterns, which will be hosted in a web app.
Vijay Prativadi
Apr 22, 2012
Lets Play Around With Proxy Design Pattern
Today, in this article let’s play around with one of the interesting and most useful concepts of design patterns, which will be hosted in a web app.
Vijay Prativadi
Apr 22, 2012
Let's Play Around With Factory Design Pattern
Today, in this article let’s play around with one of the interesting and most useful concepts of design patterns, which will be hosted in a web app.
Vijay Prativadi
Apr 22, 2012
Design Patterns in C#
To define design patterns in simple words they are popular solutions for common design problems. They are very helpful in designing architecture and they also increase ease of communication among t...
Maruthi Thenneru
Nov 01, 2005
No Records Available.
401
-
420
of
483
<<
19
20
21
22
23
>>
C# Asynchronous Programming
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
ASP.NET Core