Code generators to speed up development.
Перейти к файлу
Pradeep Kadubandi 55a2385189 Fixing the generated code to build fine. (We perhaps need to revisit the whole generated code and we will do that later) 2015-02-13 14:35:23 -08:00
src Fixing the generated code to build fine. (We perhaps need to revisit the whole generated code and we will do that later) 2015-02-13 14:35:23 -08:00
test React to EF changes 2015-01-30 12:22:13 -08:00
.gitattributes Adding git ignore files. 2014-07-10 22:03:58 -07:00
.gitignore Adding git ignore files. 2014-07-10 22:03:58 -07:00
CONTRIBUTING.md updating readme.md and adding contributing.md 2014-09-11 19:53:33 -07:00
LICENSE.txt Initial checkin for command line scaffolding. 2014-07-02 15:52:47 -07:00
NuGet.Config Fixing NuGet.config 2015-01-28 23:30:43 -08:00
README.md Fixed list 2014-09-12 10:10:18 -07:00
Scaffolding.sln For some reason, running _custom-goals as part of build regressed, working around it by removing the extra file 2014-09-12 12:39:00 -07:00
build.cmd Change SKIP_DOTNET_INSTALL to SKIP_KRE_INSTALL 2015-01-28 18:30:10 -08:00
build.sh Update build.cmd and build.sh to use kvm 2015-01-28 18:29:51 -08:00
global.json Tests for model types locator. 2014-07-15 15:10:12 -07:00
makefile.shade Adding a 3rd party licence file to the MVC package. (Since it redistributes jquery and bootstrap) 2014-09-15 15:34:57 -07:00

README.md

ASP.NET Scaffolding

ASP.NET Scaffolding enables generating boiler plate code for web applications to speed up development.

To learn more about ASP.NET vNext scaffolding see the resources below.

  1. Command line scaffolding for ASP.NET vNext
  2. How to customize scaffolding templates for ASP.NET vNext

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.