Applet file extensions - Basic concept of ASP.NET

Q.  Match the following List 1 to List 2

a. App_Code ------------------------ i.  Assembly Resource Files (.resx)
b. App_Data ------------------------ ii. .skin file, CSS files
c. App_Themes -------------------- iii. .mdf file, .mdb file
d. App_GlobalResources --------- iv. .wsdl files, typed datasets

- Published on 27 Jul 15

a. a-iv, b-iii, c-ii, d-i
b. a-ii, b-iv, c-i, d-iii
c. a-ii, b-i, c-iii, d-iv
d. a-ii, b-iv, c-iii, d-i

ANSWER: a-iv, b-iii, c-ii, d-i
 

    Discussion

  • Brijesh   -Posted on 28 Sep 15
    • App_Code: It contains wsdl files, typed dataset, and classes. All the data that are stored in App_Code folder are automatically accessible throughout the application. It compiles class file automatically.
    • App_Data: It can store files such as .mdf, .mdb, and XML. This data is available for application but you cannot download it.
    • App_Themes: This folder contain .skin file, CSS files. It can contain two subfolders; one for CSS files and the other for skin files. When we add an App_Theme folder, a subfolder named Theme1 is created automatically. You can change the name of the theme folder as per your requirements.
    • . App_GlobalResources: This folder contains Assembly Resource Files (.resx). ASP.NET uses resource files to make supporting multiple languages, so application can be used in different language and culture.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)