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>
Write the name of the class that manages event and layout of every ToolStrip elements?
Differentiate between SqlClient and OLEDB Provider?
What is Class?
Explain the term Cloud Computing?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Describe the role of new keyword in brief.
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
List different ways of deployment that are supported by .NET.
Specify the operating systems over which the .NET Framework runs upon?
Write down some of the benefits of XAML?
18,76,764
1935735 Asked
3,689
Active Tutors
1414364
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!