From 2e1f7bb2ace29ff83ecee0ccb22473d6264662de Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 15 Nov 2021 14:58:17 -0500 Subject: [PATCH] Blazor ebook frontmatter (#27086) * Update cs5001.md (#27080) * Update cs5001.md * Update docs/csharp/misc/cs5001.md Co-authored-by: David Pine * Remove redundant nullable operator (#27023) * Remove redundant nullable operator Remove redundant nullable operator for reference type. String is a reference type and always nullable, * Make undesired error more clear Co-authored-by: Bill Wagner Co-authored-by: Bill Wagner * update version * fix typo Co-authored-by: Machiel visser <16868513+machielvisser@users.noreply.github.com> Co-authored-by: David Pine Co-authored-by: Artur Khutak Co-authored-by: Bill Wagner --- .../architecture/blazor-for-web-forms-developers/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/architecture/blazor-for-web-forms-developers/index.md b/docs/architecture/blazor-for-web-forms-developers/index.md index f72f7b70cde5b..86ea2f37c8d78 100644 --- a/docs/architecture/blazor-for-web-forms-developers/index.md +++ b/docs/architecture/blazor-for-web-forms-developers/index.md @@ -4,7 +4,7 @@ description: Learn how to build full-stack web apps with .NET using Blazor and . author: danroth27 ms.author: daroth no-loc: [Blazor, WebAssembly] -ms.date: 02/02/2021 +ms.date: 11/15/2021 --- # Blazor for ASP.NET Web Forms Developers @@ -12,9 +12,9 @@ ms.date: 02/02/2021 > DOWNLOAD available at: -**EDITION v1.0** +**EDITION v6.0** - Updated to .NET 6 -Refer [changelog](https://aka.ms/blazor-ebook-changelog) for the book updates and community contributions. +Refer to [changelog](https://aka.ms/blazor-ebook-changelog) for the book updates and community contributions. PUBLISHED BY @@ -50,7 +50,7 @@ Authors: > **[Scott Addie](https://github.com/scottaddie)**, Senior Content Developer, Microsoft Corp. -> **[Steve "ardalis" Smith](https://ardalis.com)**, Software Architect and Trainer, Ardalis Services LLC +> **[Steve "@ardalis" Smith](https://github.com/ardalis)**, Software Architect and Trainer, NimblePros.com ## Introduction