.NET Assemblies

In classic Win32 development environments, such as Visual Basic 6 or Visual C++, your source code is parsed by compilers that produce binary executable files that can be immediately interpreted and run by the operating system. This affects both standalone applications and dynamic/type libraries. Actually Win32 applications, built with Visual Basic 6 and C++, used a runtime, but if you had applications developed with different programming languages, you also had to install the appropriate runtimes. In .NET development things are quite different. Whatever .NET language you create applications with, compilers generate an assembly, which is a file containing .NET executable code and is composed essentially by two kinds of elements: ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.