Castle.Core by: Castle Project Contributors
  • 6,486k total downloads
  • Latest version: 4.4.1
  • castle dynamicproxy dynamic proxy dynamicproxy2 dictionaryadapter emailsender
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Aspose.Words by: Aspose
  • 1,403k total downloads
  • Latest version: 25.7.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.
CompareNETObjects by: gfinzer
  • 1 total downloads
  • Latest version: 4.83.0
  • compare comparison equality equal deep objects difference compareobjects deepequal deepequals
What you have been waiting for. Perform a deep compare of any two .NET objects using reflection. Shows the differences between the two objects.
Blazor.Bootstrap by: Vikram Reddy
  • 144 total downloads
  • Latest version: 3.5.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
  • 1 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.
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
Aspose.Drawing.Common by: Aspose
  • 1 total downloads
  • Latest version: 23.11.0
  • Cross-platform System.Drawing Replacement System.Drawing.Common Alternative Component Library API Microsoft .Net Core Standard C# CSharp ASP.NET macOS Windows Azure Linux BMP PNG JPEG GIF TIFF Rendering Text Font Drawing Brush Gradient Pen Line Curve Shape Ellipses Arcs Polygons Splines Paths Blending Clipping Antialiasing Blazor WebAssembly Geometries Bitmap 2D Graphics
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.
coverlet.msbuild by: tonerdo
  • 726 total downloads
  • Latest version: 6.0.4
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
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.
CookieInformation.Episerver by: Cookie Information
  • 2 total downloads
  • Latest version: 1.0.18
  • EPiServerPublicModulePackage Cookies GDPR Privacy CookieInformation
An integration to Cookie Informations Consent solution. Helps you collect visitors Cookie Consents and comply with GDPR and ePrivacy
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.
Costura.Fody by: geertvanhorrik, simoncropp
  • 1 total downloads
  • Latest version: 6.0.0
  • ILMerge, ILWeaving, Embed, Resource, Fody, Cecil
Fody add-in for embedding references as resources.
Cube.Core by: clown, cube-soft
  • 1 total downloads
  • Latest version: 9.0.0
  • Cube
Basic components to practice the MVVM pattern in application development.
Cube.Native.Pdfium.Lite by: clown, cube-soft, PDFium Authors
  • 1 total downloads
  • Latest version: 137.0.7151
  • Cube Native PDFium
PDFium library without V8 and XFA modules.
BuildWebCompiler2022 by: Mads Kristensen, Jason Moore
  • 1 total downloads
  • Latest version: 1.14.15
  • LESS Sass Scss JSX EcmaScript6 CoffeeScript
Compiles LESS, Sass, JSX and CoffeeScript files