-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Marek Fišera edited this page Aug 7, 2015
·
23 revisions
This repository contains base framework libraries which are used as mscorlib extensions.
- Activators
- Behaviors (Neptuo.Behaviors)
- Bootstrap (Neptuo.Bootstrap)
- Compilers
- Converters
- Exceptions
- FileSystems
- Identifiers
- Localization
- Logging
- Migrations (Neptuo.Migrations)
- Models (Neptuo.Models)
- Models.Features (Neptuo.Models.Features)
- Observables (Neptuo.Observables)
- PresentationModels (Neptuo.PresentationModels)
- Reflection
- Services.Commands (Neptuo.Services.Commands)
- Services.Deleters (Neptuo.Services.Deleters)
- Services.Events (Neptuo.Services.Events)
- Services.Jobs (Neptuo.Services.Jobs)
- Services.Operations (Neptuo.Services.Operations)
- Services.Queries (Neptuo.Services.Queries)
- Services.Validators (Neptuo.Services.Validators)
- StateMachines
- Tokens
Neptuo
Main assembly used in all projects is Neptuo.dll. This assembly contains reusable multi-purpose contracts and implementations. The only reference is to System.Core and never any other reference will be added. So adding this assembly to a project doesn't trigger adding any dependencies.