Top 20 NuGet Packages
EntityFramework.Functions library implements Entity Framework code first support for
- Stored procedures (with single result type, multiple result types, output parameter),
- Table-valued functions (returning entity type, complex type),
- Scalar-valued functions (composable, non-composable),
- A...
Supports events for entity inserting, inserted, updating, updated, deleting, and deleted. Also events on insert failure, update failure, and delete failure.
Testing helpers for using Moq with EntityFramework.
EPPlus.Core is an unofficial port of the EPPlus library to .NET Core.
Generate Equals, GetHashCode and operator methods from properties for classes decorated with an [Equals] Attribute.
ArcGIS Maps SDK for .NET components and controls for spatial data visualization in your Windows desktop apps built with the Windows Presentation Foundation (WPF) UI framework. Includes a 2D MapView, 3D SceneView, a Callout control for the display of information, and platform-specific image support.
Exceptionless client for ASP.NET Core. Exceptionless is a cloud based error reporting service that sends your exceptions to https://exceptionless.com and provides aggregated views and analytics.
Extension for Entity Framework Npgsql for Bulk Copy
ExtentReports .Net Standard
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#. This package bundles all extensions.
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast. Fastmember re-compiled for .NetCore
Simple, reliable feature toggles in .NET
Xamarin Library to load images quickly and easily on Xamarin.Forms.
Ensure you call CachedImageRenderer.Init() on each platform!!!
Features:
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views us...
Xamarin Library to load images quickly and easily.
Features:
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views using the same image source (url, path, resource) will use only one bitmap which is...
Authenticate a user via fingerprint, face id or any other biometic / local authentication method from a cross platform API.
C# bindings for Firebase APIs A/B Testing iOS Library
Send emails via MailGun using their REST API
Send emails via SendGrid using their REST API
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, yo...