PostSharp Technologies - Content Writer
Oct 2024 - Dic 2024 (3 months)
During this short period of time I wrote several (very challenging) articles for the PostSharp blog, including a series of posts on how to reduce boilerplate code using Metalama, a .NET AOP framework.
PostSharp Technologies is a company that builds meta-programming frameworks for .NET developers to simplify and improve their code. They are known for their Aspect-Oriented Programming (AOP) frameworks, which allows developers to reduce boilerplate code and improve maintainability.
I wrote several articles for their blog, focusing on how to use Metalama (the most modern of their AOP frameworks), to reduce boilerplate code in C# applications. The articles covered various topics, including implementing INotifyPropertyChanged, ICommand, and Dependency Properties with Metalama, as well as best practices for WPF development.
I also wrote articles on the Factory and Abstract Factory design patterns, which are commonly used in software development to create objects without specifying the exact class of object that will be created.
The articles were well-received and helped to showcase the capabilities of Metalama and the benefits of using AOP in .NET development.
The articles I wrote include:
- WPF Pillar
- Factory and Abstract Factory Pattern