Searching for "App_Code"

Q:

Why do you use the App_Code folder in ASP.NET?

Answer

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.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET