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
- Host: GitHub
- URL: https://github.com/zubayerhimel/dotnet-scaffold
- Owner: zubayerhimel
- Created: 2019-08-17T15:53:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T20:18:31.000Z (over 5 years ago)
- Last Synced: 2025-01-18T12:47:54.609Z (5 months ago)
- Topics: black-theme, blacktheme, command, command-generator, css, css3, html, html5, javascript, jquey, materializecss
- Language: HTML
- Homepage: https://zubayerhimel.github.io/dotnet-scaffold
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)