---
title: "Why do you use the App_Code folder in ASP.NET?"  
description: "Why do you use the App_Code folder in ASP.NET?"  
author: "Sumit Kesarwani"  
published: 2014-08-28  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2075/why-do-you-use-the-app_code-folder-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Why do you use the App_Code folder in ASP.NET?

The App_Code folder is automatically present in the project. It stores the files, such as classes, typed data set, text files, and reports. If this folder is not available in the application, you can add this folder. One of the important features of the App_Code folder is that only one dll is created for the complete folder, irrespective of how many files it contains.

## Answers

### Answer by Sumit Kesarwani

The App_Code folder is automatically present in the project. It stores the files, such as classes, typed data set, text files, and reports. If this folder is not available in the application, you can add this folder. One of the important features of the App_Code folder is that only one dll is created for the complete folder, irrespective of how many files it contains.


---

Original Source: https://www.mindstick.com/interview/2075/why-do-you-use-the-app_code-folder-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
