AspectCore.Abstractions
by: Lemon
- 81 total downloads
- Latest version: 2.4.0
The abstract design of the AspectCore framework.
AspectCore.Core
by: Lemon
- 59 total downloads
- Latest version: 2.4.0
The implementation of the AspectCore framework.
- 86 total downloads
- Latest version: 2.4.0
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 extension system for AspectCore Framework.
AspNet.Security.OAuth.Gitee
by: HahaMango
- 52 total downloads
- Latest version: 9.3.0
ASP.NET Core security middleware enabling Gitee authentication.
AspNet.Security.OAuth.Validation
by: Kévin Chalet
- 25 total downloads
- Latest version: 2.0.0
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OAuth.Weixin
by: zhengchun Chino Chang
- 178 total downloads
- Latest version: 9.4.0
ASP.NET Core security middleware enabling Weixin authentication.
AspNet.Security.OpenIdConnect.Extensions
by: Kévin Chalet
- 42 total downloads
- Latest version: 2.0.0
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
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
OpenID Connect server middleware for ASP.NET Core.
AspNetCore.SassCompiler
by: koenvzeijl sleeuwen Michaelvs97
- 136 total downloads
- Latest version: 1.89.2
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
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 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
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
Deprecated. Use the unified package AsyncBridge instead.
AsyncKeyedLock
by: Mark Cilia Vincenti
- 74 total downloads
- Latest version: 7.1.6
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
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 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 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 extension for enabling AOP in conjunction with Castle.