Functional programming concepts in C#
Published in by Gustavo Mauricio de Barros
Learn functional programming in C#. Discover immutability and the Result Pattern to write safer and cleaner code.
READ MORE5 article(s)
Published in by Gustavo Mauricio de Barros
Learn functional programming in C#. Discover immutability and the Result Pattern to write safer and cleaner code.
READ MOREPublished in by Gustavo Mauricio de Barros
This article examines the use of static lambdas, a feature introduced in C# 9, which prevents unnecessary heap allocations by disallowing variable captures in lambdas. It also highlights how the JetBrains [RequireStaticDelegate] attribute can assist in enforcing this pattern within APIs.
READ MOREPublished in by Gustavo Mauricio de Barros
Learn how to configure YARP (Yet Another Reverse Proxy) in ASP.NET Core to load routes and clusters directly from a database.
READ MOREPublished in by Gustavo Mauricio de Barros
Polymorphism in EF Core with Star Wars droids: Learn how to model and query polymorphic entities using TPH, TPT, and TPC strategies with practical C# examples inspired by Star Wars droids for efficient and maintainable database design.
READ MOREPublished in by Gustavo Mauricio de Barros
Discover how to execute mathematical expressions in a string in .NET. Understand how it works and its advantages.
READ MORE