-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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.
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.
-
Defining Services - this page describes how to configure services, event handlers, background jobs and endpoints.
- Defining Delegates - this page describes how to configure event handlers and background jobs.
- Defining Listeners - this page describes how to configure endpoints.
- 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.
- Configuring Service - this sample demonstrates how to configure a stateful service.
- Configuring Multiple Service - this sample demonstrates how to configure multiple services within one service package.
- Configuring Custom Event Source - this sample demonstrates how to use configure custom event source to be used for logging and tracing purposes.
- Using Hierarchical Dependency Registration - this sample demonstrates how to use hierarchical dependency registration.
- Reacting On Service Lifecycle: Routine Events - this sample demonstrates how to configure event handlers to react on service lifecycle (routines) events.
- Reacting on Service Lifecycle: Package Events - this sample demonstrates how to configure event handlers to react on service lifecycle (package) events.
- Using Local Runtime for Debugging - this sample demonstrates how to use local runtime feature to debug stateless service locally without deploying it to Service Fabric cluster.
(c) 2021 Coherent Solutions Inc.
GENERAL
GETTING STARTED
UNDERSTANDING THE PROJECT
SAMPLES