ABP框架系列之四十一:(Nuget-Packages-Nuget包)
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包)的更多相关文章
- ABP框架系列之十一:(AspNet-Core-ASPNET核心)
Introduction This document describes ASP.NET Core integration for ASP.NET Boilerplate framework. ASP ...
- ABP框架系列之四十二:(Object-To-Object-Mapping-对象映射)
Introduction It's a common to map a similar object to another object. It's also tedious and repeatin ...
- ABP框架系列之四十三:(OData-Integration-OData集成)
Introduction OData is defined as "An open protocol to allow the creation and consumption of que ...
- ABP框架系列之三十一:(Localization-本地化)
Introduction Any application has at least one language for user interface. Many applications have mo ...
- ABP框架系列之四十七:(SignalR-Integration-SignalR-集成)
Introduction Abp.Web.SignalR nuget package makes it easily to use SignalR in ASP.NET Boilerplate bas ...
- ABP框架系列之四十九:(Startup-Configuration-启动配置)
ASP.NET Boilerplate provides an infrastructure and a model to configure it and modules on startup. A ...
- ABP框架系列之四:(Repositories-仓库)
"Mediates between the domain and data mapping layers using a collection-like interface for acce ...
- 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 ...
- ABP框架系列之四十六:(Setting-Management-设置管理)
Introduction Every application need to store some settings and use these settings in somewhere in th ...
随机推荐
- mysql修改root用户的登录密码
修改mysql root用户登录密码的方法有很多,网上可以查找到相关的资料 我通过上网查询以后实验成功的方法是使用下面的sql语句进行修改 UPDATE user SET Password = PAS ...
- 使用Maven
MyEclipse2015自带有Maven,但是建个工程老出错. (Eclipse J2EE也自带有) 1.下载maven.官网 http://maven.apache.org/download.cg ...
- Kettle在windows下分布式集群的搭建
集群的搭建 我这里用的是kettle7.1版本的 下载解压 我们打开kettle的安装目录,进入到data-integration->pwd目录,找到carte-config-master-80 ...
- Vue--生命周期函数
生命周期函数就是组件挂载.以及组件销毁的时候触发的一系列方法,这些方法叫做生命周期函数: beforeCreate(){ console.log('实例创建之前-1') }, created(){ c ...
- ORA-20011 问题处理
今天巡检发现alert中报如下错: ORA-20011: Approximate NDV failed: ORA-29913: error in executing ODCIEXTTABLEOPEN ...
- BBS(第一天)项目之 注册功能实现通过forms验证与 前端ajax请求触发查询数据库判断用户是否存在的功能实现
1.BBS项目之注册功能通过forms验证 from django import forms from blog.models import User from django.contrib.auth ...
- django 开发之前后端分离开发模式
1. 什么是前后端分离开发的概念: 前端页面运行前端服务器上,负责页面的渲染(静态文件的加载)与跳转 后端代码运行在后端服务器上, 负责数据的处理(提供数据请求的接口) 2. 前后端分离开发碰到的问题 ...
- 双网卡Iptables端口转发
当前场景如下 跳板机A是双网卡,有一个内网IP和一个公网IP 内网IP: 10.0.10.30 外网IP: 58.68.255.123 内网机器:10.0.30.88,可以和10.0.10.30通讯 ...
- MySQL master-slave主从复制环境搭建初试
环境为centos 7.2+mysql 5.7,网上教程很多,原理也不复杂(深知自己踩的坑还不够) 正常情况下,配置起来比较简单.另外,根据个人感受,MySQL的复制感觉要比SQL Server的复制 ...
- FortiGate日志中session clash
1.出现于:FortiGate v5.0和v5.2 2.出现原因 Session clash messages appear in the logs when a new session is cre ...