-
-
-
Scenario: You have both v1.1 and v2.0 of .NET framework installed on the same machine and both are configured for command line compiling using the PATH environment variable.Question: Which version of .NET will be activated when you type the 'csc' command at the command prompt?
A) v 1.1B) v 2.0C) Error eccours.D) NoneExplanation: It depends on the order of the frameworks in PATH environment variable. The first version in the path variable will be used. eg: if v2.0 is followed by v1.1 in path variable then v1.1 will be used.
-
-
-
-
Usage of Dataset and Data Bindings
How can we bind temporary created data table of one win form into other win form controls?
-
-
System.Diagnostics Namespace
What does the System.Diagnostics namespace do? What is the functionality for which it is used.
-
Compile Time Constants
Do We Use const keyword only for compile time constants? Explain
-
Bind GridView Column
How will you bind gridview particular column in datatable using windows application?
-
Get data from sql server to Asp.net when application crashes
asp.net web application sent a request to get some result set to Sq server. The query is processed over there and it sends the result set. When it is on its way, asp.net application crashed because of some sort of reason.
How to get it back to the application?
Recently, i faced 2 years experienced interview
Please tell me.....How to get it? -
Raise application error
Can we raise_application_error in exception block?? if we use what will happen?
-
-
-
-
What platforms does the .NET Framework run on?
The runtime supports Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on Windows XP and Windows 2000. Windows 98/ME cannot be used for development.IIS is not supported on Windows XP Home Edition, and so cannot be used to host ASP.NET. However, the ASP.NET Web Matrix web...
-
-
-
Microsoft.NET Interview Questions
Ans