What is mean by dll file in dot net?

1 answer

Answer

1169523

2026-08-18 03:00

+ Follow

DLL - Dynamic-link library is the compiled project code.

Computer work in binary code. Programmers write code in English.

The complier transforms the English written code into binary.

All of the pages of code the programmer writes are transformed into one file.

This file is named XXXXX.dll

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.