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                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
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
Describe and In Process Vs Out of Process component. Which
is faster?
 Question Submitted By :: Meenu
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Describe and In Process Vs Out of Process component. Which is faster?
Answer
# 1
An inprocess is one which runs in the same process area as 
that of the client giving tha advantage of speed but the 
disadvantage of stability becoz if it crashes it takes the 
client application also with it.

Outprocess is one which works outside the clients memory 
thus giving stability to the client, but we have to 
compromise a bit on speed.

Inprocess is faster than outprocess.
 
Is This Answer Correct ?    11 Yes 0 No
Swapna
 
  Re: Describe and In Process Vs Out of Process component. Which is faster?
Answer
# 2
An in-process component is implemented as a DLL, and runs in
the same process space as its client app, enabling the most
efficient communication between client and component.Each
client app that uses the component starts a new instance of it.

An out of process component is implemented as an EXE, and
unlike a dll, runs in its own process space. As a result,
exe’s are slower then dll’s because communications between
client and component must be marshalled across process
boundaries. A single instance of an out of process component
can service many clients.
 
Is This Answer Correct ?    8 Yes 3 No
Vivek
 
 
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
how to write code for role based security  2
What is web.config. How many web.config files can be allowed to use in an application? Accenture5
How can you get public key information? Microsoft1
Types of authentications in ASP.NET ? Accenture5
How will u decide when to use caching and when to use viewstate?  3
Types of caching ? Digital-GlobalSoft1
what is generics? Microsoft2
What is three major points in WCF?  4
after which page life cycle event all properties of control will be "fully loaded " FactorH9
What is viewstate? Microsoft4
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?  1
What?s the difference between Response.Write() andResponse.Output.Write()? Atos-Origin5
How to consume a webservice in a windows application without adding through the web reference? 247Customer1
Where does Web.Config Info stored? Will this be stored in the registry? Accenture1
what is diffgram ?  1
How we can kill our Session in web farm where there is no any sticky server .And user can not Logout bcoz of that.  1
What is the relationship between IIS and ASP.NET in the generation of dynamic Web sites?  1
how to add cliet side event to server side? and how to register client script to sever side? wt difference these two PSI-Data-Systems3
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
Can a master page inherit another master page? Emphasis8
 
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