can we use private assembly in other project in dot net.
Answer Posted / sudhir sheoran
Yes we can use private assembly in other dot net projects. But a private assembly is used only by a single application, and is stored in that application's install directory (or a sub directory therein).
On the other hand public assembly are shared by more than one application at the same time that's why they are stored in GAC(Global assembly cache) and have a strong name with a version number,public key, culture info etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how to stop a thread?
What is your observations between vb.net and vc#.net?
Describe the use of following com+ services jit activation, queued components, object pooling.?
What are an object and a class?
Tell me what is serialization?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain the garbage collection process?
What is boxing and un-boxing in .net?
Can "this" be used within a static method?
What is file extension of Webservices in .Net?
What is heap and what is stack?
Explain about .net assemblies?
hai, about trading domain and need simple project on trading system. please help me...
Explain the procedure to add assemly to gac to make it shared one?
What is an anonymous method and how is it different from a lambda expression?