Just random notes regarding .NET
- CLR = Common Language Runtime
- FCL = Framework Class Library
- BCL = subset of FCL
- ASP.NET is a part of the FCL
Windows: Assembly type Class Library produces .dll files / .exe is another type of Assembly. DLLs do not have an entry point (No Main()) so can’t be run on their own.
Leave a Reply