Skip to content

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

Notifications You must be signed in to change notification settings

SmartFire/ABPHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 manullay.

Using

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

By now, ABPHelper has one feature:

  • 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.0%
  • HTML 15.1%
  • CSS 6.9%