Describe and In Process Vs Out of Process component. Which
is faster?

Answer Posted / swapna

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 ?    24 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can master pages be nested?

508


What is autopostback in dropdownlist in asp net?

523


What is use of Master Page in ASP.NET web pages?

619


How is the asp.net mvc architecture different from others? : asp.net mvc

475


How do we implement bundling in MVC?

583






How would you turn off cookies on a page of a website?

500


Write code to send e-mail from an asp.net application?

541


Why SessionID changes in every request in asp.net?

544


If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?

518


What is the difference between Classic ASP and ASP.Net?

524


Can you use Web API with ASP.NET Web Form?

684


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1605


Explain the asp.net page life cycle.

549


how to transfer the file from client to server using asp.net

583


Which method is used to force all the validation controls to run?

542