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   SiteMap shows list of All Categories in this site.
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
 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 ?    1 Yes 0 No
Neelima
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist. Netsweeper3
what is session ?how sessions are handeled in application? write the clauses of sql server in their order. Olive-Tech2
Can session variables be accessed from code-behind? Microsoft2
what is Disco?what it will do? Microsoft1
What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?  3
Is it possible to use two versions of assembly at the same time?If possible explain with code? Tech-Mahindra2
What is sequence of code in retrieving data from database? Accenture3
How to merge 2 tables fields in DataTable in asp.net Wipro3
IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.  1
which one is faster execute reader, scalar, execute non query ? Minecode13
What is difference between machine.config and Web.Config? Accenture3
How do you perform validations ? Microsoft1
Can you edit data in the Repeater control?  8
Is data can be edited in the Repeater control?  2
what is the difference b/w .net 1.1 and 2.0 ? Polaris1
How do you register the .Net Component or Assembly? Accenture1
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions. Syntax-Softtech2
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?  5
What is the function of the CustomValidator? a) It allows for custom C# client-side code to validate entries in a control. b) It allows for a custom mixture of validator controls to use one central control for the display of messages. c) It uses scripted client-side code to validate the entry in a control. d) It uses server-side code to validate the entry in a control. Syntax-Softtech1
Compare and contrast between inline and code behind - which one is best?  1
 
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