Abp by: Abp
  • 4 total downloads
  • Latest version: 1.1.1
  • asp.net asp.net mvc boilerplate application framework web framework framework domain driven design
Abp
Abp.ZeroCore by: Abp.ZeroCore
  • 13 total downloads
  • Latest version: 5.12.0
  • asp.net asp.net mvc boilerplate application framework web framework framework domain driven design multitenancy user management role management identity
Abp.ZeroCore
AdvancedStringBuilder by: Andrey Taritsyn
  • 2 total downloads
  • Latest version: 0.1.1
  • StringBuilder Pooling Extensions
Contains a simple implementation of the pool and extension methods for string builder.
AntDesign by: James Yeung
  • 756 total downloads
  • Latest version: 2.0.0-nightly-250108132511
  • blazor antblazor ant-design ant-design-blazor
🌈 A set of enterprise-class UI components based on Ant Design and Blazor.
Antlr by: Sam Harwell Terence Parr
  • 133 total downloads
  • Latest version: 3.5.0.2
ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
Antlr3.Runtime by: Sam Harwell Terence Parr
  • 4 total downloads
  • Latest version: 3.5.2-rc1
  • antlr antlr3 parsing
The runtime library for parsers generated by the C# target of ANTLR 3. This package supports projects targeting .NET 2.0 or newer, and built using Visual Studio 2008 or newer.
Antlr4.Runtime.Standard by: Eric Vergnaud Terence Parr Sam Harwell
  • 1 total downloads
  • Latest version: 4.7.1
  • antlr parsing grammar
The standard C# ANTLR 4 runtime from the ANTLR Organization
Ardalis.GuardClauses by: Steve Smith (@ardalis)
  • 19 total downloads
  • Latest version: 2.0.0
  • guard clause clauses assert assertion
A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.
Ardalis.Specification by: Steve Smith (@ardalis) Scott DePouw
  • 4 total downloads
  • Latest version: 1.1.1
  • spec specification repository ddd
A simple package with a base Specification class, for use in creating queries that work with Repository types.
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 138 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
AspectInjector by: Aspect Injector Contributors
  • 261 total downloads
  • Latest version: 2.9.0-pre1
  • aop aspect interceptor injector aot blazor attribute il weaving boundary post-compiler
Attributes-based compile-time AOP framework. Cross-cutting concerns made easy! Just apply your attributes where you need them and everything automagicaly works! No xml configs! No wierd reflection hacks! No runtime emit! Works with AOT and Blazor! See release notes for this version here: https://github.com/pamidur/aspect-injector/releases/tag/2.9.0-pre1
Aspire.Hosting by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.0-preview.2.24162.2
  • aspire hosting
Core API and abstractions for the .NET Aspire application model.
Aspire.Hosting.AppHost by: Microsoft
  • 138 total downloads
  • Latest version: 9.2.0
  • aspire hosting
Core library and MSBuild logic for .NET Aspire AppHost projects.
AspNet.Security.OpenIdConnect.Primitives by: Kévin Chalet
  • 7 total downloads
  • Latest version: 1.1.0
  • aspnetcore authentication openidconnect primitives security
OpenID Connect primitives for the OpenID Connect server middleware.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 3 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
Audit.NET by: Federico Colombo
  • 105 total downloads
  • Latest version: 7.1.3
  • Audit Trail Log
Generate tracking information about an operation being executed.
Autofac by: Autofac Contributors
  • 51 total downloads
  • Latest version: 4.9.4
  • autofac di ioc dependencyinjection
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Autofac.Extensions.DependencyInjection by: Autofac Contributors
  • 12 total downloads
  • Latest version: 4.4.0
  • autofac di ioc dependencyinjection aspnet aspnetcore
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
AutoMapper by: Jimmy Bogard
  • 15 total downloads
  • Latest version: 6.2.2
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AutoMapper.Extensions.Microsoft.DependencyInjection by: Jimmy Bogard
  • 7 total downloads
  • Latest version: 2.0.1
AutoMapper extensions for ASP.NET Core