Create a new .NET project and work with dependencies

Beginner
Developer
Student
.NET

Use dependencies from the NuGet registry to develop .NET applications faster. Learn how to manage dependencies for your project.

Learning objectives

After you complete this module, you'll be able to:

  • Initialize .NET projects.
  • Add packages to and remove packages from a .NET project.
  • Manage your package dependencies and update them in a predictable way.

Prerequisites