---
title: "What is DRY Principle  in ASP.NET MVC ?"  
description: "What is DRY Principle  in ASP.NET MVC ?"  
author: "Sachin Singh"  
published: 2016-05-01  
updated: 2016-05-01  
canonical: https://www.mindstick.com/forum/34119/what-is-dry-principle-in-asp-dot-net-mvc  
category: "asp.net"  
tags: ["c#", "asp.net", "asp.net mvc"]  
reading_time: 1 minute  

---

# What is DRY Principle  in ASP.NET MVC ?

Hi Everyone,\
I want to know about the DRY Principle and how it is so important in [ASP.NET MVC](https://www.mindstick.com/forum/155798/what-is-caching-in-asp-dot-net-mvc).Please can [anyone give me](https://answers.mindstick.com/qa/41194/can-anyone-give-me-some-high-and-low-points-of-each-of-the-four-first-presidential-administrations) a solution.\
Thank you.\

## Replies

### Reply by Anupam Mishra

Hi Sachin,\
DRY Principle is not specific to any one technology. Just make sure you look at your classes from a functionality standpoint (not even from a copy/paste coder view) and see where the duplication occurs. This process will probably not happen in one sitting, and you will only notice duplication after reviewing your code several months later when adding a new feature. If you have unit tests, you should have no fear in removing that duplication.\


---

Original Source: https://www.mindstick.com/forum/34119/what-is-dry-principle-in-asp-dot-net-mvc

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
