https://github.com/dotnet/scaffolding
Code generators to speed up development.
https://github.com/dotnet/scaffolding
Last synced: about 21 hours ago
JSON representation
Code generators to speed up development.
- Host: GitHub
- URL: https://github.com/dotnet/scaffolding
- Owner: dotnet
- License: mit
- Created: 2014-06-27T22:39:14.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T04:23:29.000Z (5 days ago)
- Last Synced: 2025-05-08T05:25:39.942Z (5 days ago)
- Language: C#
- Homepage:
- Size: 12.5 MB
- Stars: 760
- Watchers: 83
- Forks: 235
- Open Issues: 215
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE-OF-CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Scaffolding
This repository contains the code for the following features.
## ASP.NET Scaffolding
ASP.NET scaffolding: this can be used to generate boilerplate code for web apps to improve developer productivityFor more info on ASP.NET scaffolding, see the scaffolding readme here at [README](./src/Scaffolding/README.md)
## `dotnet msidentity`
This is a .NET tool which can be used to configure ASP.NET Core projects to use the [Microsoft identity platform](https://docs.microsoft.com/en-us/azure/active-directory/develop/).
The tool can be used to configure ASP.NET Core projects to authenticate with the Microsoft identity platform.For more info on the `dotnet msidentity` tool, see the readme here at [README](./src/MSIdentityScaffolding/README.md)
## Reporting security issues and bugs
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://technet.microsoft.com/en-us/security/ff852094.aspx).
## Related projects
These are some other repos for related projects:
* [Microsoft Identity Web](https://github.com/AzureAD/microsoft-identity-web) - is a library which contains a set of reusable classes used in conjunction with ASP.NET Core for integrating with the [Microsoft identity platform](https://docs.microsoft.com/en-us/azure/active-directory/develop/) (formerly *Azure AD v2.0 endpoint*) and [AAD B2C](https://docs.microsoft.com/en-us/azure/active-directory-b2c/).
* [EF Core](https://github.com/dotnet/efcore) - source for [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/)## Code of conduct
See [CODE-OF-CONDUCT](./CODE-OF-CONDUCT.md)