Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.27 KB

quickstart.md

File metadata and controls

41 lines (24 loc) · 1.27 KB

ComposerCore Quick Start Guide

Installing ComposerCore

ComposerCore is published on nuget.org and doesn't have any external dependencies, so you can easily add it to your project.

  • Package Manager:

    • Install-Package ComposerCore
  • .NET CLI:

    • dotnet add package ComposerCore
  • Paket CLI:

    • paket add ComposerCore

Using ComposerCore

See these examples to get to up and running fast with ComposerCore:

Further reading

Check out the following topics in the documentation to develop a mindset about what ComposerCore can do, and make sure you know what you're doing when adding ComposerCore to your mix:

  • Concepts - basic concepts introduced or used by ComposerCore
  • IComponentContext - APIs for registering components
  • IComposer - APIs for querying for components
  • Fluent API - Fluent APIs for registering and configuring components

To check-out all documentation topics, see Table of Contents