Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About SOLID
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (10)
Divyang Desai (7)
Dinesh Gabhane (6)
Sourav Kayal (6)
Munib Butt (5)
Nagaraj M (4)
Pranay Rana (3)
Jasminder Singh (3)
Thiago Vivas (2)
Usama Hafeez (2)
Rikam Palkar (2)
Prasad Raveendran (2)
Anant Vernekar (2)
Thivagar Segar (2)
Sachin Kalia (2)
Akkiraju Ivaturi (2)
Vijai Anand Ramalingam (2)
Ravi Raghav (1)
Damodhar Naidu (1)
Dinesh Ravishankar (1)
Tural Suleymani (1)
Sandeep Singh Shekhawat (1)
Rahim Lotfi (1)
Hisham Nawzer (1)
Mukesh Shah (1)
sanman chavan (1)
C# Corner Live (1)
Deepak Kumar (1)
Kirtesh Shah (1)
Veena Sarda (1)
Ashish Vishwakarma (1)
Amit Naik (1)
Habibur Rahaman (1)
Sukesh Marla (1)
Khaleek Ahmad (1)
Prageeth (1)
Akhil Mittal (1)
Sibeesh Venu (1)
Rahul Sahay (1)
Ratnesh Singh (1)
Chetna Solanki (1)
Lance Drolet (1)
Jean Paul (1)
Pritesh Patel (1)
Biswa Pujarini Mohapatra (1)
Nipun Tomar (1)
Jiteendra Sampathirao (1)
Praveen Kumar (1)
Matthew Cochran (1)
nildo (1)
John Douglas (1)
sameh ahmed (1)
andyhmcheung (1)
John O Donnell (1)
Rama Nageshwara Rao (1)
Related resources for SOLID
No resource found
SOLID With .Net Core
3/27/2023 5:30:04 AM.
This article will explain the SOLID principles along with a practical sample of how to apply each of them.
Clean Coding Practices In .NET - Unit Tests And SOLID Principles
3/20/2023 8:25:31 AM.
In this article, you will learn about Clean Coding Practices in .NET: Unit Tests and SOLID Principles.
SOLID Principles In C# With Examples
3/13/2023 6:11:46 AM.
In this article, I'm going to explain SOLID principles in C#, including Single Responsibility Principle (SRP), Open Closed Principle (OSP), Liskov Substitution Principle (LSP), Interface Segregati
Blockchain Development Environment Setup
2/16/2023 10:38:57 AM.
Here we will understand the fast and simple steps for blockchain development environment setup.
Low level Transactions And Call Data In Solidity
12/4/2022 9:01:57 AM.
In this article, let’s discuss about low level transaction and call data and also fallback and receive function in depth.
The Single Responsibility Principle You Don't Know
9/2/2022 5:38:22 AM.
In this article, you will learn about the single responsibility principle you don't know.
SOLID - Single Responsibility Principle With C#
8/23/2022 5:25:26 AM.
In this article for discussion and explanation purpose, I am introducing to you, two fictional characters Mark (a .NET developer) and Bob (a Tech Lead).
Design Principles For Better Software
7/18/2022 6:23:11 AM.
This article is about design principles and will help in basic understanding of most important principles used in better software development
Solid Principles Simplified (C#, .Net 5)
6/30/2022 1:46:41 PM.
This article is about Solid principles, concepts are described with examples for clear understanding of each principle.
Solidity For Beginners - Part One
6/21/2022 12:03:20 PM.
Solidity is the programming language used for developing a smart contract over Ethereum blockchain. Here, in this article, we will learn the basics of Solidity and we’ll also write our first smart con
Creating An Extension Method To Get Enum Description
3/30/2022 12:55:39 PM.
This article will take you down the rabbit hole to understand the extension methods in C#.
Multiple Interface Implementations In ASP.NET Core
2/21/2022 2:10:10 PM.
ASP.NET Core has built-in support for dependency injection. However, multiple implementations of an interface in ASP.NET Core is tricky. In this article, I’m going to explain two approaches through wh
Introduction Of ASP.NET Unique Architecture (AUA)
11/2/2021 9:21:53 AM.
AUA ( Asp.Net Unique Architecture ) Framework, you can easily have better, faster, and more orderly and focused coding. This framework is based on new and up-to-date concepts, structures and architect
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
Liskov Substitution Principle
8/9/2021 6:36:21 AM.
In this article, you will learn about Liskov Substitution Principle.
Quick Start On Design Pattern In C#
6/21/2021 3:31:53 AM.
In this article, you will learn about Design Patterns and it's benefits.
Interface Segregation Principle Using Python
4/1/2021 12:03:41 PM.
In this article we will learn about one of the Solid Principle i.e. Interface segregation principle
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
Interface Segregation Principle Using Java
3/25/2021 7:31:28 PM.
In this article we will learn about one of the Solid Principle i.e. Interface segregation principle
Interface Segregation Principle Using C#
3/24/2021 2:57:26 PM.
In this article, we will learn about one of the Solid Principle i.e. Interface segregation principle
Single Responsibility Principle (SRP)
2/5/2021 3:19:39 PM.
In this article, you will learn about the Single Responsibility Principle.
Ten things you need to do to build rock solid Azure tenant - Azure Conference 2020
1/7/2021 5:48:27 AM.
This is the fifth session of Azure Virtual Conference by Mustafa Toroman
Learn About SOLID Principles
12/8/2020 3:43:35 AM.
SOLID Principles are the design principles that enable us manage most software design problems. In this article, we will discuss these principles in detail.
How to Write Testable Code in .NET
12/7/2020 4:30:10 AM.
In this article, I give a brief introduction to writing testable code.
Introduction To SOLID Principles
9/24/2020 8:39:11 AM.
In this article, you will learn about SOLID Principles.
Lesser known porperties of matplotlib - Part 1
9/2/2020 5:57:31 AM.
In this video I have started with details of attributes for styles of joining lines and capping lines in matplotlib library of Python.
SOLID Principles In C# - Dependency Inversion Principle
5/29/2020 10:04:41 AM.
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
SOLID Principles In C# - Interface Segregation Principle
5/29/2020 5:53:53 AM.
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
Create Your First Smart Contract In Ethereum With Ganache And Remix IDE
5/28/2020 11:24:46 PM.
We will set up a private Ethereum blockchain with ganache and will write and deploy smart contract in this, with the simplest way possible.
SOLID Principles In C# - Liskov Substitution Principle
5/27/2020 7:53:31 AM.
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
SOLID Principles In C# - Open Closed Principle
5/26/2020 1:01:43 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
SOLID Principles In C# - Single Responsibility Principle
5/26/2020 12:41:29 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
😇SOLID Design Principles Simplified With UML
5/11/2020 11:19:27 AM.
Frequently asked interview question. & good programming practice.
SOLID With a Simple Example
5/5/2020 3:50:55 PM.
In this article, you will learn about SOLID with a simple example.
Consolidated Workflow Report From SharePoint Online Tenant
2/17/2020 11:25:52 AM.
This will give us a consolidated workflow report from SharePoint Online Tenant.
Object Oriented Design Principles
2/14/2020 8:54:02 PM.
In this article we will go beyond the pillars of Objected Oriented Programming, We will talk about Object Oriented design principles.
D In SOLID - Dependency Inversion Principle (DIP)
10/29/2019 2:01:20 AM.
In this article, you will learn about Dependency Inversion Principle.
I In SOLID - Interface Segregation Principle (ISP)
10/16/2019 11:52:24 PM.
In this article, you will learn about I in SOLID - Interface Segregation Principle (ISP).
L In SOLID - Liskov Substitution Principle
9/24/2019 9:13:08 AM.
In SOLID, L stands for Liskov's Substitution Principle. LSP states that the object of the derived class should be able to replace an object of the base class without any issue in the application o
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.
What Is SOLID And Why SOLID In C#
9/19/2019 2:12:00 AM.
In this article, we are discussing SOLID Principles and why software developers and architects highly recommend using these principles.
S In The SOLID - Single Responsibility Principle (SRP)
9/16/2019 10:42:22 AM.
In this article, you will learn about S in the SOLID - Single Responsibility Principle (SRP).
Deep Dive Into SOLID Principles
8/4/2019 2:25:24 AM.
In this article, you will learn about SOLID principles with real time examples.
Inheritance In Solidity
7/1/2019 9:01:31 AM.
Solidity provides an inheritance between smart contracts. This article talks about the essentials of inheritance in Solidity and its usage.
Constructor In Solidity
5/20/2019 8:05:21 AM.
This article talks about what Solidity Constructor is and how to use it. This article is under the Solidity for beginner series.
Reference Types In Solidity
5/19/2019 12:48:31 PM.
The Solidity data types can be classified according to the data location. If a variable stores its own data; it is a value type. If it holds a location of the data; it is a reference type. We have gon
Send Consolidated List Item To The Recipient Using PnP PowerShell
5/12/2019 9:54:48 AM.
This article will help you understand how to send a consolidated email to the respective recipient.
Data Locations 🗺️ In Solidity
4/7/2019 11:15:47 PM.
This article talks about how to use Storage and Memory keywords in Solidity.
SOLID Architectural Pattern With Real World Example
4/1/2019 10:03:22 AM.
This article explains SOLID Architectural Pattern with Real World examples.
Iterate SharePoint List Items And Send A Consolidated Email To A Recipient Using Designer Workflow
3/29/2019 1:56:35 PM.
This article will help you to understand how to filter/iterate the list items using the REST API and send a consolidated email to the recipient.
Function And Address In Solidity
2/3/2019 10:07:41 PM.
In Ethereum smart contract, function and address are broadly used value types. This article talks about the usage of function and address including examples.
Variables And Types In Solidity
1/23/2019 10:05:21 PM.
For anyone who wants to learn how to make dApps (Decentralized Applications) in an Ethereum Blockchain, Solidity is the essential thing. This article talks about variables and types with examples.
An Overview Of SOLID Principles
9/6/2018 6:31:13 AM.
An overview of SOLID Principles. SOLID. abbreviation means S for Single Responsibility, O for Open Close principle, L for Liskov Substitution principle, I for Interface segregation principle, D for De
Blockchain Development - Programming Smart Contracts Using Solidity, Truffle And Test RPC - Part Two
6/27/2018 1:38:59 AM.
In my last article on Blockchain Development, we learned about setting up the development environment before we start coding or developing our first smart contract. We installed necessary packages and
How to Consolidate Data in Excel
6/23/2017 7:53:03 AM.
Today we learn how to consolidate data in Excel. Consolidating data in Excel let's you summarize and report results from data on separate worksheets.
Overview of SOLID Principle
7/13/2015 11:14:47 AM.
In this article you will learn about SOLID principles.
Dependency Inversion Principle
7/13/2015 12:14:12 AM.
In this article you will learn about the Dependency Inversion Principle.
Open Closed Principle in SOLID
7/12/2015 4:11:12 PM.
In this article we will learn about the Open Closed Principle.
Things Every Good Developer Should Know
5/18/2015 3:17:02 PM.
This article describes most of the things that every good developer should know.
Overview of SOLID Principles in C#
4/8/2015 4:16:52 AM.
This article explains the basic rules which are combined and called the SOLID Principles.
C# Corner Chandigarh Chapter Webinar 14th September 2014 Official Recap - SOLID Design Principles
12/26/2014 6:39:20 AM.
The C# Corner Chandigarh Chapter held its event on the 14th of September 2014. It was a house full of attendees who came across to attend this event. Thanks to all who joined us.
Liskov Substitution Principle in C#
7/27/2014 4:35:13 PM.
Here you will learn about Liskov's Substitution Principle (LSP).
Demystify SOLID: D For “Dependency Inversion Principal”
5/10/2014 5:42:17 PM.
In this article we will discuss the last principal called “Dependency Inversion Principal”. This is one of the important principals to develop de-coupled architecture.
Demystify SOLID: I For "Interface Segregation Principal"
4/28/2014 1:52:37 PM.
In this article we will understand the interface segregation principal.
Dependency Inversion Principal
4/27/2014 3:29:03 PM.
In this article we will discuss the last principal called “Dependency Inversion Principal”. This is one of the important principals for developing de-coupled architecture.
Demystify SOLID: L For “Liskov Substitution Principal”
4/26/2014 2:40:24 PM.
In this series we are talking about a SOLID principal of software development.
Demystify SOLID: "O" For Open Close Principal
4/24/2014 3:36:40 PM.
As per the title, this article exlains the concept of “Open close principal in this article”.
Demystify SOLID: "S" For Single Responsibility Principal
4/23/2014 1:27:09 PM.
In this article we will discuss the meaning of "S" in the SOLID principal.
FrameworkElement Class in WPF
3/26/2014 4:00:30 PM.
In this article we will look at a method and an event provided by the FrameworkElement class.
SOLID (Object Oriented Design) Principles
3/24/2014 12:33:51 PM.
This article attempts to describe the best technique for writing code that requires a minimum of changes to add/modify requirements that are easily scale-able and most importantly, reusable. This is where the S.O.L.I.D. principles and Design patterns are useful.
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.
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.
Revised Gauge Custom Control in C#
9/30/2012 4:05:38 AM.
This is an enhanced version of the custom guage. Enclosed are the source code for the control, and the test program.
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).
S.O.L.I.D Design Principles Explained : Part 1
8/13/2012 2:45:19 PM.
This article will cover the acronyms for SOLID and a brief introduction to Cohesion and Coupling is provided to understand the SOLID principles.
SharePoint 2010 Project - Foster (Consolidated Article)
7/12/2012 7:11:30 PM.
In this article I would like to give the entire components of the project named Foster. You can download the files associated with this article in the desired sequence.
Working with Brushes and Pens in GDI+
1/30/2012 11:07:57 PM.
In this article I will explain about working with brushes and pens in GDI+.
WPF 3D Solid Wireframe Transform
10/3/2011 8:30:52 PM.
In the very beginning, I decided to build an application in WPF that renders 3D objects, wireframe objects, and do basic 3D operations. This article is the result of the process.
Liskov Substitute Principle (LSP) with Code example
8/25/2011 6:14:17 AM.
Liskov Substitute Principle (LSP) with Code example.
Expression Blend 4: Brushes
8/2/2011 5:05:01 AM.
Brushes plays a very important role in creating an application in WPF. Use of brushes makes it more attractive application.
Silverlight- Slider Control Part 3
12/6/2010 8:35:56 PM.
In this article we will be seeing how to create Silverlight Slider control to change the color of the rectangle using SolidColorBrush.
Silverlight- SolidColorBrush Example
12/6/2010 1:21:48 AM.
In this article we will be seeing how to create Silverlight SolidColorBrush using Visual studio 2010.
Using DynamicResources in WPF
10/27/2010 12:54:54 AM.
This article describes about DynamicResource with an example.
Simple Animation in Silverlight 4
6/18/2010 2:37:30 AM.
In this article you will learn how to use Simple Animation in Silverlight 4.
WPF SolidColorBrush
2/12/2010 12:29:12 PM.
This article demonstrates how to use SolidColorBrush in WPF using XAML and C#.
System Pens and System Brushes in GDI+
2/10/2010 11:09:29 PM.
In this article I will explain about working with brushes and pens in GDI+.
Creating a Line Chart Application in GDI+
11/20/2009 12:25:18 AM.
In this article I will explain how to create a line chart in GDI+.
SolidColorBrush in Silverlight
4/15/2009 11:44:00 PM.
This article demonstrates how to use a solid brush in Silverlight using XAML and C#.
Consolidate Your Binding Code
3/21/2008 8:18:25 PM.
I've noticed that in data driven UI projects there is often lots of repeated code wherever there is data binding. In this article we'll look at consolidating all the binding code in a helper class to make projects much easier to maintain by reducing the amount of code we have to dig through.
Chart Recorder
1/31/2007 7:03:42 AM.
This is chart recorder program developed using C# and GDI+.
Trackbar/Progress bar with Cylinder Effect
1/31/2007 6:37:42 AM.
Trackbars and scrollbars are convenient ways of displaying a data range.
Implementing Prim's Algorithm using GDI+
1/31/2007 6:10:43 AM.
Prim's algorithm is an algorithm used in the graphics development to calculate the shortest route in a network when an object is moving from a source node to the destination node.
Working with GDI+ Brushes
2/8/2006 4:25:43 AM.
This tutorial explains how to work with texture, solid, gradient, and hatch brushes.
Drawing With no OnPaint Method
12/26/2005 7:09:33 AM.
In this sample example, I draw GDI+ objects on button click.
Mark Six on the Fly
12/26/2005 6:33:52 AM.
In this sample, I demonstrate how a WebForm can be called directly as an Image.
Creating Graphics with XML
12/26/2005 5:46:26 AM.
This article shows how to create images on the fly and uses XML to specify the properties of the images.
Drawing Transparent Images and Shapes using Alpha Blending
12/26/2005 5:32:07 AM.
Alpha blending is a process of mixing colors and generating a transparent affect. To test this, you draw some graphics shapes on a surface and draw image on top of those shapes and you should be able to see the shapes.
Working with Drawing Class
12/26/2005 1:36:41 AM.
This article gives an overview to work with drawing and printing class. It explains how to use various methods in the drawing and printing class.
Significance of Transformation Order
12/26/2005 12:47:38 AM.
When applying a composite transformation on graphics objects, the order of transformations plays a vital role. This article shows you various aspects of the transformation order and the results.
Text Transformation using GDI+ and C#
12/20/2005 4:26:04 AM.
This article shows you how to use GDI+ classes defined in the .NET Framework class library to apply transformations on text.