Answer Posted / anonymous
A shared Assembly is one that is used by multiple
applications. A shared Assembly must have a name that is
globally unique. .Net framework creates this unique name
through a technique called STRONG NAMES.
A combination of Assembly name(the name of your
assembly ie .dll) + version number + culture locale + public
key token(a 16digit number) makes up a strong name.
Advantages of creating a strong name is :
1) Two dll with same name can be installed on the same
machine(as strong names would be different)
2)Different versions can be worked on the same side by side.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain what is an application domain?
When a Static Constructor called in .NET?
Explain the code behind wors and contrast that using the inline style.
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
What is Event Bubbling in .NET?
Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column
How to manage pagination in a page using .net?
What is lambda expressions in c#?
what user controls are and what server controls are and the differences between the two.
Explain memory-mapped files.
When we use windows api in .net is it managed or unmanaged code?
What is Flyout Design Pattern in .NET?
What are the different types of memory in .net?
Is .net a language?
When displaying fonts, what is the difference between pixels, points and ems?