Category: blog

blog

Solid Principles in C#

It’s time to talk about a topic that every developer should know to work better regardless of the language or framework used: The S.O.L.I.D principles. What are the S.O.L.I.D. principles? The S.O.L.I.D. design principles are a collection of best practices for object-oriented design. The term S.O.L.I.D. comes from the initial letter of each of the […]

Ottorino Bruni 
blog

Nuget TextCase library for .NET

I have often used and created nuget packages in many companies and never had the desire or time to create/manage my own nuget package that could help other fellow developers. So i decide to create the TextCase library for .NET, it helps changing the cases of existing texts. Nuget TextCase library for .NET There are […]

Ottorino Bruni