Castle.Windsor by: Castle Project Contributors
  • 3,671k total downloads
  • Latest version: 5.1.1
  • castle, windsor, inversionOfControl, DependencyInjection
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 dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Blazor.Bootstrap by: Vikram Reddy
  • 128 total downloads
  • Latest version: 3.4.0
  • Blazor, WebAssembly, BlazorWebAssembly, Bootstrap, Bootstrap5, BlazorBootstrap, BlazorAlert, BlazorAutoComplete, BlazorButtons, BlazorCallout, BlazorCharts, BlazorConfirmDialog, BlazorGrid, BlazorIcon, BlazorImage, BlazorModal, BlazorCheckboxInput, BlazorCurrencyInput, BlazorNumberInput, BlazorInput, BlazorNumber, BlazorDate, BlazorDateInput, BlazorPasswordInput, BlazorDatePicker, BlazorRadioInput, BlazorTextInput, BlazortextAreaInput, BlazorTime, BlazorTimeInput, BlazorTimePicker, BlazorOffcanvas, BlazorPagination, BlazorPdfViewer, BlazorPlaceholders, BlazorPreload, BlazorProgress, BlazorRibbon, BlazorScriptLoader, BlazorSidebar, BlazorSidebar2, BlazorSortableList, BlazorSwitch, BlazorSpinners, BlazorTabs, BlazorToasts, BlazorTooltips, BlazorTooltips, BlazorBarChart, BlazorDoughnutChart, BlazorLineChart, BlazorPieChart, BlazorPolarAreaChart, BlazorRadarChart, BlazorScatterChart, BlazorMarkdown
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
  • web javascript coffeescript css html templates asp.net
Important: This is just the core library for Cassette. You probably want to install the Cassette.Aspnet package for ASP.NET support.
Cassette.Views by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
View helpers for Cassette.
Cassette.Aspnet by: Andrew Davey
  • 3 total downloads
  • Latest version: 2.4.2
  • web javascript coffeescript css html templates asp.net
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
  • css mobile-first responsive front-end framework web
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 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.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
  • LESS Sass Scss JSX EcmaScript6 CoffeeScript
Compiles LESS, Sass, JSX and CoffeeScript files
BuildBundlerMinifier by: Mads Kristensen
  • 1 total downloads
  • Latest version: 2.5.357
  • concat bundle minify minification css js html
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
  • dotnet Community Toolkit .NET MVVM MVVMToolkit INotifyPropertyChanged Observable IOC DI Dependency Injection Object Messaging Extensions Helpers
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
  • task, fire and forget, threading, extensions, system.threading.tasks, async, await
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
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
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.