dll extension and exe extension files
Illustrate the difference between the .dll extension and .exe extension files?
Expert
The key difference between .dll and .exe is as described below:
.dll is In-process component where it takes up the client's memory space to run. Therefore the communication between the application and component (dll) is extremely fast.
.EXE is Out of process component. It utilizes its own memory (not application memory) to run the component. The communication between application and component is slow whenever compared to the .dll files.
Explain different types of generations in a garbage collector?
What is the requirement of Copy Web Site?
Illustrate the term Namespace also its uses?
State various controls of ASP.NET AJAX?
Name the values that can be allocated to a DialogResult property of the Button control?
What are the different ways to manage state in ASP.Net?
Specify the syntax which is be used to inherit from a class in C#?
List out the different components of an assembly.
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
Explain the MSIL(Microsoft Intermediate Language) ?
18,76,764
1958482 Asked
3,689
Active Tutors
1439609
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!