All Projects → wakuflair → Abphelper

wakuflair / Abphelper

ABPHelper is a Visual Studio Extension(VSIX) that helps you with developing ASP.NET Boilerplate applications.

Projects that are alternatives of or similar to Abphelper

Genie
GENie - Project generator tool
Stars: ✭ 693 (+607.14%)
Mutual labels:  visual-studio, generator
Uno.sourcegeneration
A Roslyn based C# source generation framework
Stars: ✭ 99 (+1.02%)
Mutual labels:  visual-studio, generator
Microgen
♻️ micro-generator for individual files, easy like sunday morning 🌅
Stars: ✭ 85 (-13.27%)
Mutual labels:  generator
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (+1256.12%)
Mutual labels:  generator
Asset generator
根据pubspec.yaml中设置的目录模板自动向其中添加文件记录的简单脚本
Stars: ✭ 92 (-6.12%)
Mutual labels:  generator
Gopherkon
Go mascot image constructor. Create your cute own gopher.
Stars: ✭ 86 (-12.24%)
Mutual labels:  generator
Angular Librarian
An Angular 2+ scaffolding setup for creating libraries
Stars: ✭ 92 (-6.12%)
Mutual labels:  generator
Xmake Vscode
🍩 A XMake integration in Visual Studio Code
Stars: ✭ 84 (-14.29%)
Mutual labels:  visual-studio
Upx Visual Studio
Compile UPX 3.96 and belong librarys on Visual Studio! Source also include LZMA, UCL and zlib ✒️
Stars: ✭ 96 (-2.04%)
Mutual labels:  visual-studio
Autovalueplugin
AutoValue plugin for IntelliJ
Stars: ✭ 91 (-7.14%)
Mutual labels:  generator
Dockpanelsuite
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
Stars: ✭ 1,326 (+1253.06%)
Mutual labels:  visual-studio
Fakerator
Random fake data generator with localization for Javascript in Node.js and browser
Stars: ✭ 91 (-7.14%)
Mutual labels:  generator
Capslockindicator
A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
Stars: ✭ 87 (-11.22%)
Mutual labels:  visual-studio
Ffvs Project Generator
A program that can scan existing FFmpeg/LibAV source files and dynamically generate a Visual Studio project file.
Stars: ✭ 92 (-6.12%)
Mutual labels:  visual-studio
Routegen
Define your API and SPA routes in one place. Use them anywhere. Only 1.3kb.
Stars: ✭ 86 (-12.24%)
Mutual labels:  generator
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (-2.04%)
Mutual labels:  generator
Paintbynumbersgenerator
Paint by numbers generator
Stars: ✭ 85 (-13.27%)
Mutual labels:  generator
Imlazy
😴 Functional programming with lazy immutable iterables
Stars: ✭ 89 (-9.18%)
Mutual labels:  generator
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (-6.12%)
Mutual labels:  generator
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (+0%)
Mutual labels:  generator

For ABP vNext, see the new AbpHelper.

ABPHelper

ABPHelper is a Visual Studio Extension(VSIX) that helps you with developing ASP.NET Boilerplate applications.

Installation

You can install ABPHelper by using Extensions and Updates in Visual Studio. Or download it from Visual Studio Gallery and install it manually.

Using

Once you installed ABPHelper, you can find it in Views->Other Windows->ABPHelper.

Features:

  • Generate Business

    In development using ABP, we usually need to create a group of related files:

    Application project

    • IXXXAppService.cs, XXXAppservice.cs
    • Dto folder

    Web project

    • index.cshtml
    • index.js
    • other popups...

    I call this group of files "A business". Creating these files is trival and error-prone (maybe you forget to implement the ApplicationServiceBase, or you misspell the controller name).

    Use Generate Business to help you:

    • Input the business name, like Product, other info will be auto-genereated. You can also change them manually.
    • For folder fields, multi levels are supported.(like TopFolder\SubFolder\Products)
    • In View Files, you can add a row by inputing in the bottom row of the grid; you can remove a row by pressing the DELETE key.
    • then click Generate button(The first time generation maybe slow).

    NOTE AbpHelper will skip generating exist files/folders.

  • Generate ApplicationService Methods

    Open an ApplicationService source code, then input methods names you want to generate in Method Names textbox(one name per line), check Async Methods if you wish.

    Then click Generate button, ABPHelper will do following things:

    • All methods will be generated in current ApplicationService class file.
    • All methods will be generated in corresponding Interface file.
    • All DTO files will be created and added to Dto folder of current project.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].