Where to put classes in a Web App Project?
Hi all,
I have a basic question about ASP.NET web sites vs web application projects.
In a web site, you can right-click and âAdd ASP.NET folderâ, then choose âApp_Codeâ, then put your class files in there like nature intended.
Iâve read advice that a web application project is the way to go for various reasons. If I create one, I can right-click / Add / Add ASP.NET Folder, but App_Code is not a listed option. Whatâs a good practice for where to put your class.cs files? (Right-click / Add / Class just puts in in the main project folder, kinda gunking it up.
Thanks!
|