Top 20 NuGet Packages

Tool for getting entity properties excepting identifier properties.
Biblioteca para facilitar a programação com reflection. Informações (https://devmartins.github.io/reflectionex/)
Package Description
MarkupExtensions used in UWP apps
Umbarco
Type provider to statically expose reflection information. E.g. verified at compile time and intellisense enabled Methods.System.Console.``WriteLine : string -> unit`` rather than verified at runtime typeof<System.Console>.GetMethod("WriteLine", [| typeof<string> |])
Package Description
Reflection extension and utility methods.
Package Description
Interfaces to implement in order to register services for dependency injection in .NET Core using reflection.
Extensions methods to use reflection in order to register services for dependency injection in .NET Core using reflection.
Reflector is a library for generating lightweight .NET proxies on the fly at runtime
Database framework based on object serialization to XML. This is a project that allows C#/.NET developers to implement simple XML database functionality in their applications. The project is written for .NET Standard 2.0, which is compatible with .NET Core 2.0+ and .NET Framework 4.6.1+. ReflectXM...
Expression and reflection helpers
Reform is an ORM that's extremely easy to use and extend. Stop writing SQL! Use the IReform interface instead. It includes methods like Count, Exists, Select, Insert, Update, Delete, Merge, and even BulkInsert. Reform is fully customizable allowing it to be used even without SQL Server. It puts...