How is meant by DLL in .NET?
Submitted by: AdministratorA DLL (Dynamic Link Library) in .NET is a file that can be loaded and executed by programs dynamically. Basically it's an external code repository for programs. Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space. A synonym for a DLL would be library in .NET
Submitted by: Administrator
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | Creating a Key Pair in .NET? |
☺ | Explain what relationship is between a Process, Application Domain, and Application? |
☺ | Before in my VB app I would just load the icons from DLL. How can I load the icons provided by .NET dynamically? |
☺ | What’s the use of System.Diagnostics.Process class in .NET? |
☺ | What is an Intermediate language? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |