Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
NET framework
NET assembly
NET code security
NET access modifiers
NET architecture
NET base class library
NET CLR
NET constants,enum,arrays
NET data types
NET menu
NET garbage collection
NET debug and trace
NET properties
NET form
NET assemblies & resources
NET class & structures
NET binding,viewing,filtering
NET configuring & optimizing
NET configuring setup project
NET constructors & destructors
NET control
NET dataset objects
NET debugging tools
NET debug & trace classes
NET delegates & events
NET exception handling
NET globalization-localization
NET interoperability
NET project deployment
NET securing application
NET using XML
NET validating user input
NET windows communication
NET windows presentation
NET windows workflow
 
ASP.NET
C#.NET
VB.NET
AJAX
 
PHP
 
C
C++
Java
Data Structure
Oops
 
Database concepts
SQL Server
Oracle
MySQL
Data warehousing
Service-oriented architecture
SQL Server notification services
SQL Server Reporting Services
Sharepoint
Biztalk interview questions
 
Operating System
Project Management
Linux
Testing
Networking
Software engineering
 
UML
XML
HTML
SOAP
CSS
VBScript
 
CV tips
Cover letter tips
Interview tips
Human resources
Soft skills
Group discussion

.NET configuring optimizing


.NET configuring optimizing - Interview questions

.NET configuring optimizing - August 25, 2008 at 18:00 PM by Amit Satpute

Describe the basic schema of a .config file.

Answer

Configuration File Schema for the .NET Framework

Configuration Files are standard XML files. 

The elements that implement configuration settings are:
<configuration> Element is the top-level element for all configuration files. 
<assemblyBinding> Element specifies assembly binding policy at the configuration level. 
<linkedConfiguration> Element specifies a configuration file to include.

The configuration schema is for the machine configuration file, application configuration files, and the security configuration file. The following schemas describe their element purposes:

  • Startup Settings Schema – specification of version of the CLR to be used. 
  • Runtime Settings Schema – configuration of assembly binding and runtime behavior. 
  • Network Settings Schema – specification of .NET connection to the Internet. \
  • Cryptography Settings Schema - mapping friendly algorithm names to classes that implement cryptography algorithms.
  • Configuration Sections Schema - creation and use of configuration sections for custom settings.
  • Trace and Debug Settings Schema – specification of trace switches and listeners. 
  • Compiler and Language Provider Settings Schema – specification of compiler configuration for available language providers.
  • Application Settings Schema – enabling Windows Forms or ASP.NET applications to store and retrieve application-scoped and user-scoped settings.     

How to use performance monitor to diagnose bottlenecks in your application?     

Answer
Monitor is a tool built to assist you in diagnosing the problem.
Type ‘perfmon’ in command prompt to access Performance Monitor

The counters, sampling intervals, etc can be used to monitor the performance.

A baseline should be established so that critical reference points, changes and trends can be observed and identified.

Results can be made more readable by removing all the distracting sample noise so that the graphical view of trend lines is not blurred. This can be done using buckets - a vertical line, indicating the minimum, average, and maximum of the sample points in the bucket.

It should be noted that the bottlenecks can be caused due to over utilization of physical disk, memory, process, CPU, and network. 

Explain the different types of configuration files provided by .NET framework? - Machine configuration file, Application configuration file, Security configuration file.

The different types of configuration files provided by .NET framework are:

  • enterprisesec.config which configures the enterprise-level security policies.
  • security.config which configures machine-level security policies.
  • machine.config which contains the installation settings.
  • app.config or web.config which are used to modify the default settings of the machine.config file.


October 30, 2008 at 18:10 pm by Amit Satpute

What is AppSetting section in Web.Config file?

The <appSettings> element of a web.config file where connection strings, server names, file paths, and other miscellaneous settings are stored. The items inside appSettings need to be configurable depending upon the environment.




 
Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.