This package contains the core SmartFormat assemblies with core extensions built-in,
and includes references to additional SmartFormat.Extensions packages.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive...
More information
This package contains the core SmartFormat assemblies with core extensions built-in.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format.
It uses extensions to provide named...
More information
Implementation of rational number arithmetic for .NET with arbitrary precision.
Supported features:
- implicit conversions - rationals integrate seamlessly with other number types
- unlimited precision - rationals use BigInteger inside
- canonical form - each rational can have its canonical form...
More information
Entity Framework (EF) Core Cacheable is a high performance second level query cache extention library, for the popular Entity Framework data access technology.
It provides caching functionality for all types of query results. Based on expression tree and parameters, the context decide rather to...
More information
This package is a SmartFormat extension for formatting System.DateTime, System.DateTimeOffset and System.TimeSpan types.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format.
It...
More information
This package is a SmartFormat extension for formatting Newtonsoft.Json types.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format.
It uses extensions to provide named...
More information
This package is a SmartFormat extension for formatting System.Text.Json types.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format.
It uses extensions to provide named...
More information
This package is a SmartFormat extension for reading and formatting System.Xml.Linq.XElement
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format.
It uses extensions to provide...
More information
Library that enables applications to communicate with gRPC services using code-first approach, helps to get around some limitations of gRPC protocol. Provides exception handling. Helps to migrate existing WCF solution to gRPC with minimum effort.