text
stringlengths
0
13.4k
Using identity in the application
Authorization with roles
More resources
Automated testing
Unit testing
Integration testing
Deploy the application
Deploy to Azure
Deploy with Docker
Conclusion
1.7.1
1.7.2
1.7.3
1.7.4
1.8
1.8.1
1.8.2
1.9
1.9.1
1.9.2
1.10
3
Introduction
The Little ASP.NET Core Book
by Nate Barbettini
Copyright 漏 2018. All rights reserved.
ISBN: 978-1-387-75615-5
Released under the Creative Commons Attribution 4.0 license. You are
free to share, copy, and redistribute this book in any format, or remix and
transform it for any purpose (even commercially). You must give
appropriate credit and provide a link to the license.
For more information, visit
https://creativecommons.org/licenses/by/4.0/
Introduction
Thanks for picking up The Little ASP.NET Core Book! I wrote this short
book to help developers and people interested in web programming
learn about ASP.NET Core, a new framework for building web
applications and APIs.
The Little ASP.NET Core Book is structured as a tutorial. You'll build an
application from start to finish and learn:
The basics of the MVC (Model-View-Controller) pattern
How front-end code (HTML, CSS, JavaScript) works together with
back-end code
What dependency injection is and why it's useful
How to read and write data to a database
How to add log-in, registration, and security
How to deploy the application to the web
4
Introduction
Don't worry, you don't need to know anything about ASP.NET Core (or