What is the difference between an EXE and a DLL in Dotnet
Loading
What is the difference between an EXE and a DLL in Dotnet
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Jul 4, 2025, 6:14 PM
Do you understand the difference between an EXE and a DLL, whether .Net or not? I think that is the first topic to understand.
In .Net an exe is called an application and a DLL is called a Class Library. That is the difference in the context of .Net. Not all DLLs are Class Libraries; for example, kernel32.dll and user32.dll definitely are not Class Libraries.
Rajanikant HawaldarPosted Jul 2, 2025, 5:58 AM
https://www.c-sharpcorner.com/blogs/difference-between-dll-and-exe
Sangeetha SPosted Jul 1, 2025, 1:28 PM
main()orWinMain()function as an entry pointnotepad.exe,chrome.exekernel32.dll,user32.dll