Skip to main content

Third party libraries

Development

  • AutoMapper AutoMapper is an object-object mapper. Object-object mapping works by transforming an input object of one type into an output object of a different type.

  • Entity Framework Core Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology.

  • Json.NET Popular high-performance JSON framework for .NET

  • Polly Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.