Castle.Windsor
by: Castle Project Contributors
- 5,219k total downloads
- Latest version: 5.1.1
Castle Windsor is best of breed, mature Inversion of Control container available for .NET.
Castle.Core
by: Castle Project Contributors
- 5,098k total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Aspose.Words
by: Aspose
- 1,18k total downloads
- Latest version: 25.7.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.
AspNetCore.SassCompiler
by: koenvzeijl, sleeuwen, Michaelvs97
- 128 total downloads
- Latest version: 1.97.1
Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler
Blazor.Bootstrap
by: Vikram Reddy
- 135 total downloads
- Latest version: 3.5.0
Blazor Bootstrap is a component library built on top of Blazor and Bootstrap5 CSS framework.
Cassette
by: Andrew Davey
- 3 total downloads
- Latest version: 2.4.2
Important: This is just the core library for Cassette. You probably want to install the Cassette.Aspnet package for ASP.NET support.
Cassette.Aspnet
by: Andrew Davey
- 3 total downloads
- Latest version: 2.4.2
ASP.NET support for Cassette. Cassette automatically builds JavaScript, CSS and HTML template modules based on the dependencies between files. CoffeeScript and LESS are also supported.
bootstrap
by: The Bootstrap Authors
- 8 total downloads
- Latest version: 5.3.5
The most popular front-end framework for developing responsive, mobile first projects on the web.
AutoMapper
by: Jimmy Bogard
- 2 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.
Autofac
by: Autofac Contributors
- 1 total downloads
- Latest version: 4.6.2
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.Mvc5
by: Autofac Contributors
- 1 total downloads
- Latest version: 4.0.2
ASP.NET MVC 5 Integration for Autofac
Autofac.Owin
by: Autofac Contributors
- 1 total downloads
- Latest version: 4.2.0
OWIN 3.0+ Integration for Autofac
Autofac.WebApi2
by: Autofac Contributors
- 1 total downloads
- Latest version: 4.1.0
ASP.NET Web API 2.2 Integration for Autofac
Autofac.Mvc5.Owin
by: Autofac Contributors
- 1 total downloads
- Latest version: 4.0.1
OWIN support for the ASP.NET MVC 5 Integration for Autofac
BuildWebCompiler
by: Mads Kristensen
- 2 total downloads
- Latest version: 1.12.405
Compiles LESS, Sass, JSX and CoffeeScript files
BuildBundlerMinifier
by: Mads Kristensen
- 1 total downloads
- Latest version: 2.5.357
Bundles and minifies CSS, JS and HTML files
AutoFixture
by: Mark Seemann, AutoFixture
- 960 total downloads
- Latest version: 4.18.1
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
Aspose.Drawing.Common
by: Aspose
- 1 total downloads
- Latest version: 23.11.0
Cross-platform System.Drawing.Common alternative. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies.
Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows.
Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service.
With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
AsyncAwaitBestPractices
by: Brandon Minnick, John Thiriet
- 1 total downloads
- Latest version: 6.0.4
Extensions for System.Threading.Tasks
Includes extension methods to safely fire-and-forget a Task and/or a ValueTask
Includes WeakEventManger which avoids memory leaks when events are not unsubscribed