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
(479)
Blogs
(87)
Resources
(9)
Videos
(10)
News
(2)
Articles
Don't Repeat Yourself (DRY) Design Principle
DRY principle states that each small pieces of knowledge (code) may only occur exactly once in the entire system. Learn what Dont Repeat Yourself (DRY) Design Principle is and how it is implemented...
Prasad Raveendran
Apr 07, 2019
Don't Repeat Yourself (DRY) - Part Two
In this article, we will be discussing one of the DRY issues - Repeated Logic - and some of the possible solutions to address this issue.
Prasad Raveendran
Apr 11, 2019
Factory Design Pattern With Example
This article explains one of the most important creational design patterns; i.e Factory Pattern
Anuj Agrawal
Jan 24, 2020
Design Patterns Series - Chapter One - Introduction
This article mainly focuses on design patterns' actual use in real time programming problems, types and sub-types of design pattern.
Mayank Tripathi
Jan 15, 2020
Must Know Design Pattern Interview Questions
This article covers most popular design pattern interview questions and answers including factory design pattern, abstract factory design pattern, prototype pattern and more.
Shivprasad Koirala
Nov 04, 2008
Repository And UnitOfWork Pattern - Part Two
In the previous article part 1 we looked at the Repository Pattern that provides an ability to create repository class which holds the data of specific entity or entities in the form of collections...
Hemant Jindal
Aug 13, 2018
Repository And UnitOfWork Pattern - Part One
Repository as it implies is a place where things are stored and can be found and retrieved whenever needed. Similarly, in computing terms, repository is a central location in which data for a speci...
Hemant Jindal
Aug 12, 2018
Repository And UnitOfWork Pattern - Part Three
This article describes how UnitOfWork, Repository Pattern, and Identity column work together and execute a statement in a single transaction.
Hemant Jindal
Aug 27, 2019
Design Patterns - Singleton
In this article, I am explaining about the singleton design pattern and its common application areas. Singleton is one of the design patterns in the Gang of Four (GoF) design patterns.
Shervin Cyril
Aug 04, 2019
Design Patterns - Factory
In this article, I am explaining the Factory design pattern from the Gang of Four (GoF) design patterns
Shervin Cyril
Aug 04, 2019
Don't Repeat Yourself (DRY) - Part Three
In this article, we are going to discuss the final issue - Repeated Execution Pattern. This pattern can be used when you see similar chunks of code repeated at several places.
Prasad Raveendran
Jun 03, 2019
An Elegant C# Data Access Layer using the Template Pattern and Generics
The GOF Template pattern coupled with .NET 2.0 Framework generics provides an awesome synergistic alliance. This article demonstrates how to drastically reduce the amount of code required in buil...
Matthew Cochran
May 22, 2006
Dependency Injection Pattern
In this article, we will see three basic types of Dependency Injection: Construction Injection, Setter Injection, and Interface based Injection.
Jignesh Trivedi
Jan 11, 2012
Builder Design Pattern Using C#
In this article, we will understand the Builder Design Pattern, when we should actually use it, and a practical example along with the disadvantages and advantages of it.
Amit Tyagi
Apr 18, 2019
Strategy Design Pattern Using C#
In this article, we will understand what Strategy Pattern is and when we actually need to use it, along with a practical example and real-life use case.
Amit Tyagi
Apr 03, 2019
Observer Design Pattern in C#
In this article you'll learn how to implement the Observer Design Pattern in C#.
Jean Paul
Jun 10, 2011
Observer Design Pattern Using C#
In this article, we will understand what Observer Pattern is and when we actually need to use it, along with a practical example and real life use case.
Amit Tyagi
Mar 29, 2019
Singleton Pattern In C#
In this article, you will learn about the singleton pattern in C#.
Prasad Raveendran
Mar 24, 2019
Adapter Design Pattern Explained Simply
This article will explain the adapter design pattern , its practical use case with its benefits and drawbacks.
Amit Tyagi
Mar 22, 2019
Builder Pattern
Builder pattern falls under the Creational design pattern. The Builder pattern separates the construction phase of a complex object from its representation so that the same construction logic can b...
Abhishek Bhat
Jan 31, 2011
No Records Available.
121
-
140
of
479
<<
5
6
7
8
9
>>
Learn C# 8.0
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
Agile Development