-
-
-
-
-
-
-
-
-
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?
-
Microsoft.NET Interview Questions
Ans