About the .NET Framework
- 1.
The Software Development Kit (SDK)
The Software Development Kit is required when we wish to create .NET applications, and this is exactly what we will be doing as we complete the chapters in the book. Therefore, we will need to download the Software Development Kit to our computer.
- 2.
.NET runtime
The .NET runtime is used when we wish to run a .NET application. As we develop C# ...