|
INTERVIEW QUESTIONS
MICROSOFT
C#
DETAILS
Question: Can you have two files with the same file name in GAC?
Answer: Yes, remember that GAC is a very special folder, and while normally you would not be able to place two files with the same name into a Windows folder, GAC differentiates by version number as well, so it’s possible for MyApp.dll and MyApp.dll to co-exist in GAC if the first one is version 1.0.0.0 and the second one is 1.1.0.0.
|
|
|
Category |
C# Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 6704 users |
Added on |
9/22/2014 |
Views |
67712 |
Rate it! |
|
|
Question:
Can you have two files with the same file name in GAC?
Answer:
Yes, remember that GAC is a very special folder, and while normally you would not be able to place two files with the same name into a Windows folder, GAC differentiates by version number as well, so it’s possible for MyApp.dll and MyApp.dll to co-exist in GAC if the first one is version 1.0.0.0 and the second one is 1.1.0.0. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How can you debug failed assembly binds?
|
View Answer
|
|
How can you tell the application to look for assemblies at the locations other than its own install?
|
View Answer
|
|
What is a strong name in C#?
|
View Answer
|
|
What is the difference between private and shared assembly?
|
View Answer
|
|
How do you mark a method obsolete?
|
View Answer
|
|
If I return out of a try/finally in C#, does the code in the finally-clause run?
|
View Answer
|
|
If I return out of a try/finally in C#, does the code in the finally-clause run?
|
View Answer
|
|
Is it possible to have a static indexer in C#?
|
View Answer
|
|
Is it possible to have different access modifiers on the get/set methods of a property in C#?
|
View Answer
|
|
Is it possible to inline assembly or IL in C# code?
|
View Answer
|
|
What are the rules to be followed while naming variables in C#?
|
View Answer
|
|
Explain about the rules for naming classes in C#?
|
View Answer
|
|
Explain about C#?
|
View Answer
|
|
C# constructors cannot be inherited.Why?
|
View Answer
|
|
Why we can not do the declaration in the class?
|
View Answer
|
|
What is delegates ?
|
View Answer
|
|
How to create and manage files in c#?
|
View Answer
|
|
Is JIT compiler in .Net is vendor specific?i mean ,can we download it and use in other any language compiler?
|
View Answer
|
|
Give me Change syntax of color change (1)Background color (2)font color (3)size of font
|
View Answer
|
|
What is difference between deep copy & sallow copy?
|
View Answer
|