what is DLL Hell and how it is solved in .NET?
Answer Posted / imtiyaz chanderki
Windows Registry can not 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 ? | 177 Yes | 27 No |
Post New Answer View All Answers
Explain different authentication modes in asp.net?
What is the question mark in a url?
How many types of sessions are there in asp net?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
Explain weak typing and strong typing.
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Explain Session state management options in ASP.NET.
What is the difference between dispose() and finalize()?
What is difference between datalist and gridview?
Explain about consistent programming model in the .NET framework?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is IPostBack? How to use it?
what is publisher?
What are the differences between clr & cts?