Folders
Interview Questions on ASP.Net(6)
1.What is the use of APP_Code folder in
ASP.Net?
A.APP_Code folder is automatically
present in the solution explorer.It stores the files,such as classes,typed
dataset,text files and reports.
2.What is the purpose of bin folder?
A.Bin folder is used to place the
references related to the projects that is .dll files.
3.What is the purpose of APP_themes
folder in Asp.Net?
A.It is used to place the themes related
to the project.Generally we can place skins and themes in APP_themes folder in
Asp.Net.
4.What is the purpose of App_data folder
in ASP.Net?
A.App_data folder is used to place data
base files related to the project.
5. What is the difference between a
default skin and a named skin?
A.The default skin is applied to all the
Web server controls in a Web form, which are of similar type, and it does not
provide a Skin ID attribute. The named skin provides a Skin ID attribute and
users have to set the Skin ID property to apply it.
6. What is the difference between a page
theme and a global theme?
A.A
page theme is stored inside a subfolder of the App_Themes folder of a project
and applied to individual Web pages of that project. Global themes are stored
inside the Themes folder on a Web server and apply to all the Web applications
on the Web server.
0 comments:
Post a Comment