2021-03-19 08:08:23 +03:00
|
|
|
# Scaffolding
|
2015-06-21 00:35:46 +03:00
|
|
|
|
2021-03-19 08:08:23 +03:00
|
|
|
Scaffolding accounts for multiple experiences related to code generation.
|
|
|
|
- ASP.NET scaffolding generates boilerplate code for web apps to speed up development.
|
|
|
|
- Tool that creates/updates/deletes Microsoft identity platform applications in a tenant (AAD or B2C).
|
|
|
|
For more information on ASP.NET scaffolding, look at the Scaffolding [README](./src/Scaffolding/README.md)
|
|
|
|
For more information on MS Identity scaffolding, look at the MS Identity [README](./src/MsIdentityScaffolding/README.md)
|
2014-07-03 02:52:47 +04:00
|
|
|
|