Issue #142 of the Code Maze weekly.
Check out what’s new this week and enjoy the read.
.NET and C# Top Picks
- Different types of LINQ queries: Query Syntax and Method Syntax [codingsight.com]
Everyone loves LINQ. It’s one of the best additions .NET ever got, so make sure to use it to its full potential and that means knowing what you can do with both query and method syntax. Read more about it in this article by Ivan Matec. - ASP.NET Core 7 updates [asp.net-hacker.rocks]
.NET 7 full release is just around the corner so let’s take a quick glance at the newest ASP.NET Core features we should be looking forward to with Jürgen Gutsch.
Other Great Reads
- Creating an ASCII Table with C# [nodogmablog.bryanhogan.net]
- Using MediatR with API Endpoints [nodogmablog.bryanhogan.net]
- Simple Dependency Injection for .NET Lambda Functions [nodogmablog.bryanhogan.net]
- Using MediatR with .NET Lambda Functions and Function URLs [nodogmablog.bryanhogan.net]
- Rate limiting in web applications – Concepts and approaches [blog.maartenballiauw.be]
- XAML Fundamentals for Web & Mobile: Advanced Binding Techniques [platform.uno]
- Add Unit Tests To Your Azure Functions [dotnetthoughts.net]
- Vibrations in .NET MAUI [askxammy.com]
- Ensuring best practices for NuGet packages [www.meziantou.net]
- Implement the On Behalf Of flow between an Azure AD protected API and an API protected using OpenIddict [damienbod.com]
- Adding validation to strongly typed configuration objects in .NET 6 [andrewlock.net]
- Deploy ASP.NET Core Web API to Amazon ECS – Dockerized Applications with AWS Fargate – Ultimate Guide [codewithmukesh.com]
- .NET Class Diagrams In JetBrains Rider with PlantUML [khalidabuhakmeh.com]
YouTube
- C#/WPF – Deep dive into the TabControl [www.youtube.com]
- Login – WPF + FIREBASE AUTHENTICATION #3 [www.youtube.com]
- The Perfect C# Console Application…Or Not. [www.youtube.com]
- Microsoft FINALLY fixed foreach loops in .NET 7 [www.youtube.com]
- Compiling C# into NATIVE code, just like Go, Rust and C++ [www.youtube.com]
- 3 Frameworks / 3 APIs – Step by Step Builds [www.youtube.com]
- How To Add Retrying To Outbox Pattern With Polly [www.youtube.com]
- EF Core Performance Optimization Challenge | 233x FASTER [www.youtube.com]
News & Updates
- Announcing the .NET MAUI Community Toolkit v1.3 [devblogs.microsoft.com]
- New JavaScript Interop Improvements in .NET 7 RC 1 [www.infoq.com]
Podcasts
- GitHub Copilot with Michelle Mannering [www.dotnetrocks.com]
- Unstructured Data With Kirk Marple [dotnetcore.show]
Other Interesting Articles
- What is Software Architecture? [codeopinion.com]
Programming & Life
- Book notes & reflections: The Art of Leadership [www.scottbrady91.com]
Weekly Dose of Humor
- When we start a project without having detailed specifications [thecodinglove.com]
- When I try to resolve a merge conflict [thecodinglove.com]
- When I learn that I will have to maintain a legacy project [thecodinglove.com]
- When my easter egg makes production crash [thecodinglove.com]