Good Monday, Already time to share new reading notes. Here is a list of all the articles, and blog posts that catch my interest during the week.
If you think you may have interesting content, share it!
Cloud
- Azure SDK Release (November 2022) - Azure SDK Blog (Azure SDK team) - New release with tons of updates.
Programming
-
.NET 7 Web API CRUD Using Entity Framework Core (Naveen Bommidi) - This is a good tutorial to build our first simple API with EF...and it uses the brand new .NET 7.0
-
7 Reasons for Startups to Choose ASP.NET Over Node.js (Michael Shpilt) - I believe the most crucial point is to use a language that your team is comfortable with. If everyone already masters Node, then continue with that. If you are starting a new team or need specific performance or requirements that Node doesn't provide then, of course, .NET must be considered.
-
7 common mistakes new contributors make in Open Source Software - DEV Community 👩💻👨💻 (Jessica Wilkins) - Good health check of our practices when collaborating on an open-source project.
-
Minimal API validation with ASP.NET 7.0 Endpoint Filters - Ben Foster (Ben Foster) - That minimalist API can really make us save some keystrokes
-
Multi-repository Support Released! - Visual Studio Blog (Jessie Houghton) - That's very good news and so many developers will be happy about it.
-
.NET Interactive Notebooks is now Polyglot Notebooks! - .NET Blog (Claudia Regio) - A new name, the same great tool with a bright future.