Top 20 NuGet base Packages

Useful Types: Log, DefaultLogger, ILogAdapter
Useful Types: Cache, DefaultCache, ICache Generally useful for unit testing when you want to be able to control the inner state of a class. Replace internal state with injected caches and mock the return values. Addtional timed cache method allows for timed expiration (removal from cache) of cach...
Provides helper extensions for various base types
Base test classes for Bedrock Application Framework
Proyecto que contiene las clases bases para repositorio en Fenix
Wrh3rd base library.
SeedWork project contains base classes and interfaces that you can use as a base for your domain entities and value objects.
Exceptions project contains base exception and typed exception that you can use in order to throw errors known to the domain. In a webapi, a handler will capture these errors and generate a formatted output.
Domain project contains entities and value objects widely used in various brazilian business domains.
Abstractions project contains interfaces that you may use to implement authentication and authorization logic and to transform user claims principal into a rich domain entity.
The Andgasm API.Core library provides generalised base classes that can be utilised by any Web API controller; Request helpers
Xamarin Android bindings for the Accengage GPS Base plugin
Serialization of Exceptions project contains common classes for DTO purposes during exceptions serialization and deserialization in an exception handling. In case of a business error, the DTO BadRequestError reflect CoreException properties that can be displayed externally; in case of a system error...
Core classes and interfaces that support ScaleOut Digital Twins™.
Useful Types: JsonConfig, IJsonConfigurationProvider Use JsonConfig.AddJsonProvider(json) to add a provider to the static Rayson.Configuration.Config.