study_questions_audio_creation
This is an old revision of the document!
Table of Contents
Study Questions - Audio Creation
CDEx Settings
Bitrate = 80 kbps
Mono
Quality = Very high (q = 0)
Questions To Be Recorded
Professional ASP.NET MVC 1.0
MvcC1Q1: What are the six top-level directories, created by default when a new ASP.NET MVC project is created and what goes in each?
Answer:
Directory | Contents |
---|---|
Controllers | Controller classes that handle URL requests. |
Models | Classes that represent and manipulate data. |
Views | UI template files that are responsible for rendering output. |
Scripts | JavaScript library files and scripts. |
Content | CSS and image files, and other non-dynamic/non-JavaScript content. |
App_Data | Data files you want to read/write. |
MvcC1Q2: Where is does ASP.NET MVC store its routing rules?
Answer: In the Global.asax file.
study_questions_audio_creation.1308974175.txt.gz · Last modified: 2017/01/01 19:54 (external edit)