In this project, you’ll use Razor Pages to build an application that allows us to create tasks and save them to a database, enforces data validation for those tasks, and displays them in a table on the app home page.
You May Also Like
Controlling Program Flow in C#
- byAlex Wolf
- April 28, 2021
Nearly every modern application requires structured logic to make decisions and manage repetitive tasks. In this course, Controlling…
What’s New in ASP.NET Core 6.0
- byAlex Wolf
- December 11, 2021
The ASP.NET platform has seen major changes over the last several years, due to the split between ASP.NET…
What’s New with ASP.NET Core in .NET 5.0
- byAlex Wolf
- December 9, 2020
.NET 5.0 begins a new, unified vision for a platform that has historically suffered from fragmentation. In this…