Chirag Satasiya
What is a .DLL and .EXE files called in .NET?
By Chirag Satasiya in .NET on Nov 19 2016
  • Manav Pandya
    Feb, 2017 9

    .dll is for reusable component and .exe is executable files

    • 1
  • Mukesh Kumar
    Sep, 2017 4

    DLL has no main method Exe has main

    • 0
  • Chirag Satasiya
    Nov, 2016 19

    It’s called an assembly.Whenever we create any program in .NET it generates an assembly.Assemblies will either have an extension of .DLL or .EXE.Good to know: For example if we compile a windows or console application, we generate a file with an .EXE extension, where as when we compile a web or Class library project we get a file with .DLL extension.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS