Week 51, 2024
Monday, 16 December 2024 - Sunday, 22 December 2024
How do you defend C# fundamental practises against an aggressor?
Do you regularly use FluentAssertions in your apps? #dotnet It can be used to give our unit test asserts a more readable and expressive syntax as some of the examples below show. pic.x.com/C4eWJP8qH1pic.x.com/C4eWJP8qH1
The Hardest Part About API Versioning? Which NuGet Package To Use...
Implement Paging, Sorting, and Searching in API (C#) and angular
xUnit [MemberData] parameterized test example #dotnet x.com/i/web/status/1… pic.x.com/NuCRDOiyTM
Is var overrated in C#? Check out Target Typed New Expressions
Are Microsoft actively working on projects which use Blazor or MAUI?
3 Things about .NET 9 Upgrades
Building a Webhooks System in .NET From Scratch (part 1)
GitHub - dotnet/ClangSharp: Clang bindings for .NET written in C#
Why is Microsoft Harming .NET Open-Source?
Modern .NET NuGet Packaging with Scott Harden
How to Download All User OneDrive Files
237. How To Modernize Your Skills as a C# Developer
SOLID Open / Closed Principle example ⬇ #dotnet If we have a lot of type checks in our code we can consider using interfaces and applying the Open/Closed Principle from SOLID. But first .... What is the Open/Closed Principle (OCP)? The Open/Closed Principle states that:… x.com/i/web/status/1… pic.x.com/w5l2JUNDQPpic.x.com/w5l2JUNDQP
Don't Be Lazy and Use String Interpolation in C#
Do high traffic dotnet webapps still use typical DI
Show HN: Musoq – Query Anything with SQL Syntax (Git, C#, CSV, Can DBC)
Show HN: Musoq – Query Anything with SQL Syntax (Git, C#, CSV, Can DBC)
GitHub Copilot Free is here in Visual Studio
SOLID Interface Segregation Principle example #dotnet Keep interfaces highly focused. In the hotel room example below, because we have a few smaller interfaces the rooms have more granular control over what functionality they offer. x.com/i/web/status/1… pic.x.com/7XuDk27KGL
Fault Report – and alternative to Result in F#
Fault Report – and alternative to Result in F#
An Introduction to Corvus.JsonSchema Code Generator for .NET
Thoughts on using "var" vs explicit typing in variable instantiations?
.NET Conf 2024 Recap – Celebrating .NET 9, AI, Community, & More
Liskov Substitution Principle (LSP) inconsistency examples 🧵 #dotnet LSP is one of the SOLID principles and says: "Objects of a superclass should be replaceable with objects of a subclass without affecting the correctness of the program." If we have a class hierarchy, we… x.com/i/web/status/1… pic.x.com/V1SKhMpcqF