ABP zero 4.2 发布

需要源码,请加QQ:3833-255-96
说明:ABP Zero项目已经包含了Module-Zero模块

不同点:

1.module-zero是一个模块,abp zero是一个完整的项目

2.module-zero是开源(github有源码)的,abp zero是收费的

Module-Zero是实现了ASP.NET Boilerplate框架抽象概念的模块,对于企业web应用也添加了一些有用的东西:

实现了ASP.NET Identity框架的用户和角色管理。
提供了基于授权(authorization)系统的角色和权限管理。
提供了开发多租户(multi-tenant)应用的基础设施。
实现了ABP在数据库中存储租户,应用和用户水平设置的设置系统。
实现了审计日志。
实现了Session管理。

V4.2.0 (2017-07-25)

  • Google Authenticator Integration for two-factor authentication.
  • Show payment history to tenants.
  • Implement phone number confirmation.
  • Change all data tables by datatables jquery plugin for ASP.NET Core & jQuery version.
  • Change all data tables by PrimeNg for ASP.NET Core & Angular version.
  • Spanish (Spain) localization.
  • Multiple selection on adding users to Organization Units.
  • Email notification to tenants about approaching subscription expiry date.
  • Upgraded to latest Angular, Angular CLI, ASP.NET Core, ABP packages.
  • Enhancements and bug fixes.

V4.1.0 (2017-06-23)

  • Basic tenant subscription management for SaaS applications.
  • Paypal integration for tenant subscriptions.
  • IdentityServer4 integration.
  • Host dashboard for edition, tenant & income statistics.
  • Public web site is moved to a seperated project (and authentication integrated to the main application).
  • Renewed sample tenant dashboard.
  • Converted unit tests to use SQLite in memory database.
  • Upgraded to latest Angular, Angular CLI, ASP.NET Core, ABP packages and Metronic.

V4.0.0 (2017-04-24)

  • .net core support to create cross platform web solutions.
  • Moved to Entity Framework Core and ASP.NET Core Identity.
  • Docker files included to deploy as containers.
  • Spanish (Mexico) localization.

V3.4.0 (2017-04-05)

  • Upgraded to ABP v1.5.1
  • Upgraded to Angular 4.0.
  • Upgraded to angular-cli 1.0
  • Minor enhancements and fixes.

V3.3.0 (2017-03-13)

  • Migrated ASP.NET Core solution to Visual Studio 2017 and new csproj solution format.
  • Implemented desktop push notifications for real time application notifications.
  • Minor enhancements and fixes.

V3.2.0 (2017-03-07)

  • Tenant based UI customizations: Allow tenants to upload custom CSS and logo.
  • Edition based user count restriction.
  • Upgraded to Angular v2.4.9 and Angular CLI RC.1.
  • Upgraded to ABP v1.5.
  • Updated some translations.
  • Bugfix and enhancements.

测试运行地址:http://baidu-46032.demo.aspnetzero.com 

账号:admin  密码:123456
需要源码,请加QQ:3833-255-96

时间: 2024-10-23 23:52:02

ABP zero 4.2 发布的相关文章

[译]基于ASP.NET Core 3.0的ABP v0.21已发布

基于ASP.NET Core 3.0的ABP v0.21已发布 在微软发布仅仅一个小时后, 基于ASP.NET Core 3.0的ABP v0.21也紧跟着发布了. v0.21没有新功能.它只是升级到稳定的ASP.NET Core 3.0. 查看v0.20发行说明以获取新功能,增强功能和错误修复. 关于v1.0 ABP框架越来越接近v1.0.我们打算在今年10月中旬发布1.0. 现在,我们将完善测试和文档. .NET Conf 2019 微软已经在为期3天的虚拟会议.NET Conf 2019发

abp zero 4.3 发布

Demo URL: http://abpzerodemo.demo.aspnetzero.com Username: systemPassword: 123456 需要源码,请加QQ:3833-255-96 V4.3.0 (2017-08-08) Created a page to demonstrate usage of some UI components. Upgraded to latest Angular and ABP packages. Improvements and bug f

Abp(.NetCore)开发与发布过程2

在Abp(.NetCore)开发过程中遇到很多问题,今天记录下Abp的防CSRF功能(AntiForgeryToken ), 背景知识. AntiForgeryToken 可以说是处理/预防CSRF的一种处理方案. 那么什么是CSRF? CSRF(Cross-site request forgery)是跨站请求伪造,也被称为One Click Attack或者Session Riding,通常缩写为CSRF或者XSRF,是一种对网站的恶意利用. 简单理解的话就是:有人盗用了你的身份,并且用你的名

发布ABP v0.19包含Angular UI选项

发布ABP v0.19包含Angular UI选项 ABP v0.19已发布,包含解决的~90个问题和600+次提交. 新功能 Angular UI 终于,ABP有了一个SPA UI选项,使用最新的Angular框架.Angular的集成不是简单地创建了一个启动模板. 创建了一个基础架构来处理ABP的模块化,主题和其他一些功能.此基础结构已部署为NPM包. 为帐户,身份和租户管理等模块创建了Angular UI包. 创建了一个最小的启动模板,使用IdentityServer进行身份验证并使用AS

abp 将abp项目发布之后挂在IIS上无法访问嵌入资源的问题

在本地调试是能够正常访问到写在另一个程序集中的嵌入资源,但是发布之后 挂在IIS上却不能访问. 整了半天没找到原因.后来发现是发布时配置错误造成的:取消勾选precompile during publishing选项.看截图:

abp 调试

概要 研究Abp(ASP.NET Boilerplate)框架有几个月了,从一遍遍的看官方文档,到现在看源码,一路走来学习了很多知识. 很多新手都很关心源码如何调试,我也是如此,在反复看Debugging文档后还是无法调试!经过反复研究学习,终于可以调试了,先看一下下面截图效果,下面我来按步骤来介绍如何调试abp源码: Sourcelink or Symbol file(.pdb) 官网上文档介绍abp是支持SourceLink,但是按照官网配置是无法调试的,希望作者在下个版本中修复. 程序数据

ABP的第一个程序和遇到的一些问题

ABP在这里就不多介绍了.在这篇文章中主要介绍使用模板生成的ABP项目使用遇到的一些问题. 1.首先在http://www.aspnetboilerplate.com/ 官方网站上创建一个模板项目, 下面输入项目的项目名称,点击create my project创建,创建的项目可以直接运行. 这是打开项目显示出来的代码结构,然后安装数据库,我使用的是sql server2008,修改Web项目下的Web.config文件的数据库连接字符串 <connectionStrings> <add

DDD开发框架ABP之本地化/多语言支持

本地化(Localization)也就是多语言功能,借此用户能够选择他的母语或熟悉的语言来使用系统,这显然非常有利于软件系统推向国际化.一个应用程序的UI界面至少有一种语言,DDD开发框架ABP就提供了一个弹性的多语言框架,可以简化我们在多语言方面的开发时间.利用ABP完整实现多语言只需要简单地完成三个步骤:建立资源.配置资源以及使用资源. 一.建立资源 本地化的内容主要是文本字符串,ABP提供三种方式存储本地化资源的方式,分别是ASP.NET自带的资源文件.XML文件以及自定义的资源获取方式.

ABP官方文档翻译 10.1 ABP Nuget包

ABP Nuget包 Packages Abp Abp.AspNetCore Abp.Web.Common Abp.Web Abp.Web.Mvc Abp.Web.Api Abp.Web.Api.OData Abp.Web.Resources Abp.Web.SignalR Abp.Owin Abp.EntityFramework.Common Abp.EntityFramework Abp.EntityFramework.GraphDiff Abp.EntityFrameworkCore Ab