Humanizer
by: Mehdi Khalili Claire Novotny
- 0 total downloads
- Latest version: 2.9.9
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
itext7.bouncy-castle-adapter
by: Apryse Software
- 0 total downloads
- Latest version: 8.0.2
Bouncy-castle adapter module
JetBrains.Annotations
by: JetBrains
- 2 total downloads
- Latest version: 2025.1.0-eap1
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
libsodium
by: Frank Denis
- 1 total downloads
- Latest version: 1.0.18
Internal implementation package not meant for direct consumption. Please do not reference directly.
LinqKit.Core
by: Joseph Albahari Tomas Petricek Scott Smith Tuomas Hietanen Stef Heyenrath
- 2 total downloads
- Latest version: 1.2.7
LinqKit.Core contains extensions for LINQ to SQL and Entity Framework. Note that Include(...), IAsync and IDbAsync are not supported.
LiveCharts.Wpf
by: Beto Rodriguez
- 3 total downloads
- Latest version: 0.9.7
Simple, flexible, interactive and powerful data visualization for Wpf
MahApps.Metro
by: Jan Karger Dennis Daume Brendan Forster Paul Jenkins Jake Ginnivan Alex Mitchell
- 4 total downloads
- Latest version: 1.5.0
The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a "Metro" or "Modern UI" for their WPF4+ apps, with minimal effort.
MaterialDesignThemes
by: James Willock
- 29 total downloads
- Latest version: 5.3.1-ci1180
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.
MessagePack
by: neuecc
- 1 total downloads
- Latest version: 1.2.2
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc aarnott
- 5 total downloads
- Latest version: 3.0.111-alpha
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
Microsoft.AspNet.WebApi.Core
by: Microsoft
- 6 total downloads
- Latest version: 5.3.0-preview1
This package contains the core runtime assemblies for ASP.NET Web API. This package is used by hosts of the ASP.NET Web API runtime. To host a Web API in IIS use the Microsoft.AspNet.WebApi.WebHost package. To host a Web API in your own process use the Microsoft.AspNet.WebApi.SelfHost package.
Microsoft.AspNetCore.Antiforgery
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication.Cookies
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.JwtBearer
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.OpenIdConnect
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
ASP.NET Core data protection abstractions.
Commonly used types:
Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
Microsoft.AspNetCore.DataProtection.IDataProtector
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft.AspNetCore.Hosting.Abstractions
- 1 total downloads
- Latest version: 1.0.1
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder.
Commonly used types:
Microsoft.AspNetCore.Builder.IApplicationBuilder
Microsoft.AspNetCore.Http.HttpContext
Microsoft.AspNetCore.Http.HttpRequest
Microsoft.AspNetCore.Http.HttpResponse
Microsoft.AspNetCore.Mvc
by: Microsoft
- 6 total downloads
- Latest version: 1.1.8
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.