andrerav
NuGet publisher profile
Packages (26)
Mapster
A fast, fun and stimulating object to object mapper. Kind of like AutoMapper, just simpler and way, way faster.
Mapster.Core
Lightweight library for Mapster and Mapster CodeGen
Mapster.DependencyInjection
Dependency Injection supports for Mapster
Mapster.EFCore
EFCore plugin for Mapster
ExpressionDebugger
Step into debugging from linq expressions
ExpressionTranslator
Translate from linq expressions to C# code
Mapster.Async
Async supports for Mapster
Mapster.JsonNet
Json.net conversion supports for Mapster
Mapster.Tool
Tool to generate object mapping using Mapster
Mapster.Immutable
Immutable collection supports for Mapster
NHibernate.Spatial.MsSql
NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.
NHibernate.Spatial.PostGis
NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.
AnNa.SpreadsheetParser.EPPlus
Advanced National Networks for Administrations
AnNa.SpreadsheetParser.SpreadsheetGear
Advanced National Networks for Administrations
Mapster.EF6
EF6 plugin for Mapster
NHibernate.Spatial.MySQL
NHibernate.Spatial is a library of spatial extensions for NHibernate, and allows you to connect NHibernate to a spatially-enabled database and manipulate geometries in .NET code using NetTopologySuite, providing you with a fully integrated GIS programming experience.
NHibernate.FullText
Provides fulltext query capabilities to NHibernate. Includes LINQ provider. See https://github.com/andrerav/NHibernate.FullText for how-to.
Iso.Validators
This library contains validation methods for data which can be validated against defined ISO standards. Supported standards: ISO 6346 (BIC), ISO 27729 (ISNI), ISO 2108 (ISBN 10+13). ISO Logo copyright © ISO.
Geohash.SpatialIndex.Core
A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision parameter. The geohasher and prefix tree map providers can be injected by implementing the IGeohasher and/or IGeohashTrieMap interfaces.
Geohash.SpatialIndex.SpatialRelations
A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision parameter. The geohasher and prefix tree map providers can be injected by implementing the IGeohasher and/or IGeohashTrieMap interfaces. This package provides common spatial operations that can be used on an index, such as STContains(), STIntersects(), and so on. A complete overview is available at the project site.
Geohash.GeoRaptor.CLI
A geohash compression library for efficiently reducing the size of large geohash collections. This package is a port of GeoRaptor from Python to C# and provides the ability to compress collections of geohashes to save space.
Geohash.GeoRaptor
A geohash compression library for efficiently reducing the size of large geohash collections. This package is a port of GeoRaptor from Python to C# and provides the ability to compress collections of geohashes to save space.
ConcurrentTrieMap
A fast concurrent trie map implementation
MapCSS.NET
MapCSS parser and styling engine for .NET.
Geohash.Polyhasher
Converts geometries such as polygons and linestrings to optimized sets of geohashes. This is the NuGet library package which will let you encode geometries as sets of geohashes programmatically.
Geohash.Polyhasher.CLI
Converts geometries such as polygons and linestrings to optimized sets of geohashes. This is the NuGet/dotnet command line tool which will let you encode geometries as sets of geohashes on the command line.