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
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Is data edited in the Repeater control?
What language is asp.net written in?
i want the asp.net technical questions and answeres
How will create assesblies at run time?
Is it possible to create web application with both webforms and mvc?
What is the purpose of url encoding?
Can you dynamically assign a Master Page?
Where would you use an ihttpmodule, and what are the limitations if any?
How can we register exception filter globally?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Which method do you use to enforce garbage collection in .net?
Explain the function of new view engine in asp.net? : asp.net mvc
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
What is postback pixel?