dotarj
NuGet publisher profile
Packages (5)
protobuf-net-data
A library for serializing ADO.NET DataTables and DataReaders into an efficient, portable binary format. Uses Marc Gravell's Google Protocol Buffers library, protobuf-net.
Dapper.Mapper
Dapper.Mapper is an extension to Dapper multi mapping which figures out the relationships between the returned objects and automatically assigns them. Instead of explicitly writing this: 'var employee = connection.Query<Employee, Department, Employee>(sql, (employee, department) => { employee.Department = department; return employee; });' Dapper.Mapper allows you to write this: 'var employee = connection.Query<Employee, Department>(sql);'.
PartialResponse.Core
Partial response (fields) core components.
PartialResponse.AspNetCore.Mvc.Formatters.Json
ASP.NET Core MVC formatter for partial response (fields) JSON output.
WebApi.PartialResponse
ASP.NET Web API formatter for partial response (fields) JSON output.