.NET Applications and Tools covers what you need to know to create .NET applications. You learn about the .NET CLI and create a Hello World application using C# 9 top-level statements.
This chapter contains the following code samples:
- HelloWorld (.NET Core Console App)
- WebApp (Tool-generated ASP.NET Core MVC Web App)
- SelfContainedHelloWorld (Console App configured for self-contained deployment)
- TrimmedHelloWorld
For code comments and issues please check Professional C#'s GitHub Repository
Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.
Thank you!