ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is shared and private assembly?
 Question Submitted By :: Poojitha
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is shared and private assembly?
Answer
# 1
The assembly which is used only by a single application is 
called as private assembly. Suppose you created a DLL which 
encapsulates your business logic. This DLL will be used by 
your client application only and not by any other 
application. In order to run the application properly your 
DLL must reside in the same folder in which the client 
application is installed. Thus the assembly is private to 
your application.

Suppose that you are creating a general purpose DLL which 
provides functionality which will be used by variety of 
applications. Now, instead of each client application 
having its own copy of DLL you can place the DLL in 'global 
assembly cache'. Such assemblies are called as shared 
assemblies.
 
Is This Answer Correct ?    7 Yes 0 No
Neelima
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How do you relate an aspx page with its code behind Page? Accenture2
What is SQL injection?  1
what is generics? Microsoft2
You have been given the task of designing a web services to expose the data that is stored in a database on the server. In order to successfully build the web services, you need to import some namespaces. What is the minimum namespace you need to import? a) System.Web b) System.WebServices c) System.Web.Services d) System.Web.ServiceModel Syntax-Softtech2
What is shared and private assembly? Accenture1
How do you add a javascript function for a link button in a datagrid ? Microsoft4
What namespaces are imported by default in ASMX files?  2
What Name space does the web page belon in the .net framework class hierarchy? Wipro1
which event in global.asx that fires for every request of same user? FactorH3
2. Why did you choose this career? Swatz-Oils1
What is the main difference between grid layout and flow layout?  1
What is CLS? PrimeLine1
What is three major points in WCF?  4
Which two properties are there on every validation control?  2
Can you store dataset in viewstate? Microsoft3
Way of updating a table other than stored procedure and hard coded query?  2
Name the control which can be used to reserve the space on web page for storing localized data. IBM2
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element. Syntax-Softtech5
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents. Syntax-Softtech1
What r all the controls in ASP.NET ?  3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com