Published intimeless-dotnetThe Builder Pattern in C# [2024]When to use it, how to implement it, and how to avoid boilerplate.2d ago2d ago
Published intimeless-dotnet4 Ways to Implement INotifyPropertyChangedGo beyond automatic properties. Learn about implementation patterns and tools that automate them.Oct 24Oct 24
Implement INotifyPropertyChanged with MetalamaMost of today’s UI applications rely on binding data classes to UI classes. The INotifyPropertyChanged interface is the standard way to…Oct 14Oct 14
Published intimeless-dotnetImplementing the Builder pattern with MetalamaLearn how to automatically generate the repetitive code of the Builder pattern with Metalama.Oct 11Oct 11
Published intimeless-dotnetAdding Serilog to ASP.NET Core: a practical guideSerilog is a logging library for .NET. It can be used on its own, but it is also compatible with Microsoft.Extensions.Logging, making it…Sep 13Sep 13
Published intimeless-dotnetSimplify Your .NET Aspire Caching With MetalamaCache method results with just a custom attribute.Sep 13Sep 13
Published intimeless-dotnetMemoryCache in C#: A Practical GuideMemoryCache is the standard implementation of an in-memory cache for C# applications. It helps boost performance and scalability at the…Jul 1Jul 1
Published intimeless-dotnetImproving Your Team’s Productivity Through Consistent Code StylePractices and tips from the Metalama teamJun 17Jun 17
Published intimeless-dotnetFast and Compact Structured Logging in C# Using String InterpolationHow custom interpolation handlers save the day.Jun 3Jun 3
Published intimeless-dotnetThe Decorator pattern in modern C#Learn how to use this pattern in your code without boilerplate.May 291May 291