Questions 1 - 9 of 9
Close
Flag this interview question as inappropriate Inappropriate
See Answer
Yes.  If you are debugging via Visual Studio.NET, just go to Immediate window.
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
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
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
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
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Case Studio
Smart Draw
Create Date
:
Sunday, May 11, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
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
Tags
:
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
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
Tags
:
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer