Skip to content

Commit bbadd7a

Browse files
Update author credit in Home.cshtml (#772)
1 parent c6568e1 commit bbadd7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

EssentialCSharp.Web/Views/Home/Home.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<div class="row gx-5">
99
<div class="col-12 col-md-6">
1010
<h3>The Comprehensive, Expert Guide to C# Language Programming</h3>
11-
<div class="h5"><i>Written by Mark Michaelis with Eric Lippert & Kevin Bost</i></div>
11+
<div class="h5"><i>Written by Mark Michaelis and Benjamin Michaelis with Eric Lippert & Kevin Bost</i></div>
1212
<p>
1313
Essential C# is a well-organized, no-fluff guide to C# for programmers at all levels of experience.
1414
Reflecting the most important C# features from 3.0 through 8.0 and including modern programming patterns,
1515
it will help you write code that&rsquo;s simple, powerful, robust, secure, and maintainable.
1616
</p>
1717
<p>
18-
World-class C# expert Mark Michaelis presents a complete tutorial and reference for the entire language,
18+
World-class C# expert Mark Michaelis and Benjamin Michaelis present a complete tutorial and reference for the entire language,
1919
including expert coverage of key C# enhancements, C#&rsquo;s use with .NET Core/.NET Standard,
20-
and cross-platform compilation. He illustrates key C# constructs with succinct examples,
20+
and cross-platform compilation. They illustrates key C# constructs with succinct examples,
2121
and presents best-practice coding guidelines.
2222
</p>
2323
</div>
@@ -111,4 +111,4 @@
111111
</a>
112112
</div>
113113
</div>
114-
</div>
114+
</div>

EssentialCSharp.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<head>
3232
@{
3333
const string imageUrl = "https://essentialcsharp.com/images/icon.png";
34-
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";
34+
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";
3535
string title = $"Essential C#{(string.IsNullOrEmpty(ViewBag.PageTitle) ? string.Empty : $": {ViewBag.PageTitle}")}";
3636
}
3737
<meta charset="utf-8" />

0 commit comments

Comments
 (0)