Castle.Windsor
by: Castle Project Contributors
- 3,671k 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
- 3,586k total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Blazor.Bootstrap
by: Vikram Reddy
- 128 total downloads
- Latest version: 3.4.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
- 751 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.
CommunityToolkit.Mvvm
by: Microsoft
- 8 total downloads
- Latest version: 8.4.0
This package includes a .NET MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
- RelayCommand: a simple delegate command implementing the ICommand interface.
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
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
ClosedXML
by: Francois Botha, Aleksei Pankratev, Manuel de Leon, Amir Ghezelbash
- 1 total downloads
- Latest version: 0.95.4
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
CommonServiceLocator
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 2.0.7
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.