What is Global Assembly Cache
What is meant by the term Global Assembly Cache (GAC)?
Expert
GAC refers to the central repository (cache) in system in which assemblies are registered to share among several applications which are executed on the local or remote machines. The .NET Framework offers the GAC tool (gacutil.exe utility), that is used to view and change content of the GAC of a system. Adding and removing assemblies to and from the GAC are some of the tasks which are performed by using the gacutil.exe utility. GAC holds multiple versions of same .NET assembly. CLR checks the GAC for a requested assembly before using the information of configuration files.
The gacutil.exe /i <assembly name> - is the command which is used for installing an assembly in the GAC. Users use the Command Prompt of Visual Studio in order to install an assembly in the GAC by using this command.
Describe four workflow principles?
Write the difference between adding items into cache by a Add() method and by the Insert() method?
Explain different implementations of the LINQ?
Explain about pixels, points, and em's whenever fonts are exhibited?
State the relationship between Class and an Object?
Write down the importance of delegates. Where must they be employed? Write down the conditions where we need them?
By which method we can add or remove rows from a DataTable object of DataSet?
State the purpose of DataView?
Briefly describe the TrackBar control.
Write the name of the class that manages event and layout of every ToolStrip elements?
18,76,764
1958626 Asked
3,689
Active Tutors
1430276
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!