An open API service indexing awesome lists of open source software.

https://github.com/zubayerhimel/dotnet-scaffold

Simple site to provide scaffold model command of dotnet core using JQuery
https://github.com/zubayerhimel/dotnet-scaffold

black-theme blacktheme command command-generator css css3 html html5 javascript jquey materializecss

Last synced: 3 months ago
JSON representation

Simple site to provide scaffold model command of dotnet core using JQuery

Awesome Lists containing this project

README

        

# .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](https://zubayerhimel.github.io/dotnet-scaffold/index.html)