Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 508 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 508 Bytes

.Net Core Scaffold Code Generator!

This is a simple site to generate scaffold model code of dotnet core. To generate code Model name and Database name is required. Controller name is optional. If controller name is not provided then a name will be provided from the model name, ex. Let the Model name is "Movie" and the Controller name is not provided then the controller name will be "MovieController". Have a look at the Demo