GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Microsoft.NET
Go To First  |  Previous Question  |  Next Question 
 Microsoft.NET  |  Question 10 of 38    Print  
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.1
B) v 2.0
C) Error eccours.
D) None
Explanation: 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.



  
Total Answers and Comments: 1 Last Update: February 28, 2007     Asked by: billmaher 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
February 28, 2007 14:50:54   #1  
Varun Gupta        

RE: Scenario: You have both v1.1 and v2.0 of .NET fram...
It depends on the version of u r using to develop an application.if the same version is not present then use highest one
 
Is this answer useful? Yes | No

 Related Questions

In .NET Compact Framework, can I free memory explicitly without waiting for garbage collector to free the memory?
Read Answers (14) | Asked by : swaroop

A developer company sends dll's to the client. someclient is not happy current functionality, so requestsome modification. developer made some changes andsend new dll to all clients. Some client is happy withold version, tell me minimal change to so that neitherclients get affected.
Read Answers (3) | Asked by : Rupesh Agrawal

What are assembly attributes?what are assembly version requirements and security identity?what is public key in assembly?

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 

Latest Answer : Well ATLAS or AJAX is a framwork that supports remote service side calls. where as cache is only server side. While Cache maintains a buffer of data for a period of time. There is no such provision in ATLAS.... ATLAS is used just to update client sidevariables ...
Read Answers (1) | Asked by : zanhsieh

Suppose I have a .net assembly version 1.0 in GAC now i want to update the version to 2.0how can i do that. how can i update my previous version.

Which command is used to keep a constraint into a datacolumnor, how to keep a constraint into datacolumn
Read Answers (1) | Asked by :

If there are 5 different .net applications running on a single machine,When the Garbage Collector wakes up how does it release the unused resources1)Will there be 5 threads of GC running(1 for each application)?2)Will 
Latest Answer : CLR maintains a table content of what are the objects created, what are the tasks running.CLR wont create threads itself. because threads concept have many disadvantages.Based on that table only GC collects on Managed Heap objects. ...


 Sponsored Links

 
Related Articles

Microsoft AJAX Library - Introducing JSON

Introducing JSON In AJAX applications client server communication is usually packed in XML documents or in the JSON JavaScript Object Notation format Interestingly enough JSON s popularity increased together with the AJAX phenomenon although the AJAX acronym includes XML mosgoogle JSON is the format
 

Microsoft AJAX Library - Inheritance using Prototypes

Inheritance using Prototypes Once again prototyping can help us implement an OOP feature in a more elegant way than when using closures Prototype based inheritance makes use of the behavior of JavaScript prototypes When accessing a member of a function that member will be looked for in the function
 

Microsoft AJAX Library - Inheritance using Closures

Inheritance using Closures and Prototypes There are two significant techniques for implementing the OOP concept of inheritance with JavaScript code The first technique uses closures and the other technique makes use of a feature of the language named prototyping Early implementations of the Microsof
 

Microsoft AJAX Library - JavaScript Execution Context

JavaScript Execution Context In this section we ll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes objects and object members in JavaScript For most cases understanding these mechanisms isn t absolutely necessary for writing JavaScript code&am
 

Microsoft AJAX Library - Creating Object Members on the Fly

Creating Object Members on the Fly One major difference between OOP in C and ASP NET and OOP in JavaScript is that JavaScript allows creating object members on the fly" This is true for objects and classes that you create yourself and also for JavaScript s own objects and types as well He
 

Microsoft AJAX Library - Associative Arrays

Thinking of Objects as Associative Arrays A key element in understanding JavaScript objects is understanding the notion of associative arrays which are nothing more than collections of key value pairs As a NET developer you have worked with associative arrays represented by classes such as NameValue
 

Microsoft AJAX Library - C# and JavaScript Classes

C and JavaScript Classes For the purpose of demonstrating a few more OOP related concepts we ll use another class Our new class is named Table and it has two public fields rows columns and one method getCellCount The getCellCount method should return the number of rows multiplied by the number of co
 

Microsoft AJAX Library - JavaScript Classes

JavaScript Classes Not only can JavaScript functions contain other functions but they can also be instantiated This makes JavaScript functions a good candidate for implementing the concept of a class from traditional object oriented programming This is very helpful feature indeed because JavaScript
 

Microsoft AJAX Library - Anonymous Functions

Anonymous Functions Anonymous functions can be created adhoc and used instead of a named function Although this can hinder readability when the function is more complex you can do this if you don t intend to reuse a function s code In the following example we pass such an anonymous function to Displ
 

Microsoft AJAX Library - Functions as Variables

Functions as Variables In JavaScript functions are first class objects This means that a function is regarded as a data type whose values can be saved in local variables passed as parameters and so on For example when defining a function you can assign it to a variable and then call the function thr
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape