Packages

ASP.NET Boilerplate is distributed on nuget. Here, a list of all official packages.

Abp

Core package. All other packages depends on it.

Abp.AspNetCore

ASP.NET Core integration package.

Abp.Web.Common

Common web related classes (Used both by ASP.NET MVC and ASP.NET Core).

Abp.Web

Web package both of MVC and Web API use.

Abp.Web.Mvc

ASP.NET MVC integration package.

Abp.Web.Api

ASP.NET Web API integration package.

Abp.Web.Api.OData

OData integration package.

Abp.Web.Resources

Client side scripts package.

Abp.Web.SignalR

SignalR integration package.

Abp.Owin

OWIN integration package.

Abp.EntityFramework.Common

Common code shared between Abp.EntityFramework and Abp.EntityFrameworkCore packages.

Abp.EntityFramework

EntityFramework integration package.

Abp.EntityFramework.GraphDiff

EntityFramework GraphDiff integration package.

Abp.EntityFrameworkCore

EntityFrameworkCore integration package.

Abp.NHibernate

NHibernate integration package.

Abp.Dapper

Dapper integration package.

Abp.FluentMigrator

Some simple extension methods to use ABP with FluentMigrator.

Abp.AutoMapper

AutoMapper integration package for object mapper.

Abp.HangFire

Hanfire integration for background job management.

Abp.HangFire.AspNetCore

Hangfire.AspNetCore integration for background job management.

Abp.Castle.Log4Net

Log4Net adapter to support latest log4net for Abp and Castle.

Abp.RedisCache

Redis replacement for ABP's default cache manager.

Abp.MailKit

MailKit implementation for ABP's IEmailSender.

Abp.Quartz

Quartz integration package.

Abp.TestBase

Base classes to create integration tests for ABP based projects.

Abp.AspNetCore.TestBase

Base classes to create integration tests for AspNet Core and ABP based projects.

ABP框架系列之四十一:(Nuget-Packages-Nuget包)的更多相关文章

  1. ABP框架系列之十一:(AspNet-Core-ASPNET核心)

    Introduction This document describes ASP.NET Core integration for ASP.NET Boilerplate framework. ASP ...

  2. ABP框架系列之四十二:(Object-To-Object-Mapping-对象映射)

    Introduction It's a common to map a similar object to another object. It's also tedious and repeatin ...

  3. ABP框架系列之四十三:(OData-Integration-OData集成)

    Introduction OData is defined as "An open protocol to allow the creation and consumption of que ...

  4. ABP框架系列之三十一:(Localization-本地化)

    Introduction Any application has at least one language for user interface. Many applications have mo ...

  5. ABP框架系列之四十七:(SignalR-Integration-SignalR-集成)

    Introduction Abp.Web.SignalR nuget package makes it easily to use SignalR in ASP.NET Boilerplate bas ...

  6. ABP框架系列之四十九:(Startup-Configuration-启动配置)

    ASP.NET Boilerplate provides an infrastructure and a model to configure it and modules on startup. A ...

  7. ABP框架系列之四:(Repositories-仓库)

    "Mediates between the domain and data mapping layers using a collection-like interface for acce ...

  8. ABP框架系列之四十四:(OWIN)

    If you are using both of ASP.NET MVC and ASP.NET Web API in your application, you need to add Abp.Ow ...

  9. ABP框架系列之四十六:(Setting-Management-设置管理)

    Introduction Every application need to store some settings and use these settings in somewhere in th ...

随机推荐

  1. LeetCode【83. 删除排序链表中的重复元素】

    我最开始的程序是 但是结果

  2. Unity Shader Graph(一)初次尝试

    软件环境 Unity Version: 2018.1.2f1 边缘发光材质效果 创建工程 打开Unity并创建一个新工程 安装依赖项 Window -> Package Manager打开包管理 ...

  3. Js将数字转化为中文大写

    function number_chinese(str) { var num = parseFloat(str); var strOutput = "", strUnit = '仟 ...

  4. dede织梦后台页面及功能修改精简操作方法

    有很多使用织梦程序的站长往往都不喜欢使用默认的后台,但对于很多小白站长其实也不太懂程序的功能,而且如果显示或者开了过多的功能只会给自己带来困扰,所以小白站长都喜欢一些傻瓜式的后台操作界面.那么,ded ...

  5. Java分割ID和姓名(String不能当输出参数)

    ID:包括数字和字母 姓名:汉字 package org.ah; import org.ah.utils.Utils; public class Test { public static void m ...

  6. mysql Mac篇

    默认为mysql下载和安装完毕,安装为默认安装 下载地址:https://dev.mysql.com/downloads/file/?id=473576 1.启动mysql sudo /usr/loc ...

  7. Python全栈开发记录_第一篇(循环练习及杂碎的知识点)

    Python全栈开发记录只为记录全栈开发学习过程中一些难和重要的知识点,还有问题及课后题目,以供自己和他人共同查看.(该篇代码行数大约:300行) 知识点1:优先级:not>and 短路原则:a ...

  8. 为何要使用ViewModel

    ViewModel类是用来存储和管理与UI相关的数据,在设计之初就考虑到生命周期的影响.ViewModel允许数据在屏幕旋转等配置变化后存活. Android framework管理UI控制器(如Ac ...

  9. SpringData中使用@Modifying注解实现修改操作

    通过@Modifying可以实现修改和删除操作 @Modifying @Query("update Person set email = :email where lastName =:la ...

  10. python常用库,包网址

    常用包下载:https://pypi.org/ 1.NumPy: https://www.numpy.org/ 2.pandas: http://pandas.pydata.org/ 3.SciPy: ...