Can you have two files with the same file name in GAC?
Answers were Sorted based on User's Feedback
Answer / dev
Yes i can put two file with the same name into GAC with
different version number.
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / guest
GAC is a very special folder, 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.
Is This Answer Correct ? | 10 Yes | 4 No |
What distributed process frameworks outside .NET do you know?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
How can you debug failed assembly binds?
Write a example code for remoting?
What do you mean by passport authentication?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
Where is global assembly cache located on the system?
What are the ways to renew lifetime leases of objects?
When do we use delegates in your remoting applications?
Can you pass SOAP messages through remoting?
What?s a proxy of the server object in .NET Remoting?
What?s a Windows process?