Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 825 Bytes

File metadata and controls

16 lines (10 loc) · 825 Bytes

Readme - Code Samples for Chapter 1, .NET Applications and Tools

.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!