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.
Briefly describe key-based dependency and file-based dependency?
Distinguish between RichTextBox control and TextBox control.
Distinguish among Compiler and Interpreter?
What is the function of DialogResult property of the Button control?
Name the three states which are set in a CheckState property of the CheckBox?
By which method we can sign out from the forms authentication?
What do you mean by Proxy and how to produce proxy for WCF Services?
Explain the working of cookie less session?
What is data type and how many types of data types are there in .NET ?
Explain the following methods DataAdapter.Update() and DataSetAcceptChanges()?
18,76,764
1950254 Asked
3,689
Active Tutors
1460549
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!