This guide will help you understand .NET assemblies and access modifiers by building a multi-project solution from scratch.
- How assemblies work in .NET
- Difference between
public
,internal
, andprivate
access modifiers - How to reference assemblies and use their public APIs
- Why
internal class Program
is used in modern .NET