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.
Define the terms Web server controls and Custom user Controls in Asp.net?
Write the importance of the Button control?
By Visual Studio in ASP.Net, illustrate namespaces which are imported automatically?
How can we programmatically prevent the Combobox from dropping, in the .NET 4.0?
Write the difference between Arrays and Collection?
Explain the various Visual Basic features which support LINQ?
How the cursor can be programmatically positioned on a given line or on a character in the RichTextBox control in C#?
Describe regarding the Visual basic.NET culture in brief.
Illustrate the terms User Control as well as Custom Control?
Describe briefly LINQ (Language Integrated Query)?
18,76,764
1955267 Asked
3,689
Active Tutors
1449420
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!