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
(482)
Blogs
(87)
Resources
(9)
Videos
(11)
News
(2)
Articles
Design Principle (0): Design Principle vs Design Pattern
This series explores software design principles, distinguishing between high-level design principles like SOLID and low-level design patterns, offering practical guidelines and implementation strat...
George
Jun 24, 2024
Understanding Three-Phase Commit in Microservices
Delve into how distributed transactions ensure consistency, atomicity, and fault tolerance across decentralized systems, maintaining ACID properties crucial for scalability and robust transaction m...
Aman Gupta
Jul 18, 2024
Understanding Two-Phase Commit in Microservices
The Two-Phase Commit (2PC) protocol ensures data consistency in microservices by coordinating transactions across services. It involves a prepare phase where participants log changes and vote, and ...
Aman Gupta
Jul 11, 2024
Design Pattern (3), Singleton
This article will discuss the Singleton pattern.
George
Sep 05, 2024
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
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
No Records Available.
21
-
40
of
482
<<
1
2
3
4
5
>>
Mastering SQL
Challenge yourself
Design Patterns Skill
E-Book Download
Get Certified
Xamarin