Skip to content

Commit 682e9a3

Browse files
readme .net 6 updates for razor pages and mvc
1 parent 37c4f46 commit 682e9a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

3_Web/RazorAndMVC/Readme.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This chapter contains these samples:
1111
* EventViews (view components library)
1212
* MVCSample (ASP.NET Core MVC Project)
1313

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+
1420
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021)
1521

1622
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

Comments
 (0)