Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 917 Bytes

File metadata and controls

23 lines (13 loc) · 917 Bytes

Readme - Code Samples for Chapter 14, Libraries, Assemblies, Packages, and NuGet

Libraries, Assemblies, Packages, and NuGet explains the differences between assemblies and NuGet packages. In this chapter, you learn how to create NuGet packages and are introduced to a new C# feature, module initializers, which allow you to run initial code in a library.

This chapter contains the following code samples:

  • ConsoleApp (Project-file definitions)
  • UsingLibs
    • SampleLib (library to be used with console app)
    • ConsoleApp
  • CreateNuGet
    • SampleLib
    • ConsoleApp

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!