what is DLL Hell and how it is solved in .NET?
Answer Posted / kobra thakur
Registry of operating system is unable to support the
multiple versions of
same com component this is called the dll hell problem.
Dll hell problem is solved by dotnet it allows the
application to specify not only the library it needs to
run but also the version of the assembly
| Is This Answer Correct ? | 24 Yes | 12 No |
Post New Answer View All Answers
What is custom events? How to create it?
What is application and session in asp.net?
What does session_start () do?
What can you do with asp.net?
Which property is used to identify the Page is Post Back in ASP.NET?
How do you hide the columns?
Explain how viewstate is being formed?
How you can add an event handler?
What are the advantages and disadvantages of session?
What is ispostback property?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is a Cookie? Where is it used in ASP.NET?
What does asp.net stand for?
How many types of cache are there?
What are the events in a page life cycle?