Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Enterprise Application Development with C# 10 and .NET 6 (Repost)

Posted By: DZ123
Enterprise Application Development with C# 10 and .NET 6 (Repost)

Arun Kumar Tamirisa, "Enterprise Application Development with C# 10 and .NET 6: Become a professional .NET developer by learning expert techniques for building scalable applications, 2nd Edition"
English | 2022 | ISBN: 1803232978 | PDF | pages: 587 | 24.2 mb

A comprehensive guide to every important component of C# and .NET 6 required to build 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 overabundance 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, adding a key component to the app with each chapter, before finally 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. The book then shows you how the latest Microsoft Visual Studio and C# 10 help you simplify developer tasks and shares tips and tricks in Visual Studio to improve your productivity. You'll discover various testing techniques, such as unit testing and performance testing, as well as different 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 to the cloud while working with various cloud components using Azure.
What you will learn
- Design enterprise apps by making the most of the latest features of .NET 6
- Discover different layers of an app, such as the data layer, API layer, and web layer
- Explore end-to-end architecture by implementing an enterprise web app using .NET and C# 10 and deploying it on Azure
- Focus on the core concepts of web application development and implement them in .NET 6
- Integrate the new .NET 6 health and performance check APIs into your app
- Explore MAUI and build an application targeting multiple platforms - Android, iOS, and Windows
Who this book is for
If you are a developer, architect, or senior programmer, this book will show you how to leverage the features of .NET 6 and the C# language, as well as help you grasp essential techniques to build your skills.
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 6
- Logging in .NET 6
- All You Need to Know about Caching
- Working with Data in .NET6
- Creating an ASP.NET 6 Web API
- Creating an ASP.NET 6 Web application
- Understanding Authentication
- Implementing Authorization in .NET 6
- Health and Diagnostics
- Testing
- Deploying the Application in Azure