Multiple choice technology programming languages

Which of the following are said to be assemblies.

  1. .vb

  2. .dll

  3. .aspx

  4. .exe

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

In .NET, compiled assemblies are packaged as deployment units containing metadata and IL code. These assemblies take the form of either executable (.exe) files or dynamic link library (.dll) files. Source files (.vb) and ASP.NET markup (.aspx) are not assemblies.