Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Modern Web Development with ASP.NET Core 3

You're reading from   Modern Web Development with ASP.NET Core 3 An end to end guide covering the latest features of Visual Studio 2019, Blazor and Entity Framework

Arrow left icon
Product type Paperback
Published in Jun 2020
Publisher Packt
ISBN-13 9781789619768
Length 802 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ricardo Peres Ricardo Peres
Author Profile Icon Ricardo Peres
Ricardo Peres
Arrow right icon
View More author details
Toc

Table of Contents (26) Chapters Close

Preface 1. Section 1: The Fundamentals of ASP.NET Core 3
2. Getting Started with ASP.NET Core FREE CHAPTER 3. Configuration 4. Routing 5. Controllers and Actions 6. Views 7. Section 2: Improving Productivity
8. Using Forms and Models 9. Implementing Razor Pages 10. API Controllers 11. Reusable Components 12. Understanding Filters 13. Security 14. Section 3: Advanced Topics
15. Logging, Tracing, and Diagnostics 16. Understanding How Testing Works 17. Client-Side Development 18. Improving Performance and Scalability 19. Real-Time Communication 20. Introducing Blazor 21. gRPC and Other Topics 22. Application Deployment 23. Assessments 24. Other Books You May Enjoy Appendix A: The dotnet Tool

What this book covers

Chapter 1, Getting Started with ASP.NET Core, explains the very basics of .NET and ASP.NET Core, including the MVC pattern, which is the typical usage pattern of ASP.NET Core.

Chapter 2, Configuration, presents you with the configuration options available to .NET/ASP.NET Core developers.

Chapter 3, Routing, explains how an HTTP request is mapped to controller actions by means of routes, how they are selected, and how the parameters are matched.

Chapter 4, Controllers and Actions, explains how controllers and actions work, what API and OData controllers are, what the life cycle of a controller is, and how controllers are found.

Chapter 5, Views, explains how to work with views, which make up the user interface of ASP.NET Core.

Chapter 6, Using Forms and Models, shows us how to work with user-submitted data in forms.

Chapter 7, Implementing Razor Pages, describes what Razor Pages are—an alternative development model for ASP.NET Core.

Chapter 8, API Controllers, shows us how to work with API (non-visual) controllers.

Chapter 9, Reusable Components, talks about reusability in ASP.NET Core.

Chapter 10, Understanding Filters, talks about the different kinds of filters available to ASP.NET Core developers.

Chapter 11, Security, shows us how to implement authentication and authorization. Here, we will also cover how to enforce HTTPS security and how to prevent tampering.

Chapter 12, Logging, Tracing, and Diagnostics, explains how we can get a glimpse of what is going on with our ASP.NET Core application.

Chapter 13, Understanding How Testing Works, explains how to add unit and functional/integration tests to our solutions.

Chapter 14, Client-Side Development, covers how to integrate ASP.NET Core with common client-side frameworks.

Chapter 15, Improving the Performance and Scalability, covers how to improve the performance of our web application.

Chapter 16, Real-Time Communication, will help us learn how to apply real-time communication techniques to code.

Chapter 17, Introducing Blazor, is a new addition to this version and will explain Blazer for interoperability, dependency injections, HTTP calls, and more.

Chapter 18, gRPC and Other Topics, is a collection of topics and framework details that an ASP.NET Core developer ought to know but that didn't fit into the rest of the chapters of this book.

Chapter 19, Application Deployment, will help us learn how to deploy an ASP.NET Core application to different targets, such as on-premises and the cloud.

Chapter 20, Appendix A: The dotnet Tool, provides a short description of the basics and otheruseful topics relating to ASP.NET Core, including a description of its tools and features.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image