Skip to content
Oleg Karasik edited this page Dec 3, 2019 · 37 revisions

Welcome to the CoherentSolutions.Extensions.Hosting.ServiceFabric project Wiki!

Here you can find technical information, tutorials and sample applications.

About

CoherentSolutions.Extensions.Hosting.ServiceFabric is an extension to existing HostBuilder. The idea is to simplify configuration of Reliable Services by removing unnecessary code and improving separation of concerns.

Getting Started

  • Defining Services - this page describes how to configure services, event handlers, background jobs and endpoints.

Understanding the Project

  • Naming Conventions - this document describes naming and behavior conventions.
  • Understanding Logging - this document describes how build-in logging capabilities work and how they can be configured and customized.
  • Understanding Dependency Injection - this document describes how build-in dependency injection capabilities work and how the can be configured and customized.

Samples