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
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.
AutoMapper by: Jimmy Bogard
  • 3 total downloads
  • Latest version: 3.3.1
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 geared towards 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.
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.
log4net by: Apache Software Foundation
  • 4 total downloads
  • Latest version: 2.0.5
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
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.
Microsoft.AspNetCore.Antiforgery by: Microsoft
  • 8 total downloads
  • Latest version: 2.0.0
  • aspnetcore antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.App.Ref by: Microsoft
  • 8 total downloads
  • Latest version: 7.0.16
  • aspnetcore targeting-pack
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/610fe433e07b32ed451ed99d07df63be47c29050
Microsoft.AspNetCore.Authentication by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.2
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.2
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authorization by: Microsoft.AspNetCore.Authorization
  • 2 total downloads
  • Latest version: 1.0.3
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Cors by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.1
  • aspnetcore cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute
Microsoft.AspNetCore.Cryptography.Internal by: Microsoft
  • 15 total downloads
  • Latest version: 2.0.0
  • aspnetcore dataprotection
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly.
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 3 total downloads
  • Latest version: 1.1.2
  • aspnetcore dataprotection
ASP.NET Core utilities for key derivation.