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.
Write down some of the benefits of hosting WCF service in the WAS?
Name the interface that executes the standard query operators in the LINQ?
Explain about pixels, points, and em's whenever fonts are exhibited?
State the advantages Web services have over the Component Object Model (COM) and also the Distributed Component Object Model (DCOM)?
What do you understand by the term ASP.NET Web Forms?
State the types of workflow in the WF?
Define the terms Web server controls and Custom user Controls in Asp.net?
Is it possible to declare a private class in a namespace?
Define Windows Workflow Foundation (WF)?
Differentiate between SQL invalidation and SQL notification?
18,76,764
1934458 Asked
3,689
Active Tutors
1443076
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!