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 DRY
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prasad Raveendran (3)
Arvind Singh (2)
Jignesh Trivedi (1)
Sardar Mudassar Ali Khan (1)
Vinoth Xavier (1)
Usama Hafeez (1)
Nimit Joshi (1)
Tuba Mansoor (1)
Manikanta Pattigulla (1)
Related resources for DRY
No resource found
Set Up a Continuous Deployment Pipeline for Cloud Foundry Application Using Azure Devops
6/5/2024 5:26:23 AM.
Learn about CI/CD in DevOps for automating application build, testing, and deployment. This guide covers setting up a continuous delivery pipeline using Azure DevOps to deploy applications to Cloud F
DRY, YAGNI, KISS Engineering Principles
2/19/2024 10:51:37 AM.
In software development and engineering, certain guiding principles serve as beacons of efficiency and effectiveness. Among these principles, DRY, YAGNI, and KISS stand out as fundamental pillars that
Coding Principles - DRY and KISS
10/6/2023 9:34:11 AM.
This article explains DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid) principles.
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
Working Process of Validations in MVC5
3/18/2021 6:47:57 AM.
In this article, I am introducing the use of Data Annotations in MVC 5 using Microsoft Visual Studio 2013 Preview.
Don't Repeat Yourself (DRY) Design Principle
2/14/2020 9:16:43 AM.
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 in
Don't Repeat Yourself (DRY) - Part Two
2/14/2020 9:15:14 AM.
In this article, we will be discussing one of the DRY issues - Repeated Logic - and some of the possible solutions to address this issue.
Don't Repeat Yourself (DRY) - Part Three
6/3/2019 9:34:59 AM.
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.
Deploying An App On IBM Cloud With Cloud Foundry
2/28/2019 4:02:48 PM.
Here, I will give you an introduction to the cloud and will show how to deploy a sample .NET application to the IBM Cloud.
Difference Between Software Design Principles - DRY And KISS
6/4/2018 11:25:00 AM.
In this article, we will explain the main basics of two software design principles, DRY and KISS.
Software Design Principles DRY, KISS, YAGNI
9/29/2017 11:40:29 AM.
In this article, I am going to explore software design principles and their benefits and why design principle are useful for us and how to implement them in our daily programming. We will see DRY, KIS
The Principles Of Good Programming
7/5/2017 10:42:05 AM.
Programming principles have helped me over the years become a better programmer, and I believe, this article will help any developer become more efficient and to produce code which is easier to mainta