You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3_Web/RazorAndMVC/Readme.md
+6
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ This chapter contains these samples:
11
11
* EventViews (view components library)
12
12
* MVCSample (ASP.NET Core MVC Project)
13
13
14
+
## .NET 6 Updates
15
+
16
+
With .NET 6, the `Startup` class has been replaced by top-level statements in the *Program.cs* file. The new `WebApplication` class abstracts the use of the `Host` class.
17
+
18
+
## More Information
19
+
14
20
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021)
15
21
16
22
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com"csharp.christiannagel.com") for additional information for topics covered in the book.
0 commit comments