Answer Posted / krupali patel
DLL HELL is the problem that occures when an installation
of a newer application might break or hinder other
application as newer DLLs are copied into the system and
the older application do not support or not compatible with
them. .net overcomes this problem by supporting multiple
versions of an assembly at any given time.this is called
side-by-side component versioning.
| Is This Answer Correct ? | 58 Yes | 8 No |
Post New Answer View All Answers
What are different types of api?
Explain about the Class view window?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How long the items in ViewState exists?
Is asp.net and .net same?
How does session id work?
Which asp.net objects encapsulate the state of the client and the browser?
What is work flow gen? how can it will work with .Net?
How to display Alert in ASP.NET
Where is the view state data stored?
What is the difference between abstract class vs interface? Can give me the real time examples?
How can exception be handled with out the use of try catch?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is a 401 redirect?
What is the difference between adding reference in solution explorer and adding references by using ?