DEV Community

Zoltan Halasz
Zoltan Halasz

Posted on

.Net Core Razor Pages

Lately I am building a Razor Pages project, using .Net Core 2.2
I use EF Core to retrieve data from the 10 tables of the database, and the application helps navigate the data from the tables/using the relationships between the entities. (it does a bit more, but that's the main point).

My experience with Razor Pages is described more in detail here:
https://mydev-journey.blogspot.com/2019/11/razor-pages-not-for-shaving.html

Does Anybody have any nice tutorials, materials, input for such case?

Top comments (0)