AspectCore.Abstractions by: Lemon
  • 81 total downloads
  • Latest version: 2.4.0
  • DynamicProxy Aop Aspect AspectCore Interceptor
The abstract design of the AspectCore framework.
AspectCore.Core by: Lemon
  • 59 total downloads
  • Latest version: 2.4.0
  • DynamicProxy Aop Aspect AspectCore Interceptor
The implementation of the AspectCore framework.
AspectCore.Extensions.DependencyInjection by: Lemon
  • 86 total downloads
  • Latest version: 2.4.0
  • DynamicProxy Aop DependencyInjection AspectCore
Interceptor and dynamicProxy support for Microsoft.Extensions.DependencyInjection via AspectCore Framework.
AspectCore.Extensions.Reflection by: Lemon
  • 57 total downloads
  • Latest version: 2.4.0
  • Reflection Aop DynamicProxy
Reflection extension system for AspectCore Framework.
AspNet.Security.OAuth.Gitee by: HahaMango
  • 52 total downloads
  • Latest version: 9.3.0
  • aspnetcore authentication gitee oauth security
ASP.NET Core security middleware enabling Gitee authentication.
AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 25 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OAuth.Weixin by: zhengchun Chino Chang
  • 178 total downloads
  • Latest version: 9.4.0
  • aspnetcore authentication oauth security weixin
ASP.NET Core security middleware enabling Weixin authentication.
AspNet.Security.OpenIdConnect.Extensions by: Kévin Chalet
  • 42 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect extensions for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Primitives by: Kévin Chalet
  • 22 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication openidconnect primitives security
OpenID Connect primitives for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Server by: Kévin Chalet
  • 22 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect server middleware for ASP.NET Core.
AspNetCore.SassCompiler by: koenvzeijl sleeuwen Michaelvs97
  • 136 total downloads
  • Latest version: 1.89.2
  • sass scss aspnetcore dart-sass compiler watch blazor
Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler
Aspose.Cells by: Aspose
  • 408 total downloads
  • Latest version: 25.5.0
  • Excel XLS XLSX XLSB CSV PDF JPG PNG HTML ODS Numbers XLSM OOXML Spreadsheet Markdown XPS DOCX PPTX MHTML JSON SVG TIFF eBook Repair
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
Aspose.Words by: Aspose
  • 345 total downloads
  • Latest version: 25.6.0
  • Aspose.Words .NET C# AI summarize translate Word DOCX DOC RTF ODT PDF HTML Markdown API SDK NuGet convert edit render create compare merge split generate reports mail automation text extraction cloud web desktop
Aspose.Words for .NET is a powerful, high-performance document processing library for creating, editing, converting, and rendering Word and PDF files in C#. It supports DOCX, DOC, RTF, ODT, HTML, PDF, Markdown, and over 30 formats. Designed for .NET developers, it enables advanced document automation, mail merge, text extraction, and report generation. Aspose.Words ensures high fidelity in document conversion, seamless API integration, and cross-platform compatibility. Ideal for cloud, web, and desktop applications.
AsyncBridge by: Daniel Grunwald Omer Mor Alex Davies jnm2
  • 10 total downloads
  • Latest version: 0.3.1
  • async await C# language support .NET Framework 3.5 4.0 portable Silverlight net35 net40 sl5
C# 5 async/await support for .NET Framework pre-4.5 This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
AsyncBridge.Net35 by: Daniel Grunwald Omer Mor Alex Davies jnm2
  • 5 total downloads
  • Latest version: 0.3.1
  • async await C# language support .NET Framework 3.5 net35
Deprecated. Use the unified package AsyncBridge instead.
AsyncKeyedLock by: Mark Cilia Vincenti
  • 74 total downloads
  • Latest version: 7.1.6
  • async lock key keyed semaphore striped dictionary concurrentdictionary pooling duplicate synchronization
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 10 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.
Autofac by: Autofac Contributors
  • 156 total downloads
  • Latest version: 8.3.0
  • 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
  • 48 total downloads
  • Latest version: 10.0.0
  • autofac di ioc dependencyinjection aspnet aspnetcore
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Autofac.Extras.DynamicProxy by: Autofac Contributors
  • 24 total downloads
  • Latest version: 7.1.0
  • autofac di ioc dependencyinjection dynamicproxy
Autofac extension for enabling AOP in conjunction with Castle.