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
Understanding State Design Pattern
This pattern is particularly useful for implementing state machines or managing complex state-dependent logic, as it promotes cleaner code and improves maintainability in software development.
Vishal Yelve
Sep 02, 2024
Factory Design Pattern Real World Example
In this article, you will see the real world example of Factory Design Pattern.
Mukesh Kumar
Sep 13, 2016
Understanding Adapter Design Pattern
The Adapter Design Pattern is a structural pattern that allows incompatible interfaces to work together. It acts as a bridge between two incompatible interfaces by converting the interface of a cla...
Vishal Yelve
Aug 16, 2024
Understanding Builder Design Pattern
The Builder is a pattern that belongs to the creational design patterns family. What makes it special is its ability to provide abstraction to the client by encapsulating different types of the sam...
Rasul Huseynov
Aug 01, 2024
Design Pattern (1), MVC
This article will discuss Design Pattern, Model View Controller.
George
Apr 23, 2021
Design Pattern (2), MVVM
This article discuss the Design Pattern, MVVM for WPF.
George
Apr 26, 2021
Design Pattern (3-1), Differences between Singleton & Static Class
This article will discuss the Differences between Singleton and Static Class. This series explores Design Patterns, starting with MVC. The article discusses differences between Singleton and Static...
George
Jul 02, 2024
Design Pattern (5), Dependency Injection
This article discusses Dependency Injection. This article series covers Design Patterns, starting with MVC. This specific article focuses on Dependency Injection (DI) in .NET, explaining the Depend...
George
Jun 28, 2024
Singleton Design Pattern: Detailed Explanation and Practical Examples
The Singleton Design Pattern ensures a class has only one instance and provides global access to it. Implementations include Basic Singleton, Thread-Safe Singleton with synchronization, Double-Chec...
Aman Gupta
Jul 24, 2024
Singleton Design Pattern
Learn about the Singleton design pattern, which ensures a single instance of a class in Java. Explore eager and lazy loading techniques, including thread-safe solutions like double-check locking an...
Aman Gupta
Aug 24, 2020
Builder Design Pattern
The Builder Design Pattern is a creational design pattern used to construct complex objects step by step. It separates the construction of an object from its representation, allowing for different ...
Aman Gupta
Oct 12, 2020
Factory Design Pattern
The Factory Design Pattern in Java is a creational pattern used to create objects without specifying the exact class of object that will be created. It promotes loose coupling by separating object ...
Aman Gupta
Oct 08, 2020
Bridge Design Pattern
The Bridge Design Pattern in Java separates abstraction from implementation, allowing them to vary independently. It promotes decoupling by creating a bridge between abstraction and its implementat...
Aman Gupta
Nov 23, 2020
Prototype Design Pattern
Learn about the Prototype design pattern in Java, a creational pattern that enables object cloning for efficient instantiation. Explore cloneable interfaces, deep vs. shallow copying, and how to im...
Aman Gupta
Dec 30, 2020
Understanding Builder Design Pattern
Discover the Builder Design Pattern, a creational pattern that separates the construction of a complex object from its representation. Learn how it simplifies object creation, especially for object...
Vishal Yelve
Jul 01, 2024
Facade Design Pattern In C#
C# Facade Pattern is used in hiding complexity of large systems and provide simpler interfaces. In this article, we will understand what Facade Pattern is and when and how to use a facade pattern i...
Amit Tyagi
Apr 07, 2019
Facade Design Pattern With Example
In this article we will try to implement Facade Design pattern using an example of a Banking System which has different types of accounts like checking and savings.
Anuj Agrawal
Jan 28, 2020
What are the Different Architectural Patterns?
In this article, We will Explore the diverse landscape of architectural patterns, ranging from traditional monolithic designs to modern microservices and cloud-based architectures.
Rinki
Jun 07, 2024
Framework Design - The Template Method Pattern
Learn the Template Method pattern in C#, a behavioral design pattern facilitating framework design. Follow an example using a REPL framework, simplifying app development by automating loop executio...
Sean Franklin
Mar 29, 2020
Replace Conditional Statements (IF/ELSE Or SWITCH) With Factory
Learn how to replace long IF/ELSE or SWITCH statements with polymorphism using the RIP design pattern. This article covers implementing the Simple Factory pattern and lazy loading, enhancing code ...
Amit Naik
May 05, 2020
No Records Available.
21
-
40
of
479
<<
1
2
3
4
5
>>
Learn Angular 8 In 25 Days
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
CSS - Advanced Level