Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying ASP.NET Core 9 Essentials
  • Table Of Contents Toc
ASP.NET Core 9 Essentials

ASP.NET Core 9 Essentials

By : Albert S. Tanure
close
close
ASP.NET Core 9 Essentials

ASP.NET Core 9 Essentials

By: Albert S. Tanure

Overview of this book

Build cutting-edge web applications using ASP.NET Core 9 with this comprehensive guide from Microsoft MVP Albert Tanure, a seasoned .NET expert with over 20 years of experience as a cloud solutions architect. Albert brings unparalleled expertise in building modern web applications to ASP.NET Core 9 Essentials to help you kickstart your journey on the right foot. Starting with the platform’s fundamental concepts, you’ll work through practical exercises to develop web applications with powerful UI frameworks, deliver flexible and scalable solutions through an API approach, and explore advanced topics such as customizing request flows and implementing robust security measures. You’ll get to grips with cloud-native practices to prepare your applications for cloud environments. Whether you’re a beginner or an experienced developer, this book is your guide to building modern, secure, and adaptable web applications with ASP.NET Core. By the end, you'll have the skills to create professional web applications that are scalable, resilient, and secure.
Table of Contents (19 chapters)
close
close
Lock Free Chapter
1
Part 1: ASP.NET Core 9 Fundamentals
6
Part 2: Data and Security
9
Part 3: Applying Best Practices
13
Part 4: Hosting, Deploying, and Preparing to the Cloud

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Request delegates are configured using the Run, Map, and Use extension methods, typically configured in the Program.cs file.”

A block of code is set as follows:

string key1 = _configuration.GetValue<string>
  ("MyCustomSetting:Key1");
string key2 = _configuration.GetValue<string>
  ("MyCustomSetting:Key2");

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

var builder = WebApplication.CreateBuilder(args);
 // Add configuration from environment variables
builder.Configuration.AddEnvironmentVariables();
// Add configuration from command-line arguments
builder.Configuration.AddCommandLine(args);
var app = builder.Build();
app.Run();

Any command-line input or output is written as follows:

dotnet add package Microsoft.Azure.AppConfiguration.AspNetCore

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “On the next screen, click on the +Create option to add the new resource.”

Tips or important notes

Appear like this.

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
ASP.NET Core 9 Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist download Download options font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon