What is the GAC? What problem does it solve?

Answers were Sorted based on User's Feedback



What is the GAC? What problem does it solve? ..

Answer / neetu

GAC is known as Global Assembly Cache.

Is This Answer Correct ?    12 Yes 0 No

What is the GAC? What problem does it solve? ..

Answer / sk

GAC allows multiple applications to use the same dll

Is This Answer Correct ?    10 Yes 2 No

Post New Answer

More Programming Languages AllOther Interview Questions

what is the work of 1tier,2tier,&ntier? Plz Explain it!

0 Answers  


What are the Short cut Keys of Tally ERP?

0 Answers  


how many languages .net is supporting now?

4 Answers  


Find out the list of authorization objects which contains activity as a field? Thanks in advance.

0 Answers  


what are the activities you enjoy most and How do you see these Developing in the Future with Reference to in your work life and in your personal life

0 Answers  






Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout

0 Answers  


What is the difference between in-proc and out-of-proc?

2 Answers   Oracle,


how will you code the subfile which is in editing mode (multiple case subfile)?

0 Answers   Bank Of America,


what is throws keyword

1 Answers   IBM,


What do you mean by text editor?

1 Answers   Infosys,


write a program for finding the union of two integer array in java?

2 Answers  


what is difference between IF-ELSE-ENDIF and IIF.

2 Answers  


Categories