Code generators to speed up development.
Перейти к файлу
Kiran Challa 415712297d Removed cli-deps feed as Microsoft build packages are available in ci-dev feed now 2017-05-23 16:48:03 -07:00
build Upgrade test framework versions and fix test issues 2017-05-15 13:40:20 -07:00
src Stop adding DbContextFactory. 2017-05-22 13:39:22 -07:00
test Re-enable EF based tests. 2017-05-23 11:52:06 -07:00
.gitattributes Adding git ignore files. 2014-07-10 22:03:58 -07:00
.gitignore Remove net451 as a cross-compile target 2017-03-23 15:07:53 -07:00
.travis.yml Update Travis to macOS Sierra 2017-03-21 12:17:39 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:49 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:59:50 -07:00
NuGet.config Removed cli-deps feed as Microsoft build packages are available in ci-dev feed now 2017-05-23 16:48:03 -07:00
NuGetPackageVerifier.json Match Json.net of task assembly to MSbuild 2017-04-25 13:20:32 -07:00
README.md Update README.md 2016-06-30 10:16:00 -07:00
Scaffolding.sln Refactor strings to resource files. 2017-03-06 14:57:48 -08:00
appveyor.yml Update AppVeyor and Travis settings 2017-03-01 18:25:47 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:20 -08:00
build.ps1 Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:14 -08:00
build.sh Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:14 -08:00
version.props Updating package version to preview2 2017-04-26 10:44:46 -07:00

README.md

ASP.NET Scaffolding

AppVeyor: AppVeyor

Travis: Travis

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

To learn more about ASP.NET Scaffolding see http://go.microsoft.com/fwlink/?LinkId=820629

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