DEV Community

Discussion on: What is a DLL in Web Development?

Collapse
 
david_j_eddy profile image
David J Eddy

Might want to add a note about this being aimed at Windows / .NET. In my prev. career as a FOSS dev. I never came across DLLs, they generally do not exist in the *nix world.

Also, nice to see Windows devs also run into dependency hell...ugg.

Collapse
 
kayis profile image
K

Aren't they simply called *.so in Unix/Linux instead of *.dll?

Collapse
 
david_j_eddy profile image
David J Eddy

You are correct, in the *nix world they are *.so; though I imagine the internals are different the usage is the same. @Milecia McG maybe note this for the un-informed? (Like I was until about 5 minutes ago :D.)

Thread Thread
 
equiman profile image
Camilo Martinez • Edited

Now with .Net Core when build a ploject always generate .dll files even on *nix

Collapse
 
arasheedu profile image
Rasheed

And I thought only Windows devs run into dependency hell :-)