Abp by: Halil İbrahim Kalkan
  • 1 total downloads
  • Latest version: 0.1.0
ASP.NET Boilerplate - A starting point for web applications with best practices and most popular tools.
Abp.AspNetCore by: Abp.AspNetCore
  • 2 total downloads
  • Latest version: 5.8.0
  • asp.net asp.net mvc boilerplate application framework web framework framework domain driven design asp.net core
Abp.AspNetCore
Abp.AspNetCore.SignalR by: Abp.AspNetCore.SignalR
  • 7 total downloads
  • Latest version: 5.12.0
  • asp.net asp.net mvc boilerplate application framework web framework framework domain driven design SignalR
Abp.AspNetCore.SignalR
Abp.ZeroCore by: Abp.ZeroCore
  • 2 total downloads
  • Latest version: 5.9.0
  • asp.net asp.net mvc boilerplate application framework web framework framework domain driven design multitenancy user management role management identity
Abp.ZeroCore
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 1 total downloads
  • Latest version: 7.0.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 1 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
Autofac by: Autofac Contributors
  • 18 total downloads
  • Latest version: 4.9.0
  • 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.Extensions.DependencyInjection by: Autofac Contributors
  • 3 total downloads
  • Latest version: 4.3.1
  • autofac di ioc dependencyinjection aspnet aspnetcore
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
AutoMapper by: Jimmy Bogard
  • 5 total downloads
  • Latest version: 6.1.0
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.
AutoMapper.Collection by: Tyler Carlson
  • 1 total downloads
  • Latest version: 3.1.0
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.
BinaryFormatter by: Łukasz Pyrzyk
  • 24 total downloads
  • Latest version: 2.1.4
  • binary serializer formatter deserializer serialization
BinaryFormatter - easy and light binary serializer
coverlet.collector by: tonerdo
  • 20 total downloads
  • Latest version: 3.2.0
  • 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.
DapperExtensions by: Thad Smith Page Brooks
  • 1 total downloads
  • Latest version: 1.5.0
  • orm sql micro-orm Data Dapper
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
Elsa.Designer.Components.Web by: Elsa Contributors
  • 1 total downloads
  • Latest version: 2.14.1
  • elsa workflows aspnet aspnetcore blazor html
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides ASP.NET Core component bindings for the Elsa Designer web component.
EmptyFiles by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
  • 32 total downloads
  • Latest version: 8.1.0
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 1 total downloads
  • Latest version: 6.1.3
  • Microsoft EF Database Data O/RM ADO.NET
Entity Framework is Microsoft's recommended data access technology for new applications.
Fractions by: Daniel Mueller
  • 15 total downloads
  • Latest version: 4.0.1
  • fraction math
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
Humanizer.Core by: Mehdi Khalili Claire Novotny
  • 27 total downloads
  • Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
JetBrains.Annotations by: JetBrains
  • 47 total downloads
  • Latest version: 2023.3.0
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
Microsoft.AspNet.Mvc by: Microsoft
  • 23 total downloads
  • Latest version: 5.3.0
  • Microsoft AspNet Mvc AspNetMvc
This package contains the runtime assemblies for ASP.NET MVC. ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and that gives you full control over markup.