-
-
-
-
-
-
-
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.
-
-
-
-
What is the difference between a private assembly and a shared assembly?
John wrote on Tuesday, 13 September 2005 20:12:39:The .NET Assemblies Part1This online presentation about .NET assemblies helps the webmasters to know about the three tier architecture and about .NET assemblies. The author describes the real need of the three-tier architecture. The author divides the application into three layers named as Presentation, Business Logic and Database. This article describes...
-
-
How i prepare parameterized(with more than one parameters) crystal report.pls tell me the code prodecure,if any body can.
I have written the code for single parameter.not getting the report for morethan one parameter
-
-
-
-
-
-
-
Microsoft.NET Interview Questions
Ans