Buy Questpond's video subscriptions on
huge discount
.
Online: 2678
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
.NET Framework
>
Loading ...
Where are Shared Assemblies stored?
Posted by
Sabarimahesh
on 4/17/2012 | Category:
.NET Framework Interview questions
| Views: 13134 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
In a stack.
In the Global Assembly Cache
In the Debug Folder
Queue.
All Above
Shared Assemblies stored in the Global Assembly Cache
Show Correct Answer
Source:
Quiz |
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What is the difference between primary key and uni ...
Next > :
Which is the most important component of the fram ...
Comments or Responses
Posted by:
Pykhairnar4u
on: 4/18/2012 |
Points: 10
Shared assemblies stored in GAC (Global Assembly Cache).
gacutil command is used to install assemblies into GAC
E.g
gacutil /i mytest.dll
Login to post response
More Interview Questions by Sabarimahesh
Which is the most important component of the framework?
Which of the following is not a part of OOPs?
Which sign does jQuery use as a shortcut for jQuery?
How Will You Get Textbox Value in Javascript?
Which OS does the .NET Framework run on?
Can multiple catch blocks be executed for a single try statement? In o ...
How You Can create a string reference?
How Many User connections Possible in SQL Server Database Engine objec ...
Latest Interview Questions
Is it possible to write more than 2 sql statements in a stored procedu ...
I have a VIEWSTATE["Test"] in my Page, I am Refreshing Page ...
How can I encrypt sensitive data in the WCF configuration file?
What is Coalesce?
Syantax to create a stored procedure.
What is syntax to execute a stored procedure?
What is the syntax to create a table?
Can we write return statement in finally block?
More ...