diff --git a/EssentialCSharp.Web/Views/Home/Home.cshtml b/EssentialCSharp.Web/Views/Home/Home.cshtml index 1632f185..6d462e04 100644 --- a/EssentialCSharp.Web/Views/Home/Home.cshtml +++ b/EssentialCSharp.Web/Views/Home/Home.cshtml @@ -8,16 +8,16 @@

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, 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.

@@ -111,4 +111,4 @@
- \ No newline at end of file + diff --git a/EssentialCSharp.Web/Views/Shared/_Layout.cshtml b/EssentialCSharp.Web/Views/Shared/_Layout.cshtml index e92bdb0c..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# 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# 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}")}"; }