Good Monday, time to share my reading notes. Those are a curated list of all the articles, blog posts, podcast episodes, and books that catch my interest during the week and that I found interesting. It's a mix of the actuality and what I consumed.
You think you may have interesting content, share it!
Programming
-
.NET6 Razor Pages CRUD Operations With Entity Framework Core (Naveen Bommidi) - A great post to get started with EF with Razor, everything is well explained and clear.
-
Introducing new Git features to Visual Studio 2022 (Taysser Gherfal) - Wow, many impressive features are available straight from Visual Studio.
-
Polymorphism in C# (Code Maze) - Oh nice, it's been a while since I read such a good post about this concept.
-
Codeless != Designless (Steve Fenton) - Of course, always design/ plan/ at east napkin drawing before starting putting the pieces together.
-
Using Minimal APIs in ASP.NET Core Razor Pages (Mike Brind) - Okay, okay, I think I could get used to this new minimal approach thing. I will need to code a little by myself first, but thanks to this post I have a good idea.