From ff606c801b56353926438f9e192efbf382316587 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Fri, 29 Aug 2025 10:28:10 -0700 Subject: [PATCH 1/4] Update author credit in Home.cshtml --- EssentialCSharp.Web/Views/Home/Home.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EssentialCSharp.Web/Views/Home/Home.cshtml b/EssentialCSharp.Web/Views/Home/Home.cshtml index 1632f185..e97eebd7 100644 --- a/EssentialCSharp.Web/Views/Home/Home.cshtml +++ b/EssentialCSharp.Web/Views/Home/Home.cshtml @@ -8,7 +8,7 @@

The Comprehensive, Expert Guide to C# Language Programming

-
Written by Mark Michaelis with Eric Lippert & Kevin Bost
+
Written by Mark Michaelis and Benjamin Michaelis with Eric Lippert & Kevin Bost

Essential C# is a well-organized, no-fluff guide to C# for programmers at all levels of experience. Reflecting the most important C# features from 3.0 through 8.0 and including modern programming patterns, @@ -111,4 +111,4 @@

- \ No newline at end of file + From 5d8285bcbbe96430fc55b1b3d98e11a02669b5bb Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Fri, 29 Aug 2025 10:29:09 -0700 Subject: [PATCH 2/4] Update description in _Layout.cshtml --- EssentialCSharp.Web/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EssentialCSharp.Web/Views/Shared/_Layout.cshtml b/EssentialCSharp.Web/Views/Shared/_Layout.cshtml index e92bdb0c..9bd07154 100644 --- a/EssentialCSharp.Web/Views/Shared/_Layout.cshtml +++ b/EssentialCSharp.Web/Views/Shared/_Layout.cshtml @@ -31,7 +31,7 @@ @{ const string imageUrl = "https://essentialcsharp.com/images/icon.png"; - const string description = "Accelerate your development knowledge with C# expert Mark Michaelis' free, online comprehensive C# tutorial and reference that is updated through C# 11.0"; + const string description = "Accelerate your development knowledge with C# experts Mark Michaelis and Benjamin Michaelis' free, online comprehensive C# tutorial and reference that is updated through C# 11.0"; string title = $"Essential C#{(string.IsNullOrEmpty(ViewBag.PageTitle) ? string.Empty : $": {ViewBag.PageTitle}")}"; } From c86d37f6367820138229f5addbdc7157a98bead6 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Fri, 29 Aug 2025 10:31:51 -0700 Subject: [PATCH 3/4] Update author names in Home.cshtml --- EssentialCSharp.Web/Views/Home/Home.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EssentialCSharp.Web/Views/Home/Home.cshtml b/EssentialCSharp.Web/Views/Home/Home.cshtml index e97eebd7..6d462e04 100644 --- a/EssentialCSharp.Web/Views/Home/Home.cshtml +++ b/EssentialCSharp.Web/Views/Home/Home.cshtml @@ -15,9 +15,9 @@ it will help you write code that’s simple, powerful, robust, secure, and maintainable.

- World-class C# expert Mark Michaelis presents a complete tutorial and reference for the entire language, + World-class C# expert Mark Michaelis and Benjamin Michaelis present a complete tutorial and reference for the entire language, including expert coverage of key C# enhancements, C#’s use with .NET Core/.NET Standard, - and cross-platform compilation. He illustrates key C# constructs with succinct examples, + and cross-platform compilation. They illustrates key C# constructs with succinct examples, and presents best-practice coding guidelines.

From 3df240fa5efcd8189bdd2e366703756e897e40a9 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Fri, 29 Aug 2025 10:32:31 -0700 Subject: [PATCH 4/4] Correct description wording in _Layout.cshtml --- EssentialCSharp.Web/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EssentialCSharp.Web/Views/Shared/_Layout.cshtml b/EssentialCSharp.Web/Views/Shared/_Layout.cshtml index 9bd07154..5fada5c7 100644 --- a/EssentialCSharp.Web/Views/Shared/_Layout.cshtml +++ b/EssentialCSharp.Web/Views/Shared/_Layout.cshtml @@ -31,7 +31,7 @@ @{ const string imageUrl = "https://essentialcsharp.com/images/icon.png"; - const string description = "Accelerate your development knowledge with C# experts Mark Michaelis and Benjamin Michaelis' free, online comprehensive C# tutorial and reference that is updated through C# 11.0"; + const string description = "Accelerate your development knowledge with C# expert Mark Michaelis and Benjamin Michaelis' free, online comprehensive C# tutorial and reference that is updated through C# 11.0"; string title = $"Essential C#{(string.IsNullOrEmpty(ViewBag.PageTitle) ? string.Empty : $": {ViewBag.PageTitle}")}"; }