A comprehensive guide to every important component of C# language and .NET 6 required to build a robust enterprise web applications
Key Features
- Explore the advanced features of C# and .NET 6 to enhance your code and productivity
- Follow clear and easy instructions for building an end-to-end enterprise application
- Learn how to build scalable web applications and host them on the cloud
Book Description
Building production-ready enterprise applications can be a challenging task due to the over-abundance of tools and their different versions that make app development complex. This book simplifies the process with an end-to-end road map for building enterprise applications from scratch using the latest features of .NET Core 6 and C# 10.
Throughout the book, you'll work on creating an enterprise app and adding a key component to the app with each chapter, before ?nally getting it ready for testing and deployment. You'll learn concepts relating to advanced data structures, the Entity Framework Core, parallel programming, and dependency injection. As you progress, you'll cover various authentication and authorization schemes provided by .NET Core to make your apps and APIs secure. Next, you'll build web apps using ASP.NET Core 6 and deploy them on the cloud while working with various cloud components using Azure. The book then shows you how to use the latest Microsoft Visual Studio and C# 10 to simplify developer tasks, and also explores tips and tricks in Visual Studio to improve your productivity. Later, you'll discover various testing techniques such as unit testing and performance testing as well as di?erent methods to deploy enterprise apps.
By the end of this book, you'll be able to create enterprise apps using the powerful features of .NET 6 and deploy them on the cloud.
What you will learn
- Design enterprise apps by making the most of the latest features of .NET 6
- Discover di?erent layers of an app, such as the data layer, API layer, and web layer
- Explore end-to-end architecture, implement an enterprise web app using .NET and C# 10, and deploy the app on Azure
- Focus on the core concepts of web application development such as dependency injection, caching, logging, con?guration, and authentication, and implement them in .NET 6
- Integrate the new .NET 6 health and performance check APIs with your app
- Understand how .NET 6 works and contribute to the .NET 6 platform
Who This Book Is For
If you are a developer, architect, or senior programmer who wants to leverage the features of .NET 6 and the C# language, as well as grasp essential techniques to build your skills, then this C# .NET 6 book is for you.
Table of Contents
- Designing and Architecting the Enterprise Application
- Introducing .NET 6 Core and Standard
- Introducing C# 10
- Threading and Asynchronous Operations
- Dependency Injection in .NET 6
- Configuration in .NET Core
- Logging in .NET 6
- All You Need to Know About Caching
- Working with Data in .NET6
- Creating ASP.NET 6 Web API
- Creating ASP.NET 6 Web application
- Understanding Authentication
- Understanding Authorization
- Health and Diagnostics
- Testing
- Deploying Applications in Azure