Search icon CANCEL
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
Enterprise Application Development with C# 9 and .NET 5

You're reading from   Enterprise Application Development with C# 9 and .NET 5 Enhance your C# and .NET skills by mastering the process of developing professional-grade web applications

Arrow left icon
Product type Paperback
Published in Mar 2021
Publisher Packt
ISBN-13 9781800209442
Length 610 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (5):
Arrow left icon
Ravindra Akella Ravindra Akella
Author Profile Icon Ravindra Akella
Ravindra Akella
Suneel Kumar Kunani Suneel Kumar Kunani
Author Profile Icon Suneel Kumar Kunani
Suneel Kumar Kunani
Bhupesh Guptha Muthiyalu Bhupesh Guptha Muthiyalu
Author Profile Icon Bhupesh Guptha Muthiyalu
Bhupesh Guptha Muthiyalu
Arun Kumar Tamirisa Arun Kumar Tamirisa
Author Profile Icon Arun Kumar Tamirisa
Arun Kumar Tamirisa
Rishabh Verma Rishabh Verma
Author Profile Icon Rishabh Verma
Rishabh Verma
+1 more Show less
Arrow right icon
View More author details
Toc

Table of Contents (24) Chapters Close

Preface 1. Section 1: Architecting an Enterprise Application and its Fundamentals
2. Chapter 1: Designing and Architecting the Enterprise Application FREE CHAPTER 3. Chapter 2: Introducing .NET 5 Core and Standard 4. Chapter 3: Introducing C# 9 5. Section 2: Cross-Cutting Concerns
6. Chapter 4: Threading and Asynchronous Operations 7. Chapter 5: Dependency Injection in .NET 8. Chapter 6: Configuration in .NET Core 9. Chapter 7: Logging in .NET 5 10. Chapter 8: Understanding Caching 11. Section 3: Developing Your Enterprise Application
12. Chapter 9: Working with Data in .NET 5 13. Chapter 10: Creating an ASP.NET Core 5 Web API 14. Chapter 11: Creating an ASP.NET Core 5 Web Application 15. Section 4: Security
16. Chapter 12: Understanding Authentication 17. Chapter 13: Understanding Authorization 18. Section 5: Health Checks, Unit Testing, Deployment, and Diagnostics
19. Chapter 14: Health and Diagnostics 20. Chapter 15: Testing 21. Chapter 16: Deploying the Applications in Azure 22. Assessments 23. Other Books You May Enjoy

What this book covers

Chapter 1, Designing and Architecting the Enterprise Application, first discusses commonly used enterprise architectures and design patterns, and then covers designing and architecting an enterprise application into a three-tier application consisting of a UI layer, service layer, and database.

Chapter 2, Introducing .NET 5 Core and Standard, starts from our awareness that runtime is where your code runs. In this chapter, you will learn about the core and advanced concepts of .NET 5 Core runtime components.

Chapter 3, Introducing C# 9, talks about the new features in C# 9, which was released with .NET 5.

Chapter 4, Threading and Asynchronous Operations, helps you learn about threads, thread pools, tasks, and async await in detail and how .NET Core allows you to build asynchronous applications.

Chapter 5, Dependency Injection in .NET, helps us to understand what dependency injection is and why every developer is flocking toward dependency injection. We will learn how dependency injection works in .NET 5 and list the other options that are available.

Chapter 6, Configuration in .NET Core, teaches you how to configure .NET 5 and use the configuration and settings in your applications. You will also learn about extending the .NET 5 configuration to define your own sections, handlers, providers, and so on.

Chapter 7, Logging in .NET 5, discusses the events and logging APIs in .NET 5. We will also deep dive into logging using Azure and Azure components and learn how to do structured logging.

Chapter 8, Understanding Caching, discusses the caching components available in .NET 5 and the best industry patterns and practices.

Chapter 9, Working with Data in .NET 5, discusses two possible data providers: SQL and data like RDMS. We will also discuss at a high level how NoSQL databases can be used for storage and data handling using .NET 5. This chapter will discuss .NET Core's interface with files, folders, drives, databases, and memory.

Chapter 10, Creating an ASP.NET Core 5 Web API, develops the service layer of our enterprise application by using an ASP.NET Core 5 Web API template.

Chapter 11, Creating an ASP.NET Core 5 Web Application, develops the web layer of our enterprise application by using an ASP.NET Core 5 MVC web application template and Blazor.

Chapter 12, Understanding Authentication, discusses the most common authentication patterns in the industry and how you could implement them using .NET 5. We will also cover implementing custom authentication.

Chapter 13, Understanding Authorization, discusses the different methods of authorization and how ASP.NET Core 5 lets you handle it.

Chapter 14, Health and Diagnostics, discusses the importance of monitoring the health of an application, building a healthcheck API for .NET Core apps, and Azure applications for capturing the telemetry and diagnosing the problem.

Chapter 15, Testing, discusses the importance of testing. Testing is an essential part of development and no application can be shipped without proper testing, so we will also discuss how we can unit test our code. We will also learn how to measure the performance of an application.

Chapter 16, Deploying the Application in Azure, discusses the deployment of applications in Azure. We will check-in our code to the source control of our choice, and then the CI/CD pipeline will kick in and deploy the application in Azure.

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