Coder Social home page Coder Social logo

genoher / abphelper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wakuflair/abphelper

0.0 1.0 0.0 303 KB

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

C# 80.97% HTML 15.54% CSS 3.49%

abphelper's Introduction

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.

abphelper's People

Contributors

wakuflair avatar

Watchers

 avatar

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.