HI WELCOME TO SIRIS

Difference between EXE and DLL

Leave a Comment


1. .EXE is an executable file and can run by itself as an application, where as .DLL is usually consumed by a .EXE or by another .DLL and we cannot run or execute .DLL directly.

2. For example, In .NET, compiling a Console Application or a Windows Application generates .EXE, where as compiling a Class Library Project or an ASP.NET web application generates .DLL. In .NET framework, both .EXE and .DLL are called as assemblies.

3. .EXE stands for executable, and .DLL stands for Dynamic Link Library

If you are aware of any other differences please post them using the form below.

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.