Define satellite
assembly.
Latest answer: Satellite
assembly is created to write a multilingual or multi-cultural
application in
.NET...................
Explain
how to debug an ASP.NET Web
application.
Latest answer:
Attach the aspnet_wp.exe process to the DbgClr
debugger............
Explain the
purpose of tracing levels in
System.Diagnostics.TraceSwitcher
Latest answer: Five levels
range from none to Verbose, allowing fine-tuning the tracing
activities..............
Difference
between the Debug class and Trace
class
Latest answer: Debug class
is used for debug builds while Trace class is used for both
debug and release
builds................
Explain the
role of the DataReader class in ADO.NET
connections
Latest answer: DataReader
class returns a read-only dataset from the data source when
the command is
executed............
Explain the
purpose of Dispose
method
Latest answer: Dispose
method is used to destroy the objects from the
memory............
What are
the connections supported in Microsoft SQL
Server?
Latest answer: Windows
Authentication
SQL Server
authentication................
Out of Windows
Authentication and SQL Server authentication, which one is
trusted?
Latest answer: Windows
Authentication is trusted because the username and password
are checked with the Active
Directory..................
It is a bad idea to throw
your own exceptions.
comment
Latest answer: Throwing
your own exceptions means there is some design problem in the
program.................