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
About OCP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vishal Yelve (2)
Ajay Kumar (2)
Sachin Kalia (2)
Akkiraju Ivaturi (2)
George (1)
Geo J Thachankary (1)
Jitendra Mesavaniya (1)
Sandeep Thomas (1)
Ashutosh Singh (1)
Munib Butt (1)
Sai Kumar Koona (1)
Hisham Nawzer (1)
Thiago Vivas (1)
Dinesh Gabhane (1)
Manoj Mittal (1)
Priyank Modi (1)
Matthew Cochran (1)
Related resources for OCP
No resource found
Design Principle (1-1): SOLID in Code Demo
9/19/2024 3:43:58 PM.
This article will discuss the SOLID in code demo. This article series covers Software Design Principles, focusing on the SOLID principles. It includes practical code demos and explanations for each pr
Understanding the Open/Closed Principle (OCP) with C#
8/12/2024 8:46:10 AM.
The Open/Closed Principle (OCP) states that software entities should be open for extension but closed for modification. This principle helps in creating flexible and maintainable code by allowing new
SOLID Principles in C# for Employee Management Example Mastering
4/11/2024 4:56:36 AM.
SOLID principles are a set of design principles that help developers create maintainable, scalable, and flexible software. In this article, we'll explore each of the SOLID principles: Single Respo
Dependency Inversion Principle (DIP)
4/2/2024 5:43:52 AM.
The Dependency Inversion Principle (DIP) advocates that high-level modules shouldn't rely on low-level modules. Instead, both should depend on abstractions, reducing coupling and facilitating futu
Learn Open/Closed Principle (OCP)
4/2/2024 5:16:26 AM.
The Open/Closed Principle (OCP) emphasizes that software entities should be open for extension but closed for modification. It enables adding new functionalities without altering existing code structu
Solid Principle in C# : A Quick Reference with Example
3/24/2024 6:02:50 PM.
These principles guide object-oriented design for more understandable, flexible, and maintainable software. The Single Responsibility Principle suggests a class should have only one reason to change,
The SOLID Principles in C#
1/10/2024 8:27:55 AM.
Explore the SOLID principles in C# programming for maintainable, scalable, and adaptable code. Dive into Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency
Open-Closed Principle (OCP) in .NET 6 Core
10/30/2023 5:50:49 AM.
As a beginner developer, you're likely on a quest to create clean, maintainable, and scalable code. One of the guiding principles in this journey is the "Open-Closed Principle" from the
Building Flexible And Future-Proof C# Applications With Examples
9/27/2023 6:11:38 AM.
This article explores the Open Closed Principle (OCP), one of the SOLID principles of object-oriented design, and how it can help developers build flexible and future-proof C# applications. By adherin
SOLID Principles In C# - Dependency Inversion Principle
9/17/2023 8:41:47 PM.
C# is an object-oriented programming language. These days whenever you talk about object-oriented programming you hear the acronym, SOLID. These are five design principles introduced by Michael Feathe
Understanding Worker Thread And I/O Completion Port (IOCP)
12/13/2021 6:28:02 AM.
In this article, you will learn about worker thread and I/O Completion Port (IOCP).
How To Create Extensible Software Components
9/13/2021 5:08:24 AM.
As we grow as a software engineers it is important for us to learn the best practices to increase the quality of the code. In this article I would like write on what is extensible software components
S.O.L.I.D Principles with C#
3/30/2021 9:28:12 AM.
In this video, I break down the 5 principles from SOLID alongside their common scenarios and how to apply the right principle to fix them
O In The SOLID - Open Closed Principle (OCP)
9/22/2019 11:41:00 PM.
In this article, you will learn about O, i.e., the Open-Closed Principle (OCP) in SOLID.
Automating Business Process With Azure Bot, MS Flow and SharePoint Online
12/18/2018 3:02:40 AM.
This is the recording of my latest webinar on automating the Business Process with Azure Bot, MS Flow, and SharePoint Online.
In Depth Look: Strategy Design Pattern, Dependency Injection (DI), Open/Closed Principle (OCP) and Loose Coupling
6/6/2015 11:46:58 PM.
This article explains the Strategy Design Pattern, Dependency Injection, Open/Closed principle and Loose Coupling.
The Open Closed Principle of SOLID
5/22/2013 11:45:05 PM.
SOLID principles are like the backbone of OOP, I've gone through with this and obtained a good understanding of this and I thought to share it so that anyone can understand this principle at MAX.
Writing Better Code - Keepin' it Extensible
5/13/2013 4:21:55 AM.
In a previous article I talked about how to keep code cohesive by applying the Single Responsibility Principle. I wanted to explore part of another principle of software engineering that will help our code be extensible and can handle growth and change.
The Single Responsibility Principle
5/7/2013 2:04:04 PM.
SOLID principles are like the backbone of OOP, I've gone through this and made some good understanding of this and I thought to share with you all so that anyone can understand this principle at MAX.
S.O.L.I.D Design Principles Explained: Part 3
8/14/2012 2:09:17 PM.
In this article, we are going to discuss the third principle of SOLID design principles i.e. the Liskov Substitution Principle.
S.O.L.I.D Design Principles Explained : Part 2
8/13/2012 3:13:28 PM.
Here we will discuss the second letter in the word SOLID i.e., O. O stands for OCP (Open Closed Principle).