AppSettings Section
Describe the appSettings Section which contains in a web.config file?
Expert
The web.config file sets the configuration for a Web project. appSettings block which is in configuration file sets user-defined values for the whole application.
Like, the specified ConnectionString section is used during the project for the database connection:
<configuration>
<appSettings>
<add key="ConnectionString" value="server=indiabixserver; pwd=dbpassword; database=indiabix" />
</appSettings>
Describe briefly LINQ (Language Integrated Query)?
State the use of the Select clause and SelectMany() method in LINQ?
Write the different types of literals used in C #?
What data type does the Range Validator control support?
Describe the various types of work flow?
Explain Hashtable?
Specify various states of the XMLHttpRequest along with their description.
Explain different types of generations in a garbage collector?
Write down some of the layout Panels of WPF?
Write about the AJAX and JavaScript?
18,76,764
1944738 Asked
3,689
Active Tutors
1412498
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!