Types of assemblies
Specify various types of assemblies and explain them.
Expert
Following are two types of assemblies:
a) Private Assembly – It is an assembly which is used by the single application. All these assemblies are placed in a local folder in which client application has been installed.
b) Public or Shared Assembly – It is the assembly which is allowed to be shared by the several applications. This assembly should reside in the Global Assembly Cache (GAC) having a strong name assigned to it.
For instance, imagine that you have created a DLL having the content about the business logic. This DLL may be used by your client application. To run the client application, DLL must be involved in the same folder in which client application is being installed. This makes assembly private to your application. Now suppose that the DLL is required to be reused in different applications. Hence, in place of copying the DLL in each client application folder, this can be kept in a global assembly cache by using the GAC tool. These assemblies are termed as shared assemblies.
Write few characteristics of ADO.NET Entity Framework 4.0.
When.NET was developed?
State the difference between a class and a structure?
How one can create the ellipse, which is the non- rectangular window?
Explain about several validation controls which are available in ASP.NET AJAX 4.0?
Explain State Management? List the ways to maintain the state in .NET?
What is meant by DLR (Dynamic Language Runtime)?
Elucidate the term Windows authentication?
What is the concept of CAS?
What is a static constructor and also explain its features?
18,76,764
1952182 Asked
3,689
Active Tutors
1441920
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!