Giter Club home page Giter Club logo

easyabpguide's Introduction

EasyAbp

Discord online

We help to improve your development experience with the ABP framework.

ABP Framework

ABP Framework GitHub stars is an open-source web application framework based on ASP.NET Core. All the products in EasyAbp organization are designed for the ABP framework.

AbpHelper

AbpHelper provides code generation and more features to help you develop applications and modules with the ABP framework.

  • We provide AbpHelper.GUI GitHub stars to help you use it more visually.

  • You can also use AbpHelper.CLI GitHub stars directly if you are more used to command line.

Modules

ABP is a modular application framework. We made a lot of useful and interesting modules, you can install them to your solution easily and use them for free.

Application Modules

An abp forum application module.

An abp CMS application module.

An abp application module group that provides basic e-shop service.

An abp application module that provides payment service.

An integrated user notification service Abp module, supporting email, SMS, PM, and more other methods.

An ABP application module that allows users to book time for people or assets.

An ABP module helps users to define and use dynamic forms at runtime.

An ABP module that helps define and track business processes.

An abp application module that allows users to share resources with each other.

An abp application module where you can create gift cards and your app user can use them to exchange something.

An abp.io application module that allows users to upload and maintain files.

An abp application module that provides general user review service. For example, a user can review a product he has bought with text, pictures and star-rating.

An abp application module that allows users to send private messages to each other.

An abp application module that allows users to chat with each other instantly.

An Abp module integrates Elsa workflows and provides some preset Elsa activities for the ABP framework.

An abp application module that allows setting goals and rewards users who achieve the goals.

An abp application module helps administrators to manage the app cache data.

An abp application module to help you query and manage your application logs.

基于EasyAbp.Abp.WeChat模块实现微信登录、微信用户信息存储、微信服务器管理等高级功能的Abp应用模块组

实现uni-app的应用版本管理、整包更新、热更新、差量热更新等功能的Abp应用模块

Framework Modules

An ABP module that provides enhanced login pages.

An ABP module that allows using application services by GraphQL. It also accepted custom schemes and types you defined.

An Abp module that help you automatically load related DTO (like ProductDto in OrderDto) under DDD.

An Abp module helps you control how often your service is used.

An Abp module to implement CQRS.

An ABP module to generate and verify verification codes.

An Abp MVC UI tag-helper enhancement module to enhance ABP built-in tag-helpers and provide new tag-helpers such as rich text editor, advanced selector, and more.

Abp data dictionary module.

Abp Elasticsearch module.

An ABP module used to manage ABP settings.

The DTM implementation module of ABP distributed event boxes.

ABP vNext framework CAP EventBus module.

An abp module that dynamically generates management UI for entities in runtime.

An ABP module helps you quickly implement dynamic queries.

An ABP module that can dynamically create entities at runtime and perform CRUD operations like normal entities.

An abp module that dynamically creates menu items for ABP UI projects in runtime.

An ABP module that allows you to define and grant dynamic permissions in runtime.

An abp module that provides standard tree structure entity implement.

Abp TencentCloud SMS module.

TencentCloud implementation of Abp BLOB Storing.

An abp module to avoid duplicate user phone numbers being confirmed and providing phone number confirmation and phone number login features and more.

Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装

专门为 ABP vNext 封装的腾讯云 SDK 模块

专门为 ABP vNext 封装的阿里云 SDK 模块

UI Theme Modules

Empty.

Applications

ABP application startup template or installer with pre-built modules.

Quickly build an e-commerce application based on EasyAbp.EShop.

How To

See "How To" Guides.

easyabpguide's People

Contributors

gdlcf88 avatar wakuflair avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

easyabpguide's Issues

Make the `DisplayOrder` properties ASC ordered

Currently, the DisplayOrder properties in EasyAbp modules are DESC ordered.
I want to change them to ASC ordered. That will be a breaking change, so we should create a PR for each repository.

NanoFabric是否会有后续的版本

abp vnext做微服务的话始终感觉有些东西有所欠缺,但是实现代码的模块化还是不错的。感觉NanoFabric可以跟abp结合起来,一个是微服务实现的架构,一个是代码层面的模块化。期待NanoFabric后续的版本

贡献:投票活动模块

可以快速的开启一场投票活动,模式类似于国内各种投票。

该模块由活动、选手、投票规则三部分组成。创建活动后你可以将选手添加进去,在你预定义好的规则集合中选择开启符合本次活动的投票规则。

链接https://github.com/applebananamilk/EasyAbp.Voting

请评审是否是社区所需要的,是否符合社区规范,谢谢。(该模块只有接口,并无UI)

Replace action ETOs publishing with the integration services

After the issue abpframework/abp#12470 is complete, we can use the new integration service to replace most action ETOs publishing.

The reasons:

  1. The request side can get results immediately by invoking an integration service, but the action events can't.
  2. Idempotency cannot always implement. Assume I am not using ABP's event inbox, or I implement it in another way. If a CreatePaymentEto action event is received more than once, we can avoid double-creating the payment by checking the payment entity with the same ItemName+ItemKey exists. But thinking about the CreateIssueEto, we should allow issues with the same title/content created.

License

Hello I want use this commercially and also support your development.

AspNetZero is very very expensive and gettign more expensive, if you have a similar service on that I would be will to buy the license for 50 to 100$ for UI and modules.

Do you have social media/elgg like module

thanks

请问,还有机会加入贵组织吗?

EasyAbp 团队,你们好!
本人使用aspnetboilerplate框架有三年的工作经验,使用abpframework也有半年的经验了,目前在用abp写一个微服务项目,最近还翻译了一些abp官方文档
今天无意间了解了一些贵组织的项目,我对贵组织非常感兴趣!不知道有没有机会能够成为贵组织的一员?

如有机会,请联系我:[email protected]

谢谢!

Fix bread crumbs

We are using the bread crumbs in the wrong way.

For example, the product management page of the EShop.Products module

    PageLayout.Content.BreadCrumb.Add(L["Menu:Product"].Value);
    PageLayout.Content.MenuItemName = ProductsMenus.Product;

It should be

    PageLayout.Content.BreadCrumb.Add(L["Menu:EShop"].Value);
    PageLayout.Content.MenuItemName = ProductsMenus.Product;

or

    PageLayout.Content.BreadCrumb.Add(L["Menu:EShop"].Value);
    PageLayout.Content.BreadCrumb.Add(L["Menu:ProductManagement"].Value);
    PageLayout.Content.MenuItemName = ProductsMenus.Product;

We should also check the generation of the AbpHelper.

AbpHelperGUI报错

按照 五分钟完成 ABP vNext 通讯录 App 开发 文档来做的时候,到了GUI那步,直接报错:
image
现在abp官网生成的源码目录应该是没有了aspnet-core了,请问这么解决这个报错

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.