Test Your Knowledge: Understanding ASP.NET Directory Structure
Summary
Various subdirectories are used in a typical ASP.NET program. This is a test on the basics of various subdirectories.
|
Table of Contents
Two Sets of Directories About the solution file Understanding the directory structure Figure 1. ASP.NET folders with special meaning Generic Directories Solution Directory Base Directory Custom Directories Directories with Special Meaning App_Data Directory App_Code Directory Theme Directory Resources Directories App_Browsers Directory
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
This article talks about the directory structure you see when you work with (and grow) an ASP.NET web site. Visual Studio creates some directories automatically for you and these directories have some special meaning (that means, only a certain types of files can go into these directories).
|
Lots of different file extensions are used in ASP.NET projects. Test your knowledge on the basics these file types.
|
Recognizing the file types helps understand quickly the architecture of a web site that you didn’t develop (also helps with the files you didn’t explicitly create but the development environment generated). This article talks about the common and not-so common types of files you see as you develop with Visual Studio / ASP.NET.
|
|
|