|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Yes. If you are debugging via Visual Studio.NET, just go to Immediate window.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
CorDBG - command-line debugger. To use CorDbg, you must compile the original C# file using the /debug switch. DbgCLR - graphic debugger. Visual Studio .NET uses the DbgCLR.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
To access an XML Web service from a client application, you first add a Web reference, which is a reference to an XML Web service. When you create a Web reference, Visual Studio creates an XML Web service proxy class automatically and adds it to your project. This proxy class exposes the methods of the XML Web service and handles the marshalling of appropriate arguments back and forth between the XML Web service and your application. Visual Studio uses the Web Services Description Language (WSDL) to create the proxy.
Create Date
:
Tuesday, May 13, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
The GacUtil is a utility tool that comes with visual studio, it is use to deploy an assembly by adding it into the GAC(Global Assembly Cache). Ex: Type at the command line prompt"C:\gacutil /i ASPMyComponent.dll" will install ASPMyComponent into the GAC
Create Date
:
Saturday, May 10, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
ASP programming is based on scripting languages like Jscript or VBScript which evolves around a mixture of scripting and HTML. ASP .net is base on an advance structured compiled language. -ASP .net with visual studio .net provides an advanced application and session state, management, while ASP performs poorly at providing it. -ASP has a poor error handling capability compare to ASP .net which has it much completed and much advanced. -ASP does not have a built-in mechanism for XML while ASP .net comes with a full XML capability support. -ASP .net has a fully distributed data source support which is missing from classic ASP
Create Date
:
Saturday, May 10, 2008
Click here
to improve the Interview Question, Answer and other fields.