ASP.NET Core in Action, Second Edition
eBook - ePub

ASP.NET Core in Action, Second Edition

  1. 832 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

ASP.NET Core in Action, Second Edition

About this book

ASP.NET Core in Action, Second Edition is a comprehensive guide to creating web applications with ASP.NET Core 5.0. Go from basic HTTP concepts to advanced framework customization. Summary
Fully updated to ASP.NET 5.0, ASP.NET Core in Action, Second Edition is a hands-on primer to building cross-platform web applications with your C# and.NET skills. Even if you've never worked with ASP.NET you'll start creating productive cross-platform web apps fast. And don't worry about late-breaking changes to ASP.NET Core.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology
Build full-stack web applications that run anywhere. Developers love ASP.NET Core for its libraries and pre-built components that maximize productivity. Version 5.0 offers new features for server-side apps, as well as background services for cross-platform development. About the book
ASP.NET Core in Action, Second Edition is a comprehensive guide to creating web applications with ASP.NET Core 5.0. Go from basic HTTP concepts to advanced framework customization. Illustrations and annotated code make learning visual and easy. Master logins, dependency injection, security, and more. This updated edition covers the latest features, including Razor Pages and the new hosting paradigm. What's inside
Developing apps for Windows and non-Windows servers
Configuring applications
Building custom components
Logging, testing, and security About the reader
For intermediate C# developers. About the author
Andrew Lock is a Microsoft MVP who has worked with ASP.NET Core since before its first release. Table of Contents
PART 1 - GETTING STARTED WITH ASP.NET CORE
1 Getting started with ASP.NET Core
2 Your first application
3 Handling requests with the middleware pipeline
4 Creating a website with Razor Pages
5 Mapping URLs to Razor Pages using routing
6 The binding model: Retrieving and validating user input
7 Rendering HTML using Razor views
8 Building forms with Tag Helpers
9 Creating a Web API for mobile and client applications using MVC
PART 2 - BUILDING COMPLETE APPLICATIONS
10 Service configuration with dependency injection
11 Configuring an ASP.NET Core application
12 Saving data with Entity Framework Core
13 The MVC and Razor Pages filter pipeline
14 Authentication: Adding users to your application with Identity
15 Authorization: Securing your application
16 Publishing and deploying your application
PART 3 - EXTENDING YOUR APPLICATIONS
17 Monitoring and troubleshooting errors with logging
18 Improving your application's security
19 Building custom components
20 Building custom MVC and Razor Pages components
21 Calling remote APIs with IHttpClientFactory
22 Building background tasks and services
23 Testing your application

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access ASP.NET Core in Action, Second Edition by Andrew Lock in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in C. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. inside front cover
  2. ASP.NET Core in Action
  3. Copyright
  4. brief contents
  5. contents
  6. front matter
  7. Part 1. Getting started with ASP.NET Core
  8. 1 Getting started with ASP.NET Core
  9. 2 Your first application
  10. 3 Handling requests with the middleware pipeline
  11. 4 Creating a website with Razor Pages
  12. 5 Mapping URLs to Razor Pages using routing
  13. 6 The binding model: Retrieving and validating user input
  14. 7 Rendering HTML using Razor views
  15. 8 Building forms with Tag Helpers
  16. 9 Creating a Web API for mobile and client applications using MVC
  17. Part 2. Building complete applications
  18. 10 Service configuration with dependency injection
  19. 11 Configuring an ASP.NET Core application
  20. 12 Saving data with Entity Framework Core
  21. 13 The MVC and Razor Pages filter pipeline
  22. 14 Authentication: Adding users to your application with Identity
  23. 15 Authorization: Securing your application
  24. 16 Publishing and deploying your application
  25. Part 3. Extending your applications
  26. 17 Monitoring and troubleshooting errors with logging
  27. 18 Improving your application’s security
  28. 19 Building custom components
  29. 20 Building custom MVC and Razor Pages components
  30. 21 Calling remote APIs with IHttpClientFactory
  31. 22 Building background tasks and services
  32. 23 Testing your application
  33. appendix A. Preparing your development environment
  34. appendix B. Understanding the .NET ecosystem
  35. appendix C. Useful references
  36. index