Skip to content

zubayerhimel/dotnet-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.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