Skip to content

mlruzic/visual-studio-scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scaffolder

Simple scaffolder written as a Visual Studio extension to speed up some mudane tasks in a daily life :)

Usage

After installing extension a new item, "Scaffold new table", will become available in context menu on a modules in solution explorer.

Result of the sacffolding a new "Hit" table:

Scaffolding started...
Creating file: Api\Hit\HitIo.cs
Creating file: Api\Hit\HitController.cs
Creating file: DataAccess\HitSqlProvider.cs
Creating file: DataAccess\IHitProvider.cs
Creating file: DataAccess\SqlScripts\Create.Procedure.HitDelete.sql
Creating file: DataAccess\SqlScripts\Create.Procedure.HitGet.sql
Creating file: DataAccess\SqlScripts\Create.Procedure.HitInsert.sql
Creating file: DataAccess\SqlScripts\Create.Procedure.HitUpdate.sql
Creating file: DataAccess\SqlScripts\Create.Schema.Analytics.sql
Creating file: DataAccess\SqlScripts\Create.Table.Hit.sql
Creating file: Models\HitModel.cs
Creating file: Service\Hit\Hit.cs
Creating file: Service\Hit\HitRepository.cs
Creating file: Service\Hit\IHitRepository.cs
Creating file: AnalyticsModule.cs
Successfully scaffolded 15 files

Download

https://gallery.msdn.microsoft.com/71e1809f-f1d4-4f20-a393-53b711c9c93a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published