Blog
Riflessioni su DevOps, software engineering, team di sviluppo e intelligenza artificiale.
406 articoli pubblicati
WPF Prism concepts: regions
If you are a developer in the Microsoft environment and if you're developing desktop apps, it's likely that you've read something about Pris…
Leggi →SOLID principles by example: Dependency inversion
This is the last blog post about the SOLIDhttps://ilclubdellesei.wordpress.com/2017/07/03/solid-principles-by-examples-introduction/ princip…
Leggi →SOLID principles by example: Interface segregation
This post continues the analisys of the SOLID principleshttps://ilclubdellesei.wordpress.com/2017/07/03/solid-principles-by-examples-introdu…
Leggi →SOLID principles by examples: Liskov Substitution Principle
In this post we're going to explore the third of the SOLID principles: the Liskov Substitution Principle LSP.
Leggi →SOLID principles by examples: open/closed
This post continues the analisys of the SOLID principleshttps://ilclubdellesei.wordpress.com/2017/07/03/solid-principles-by-examples-introdu…
Leggi →SOLID principles by examples: single responsability
This blog post will explain with simple examples the Singe Responsabily Principle of SOLID agiles principles to better understand how we can…
Leggi →Agile@School 2017 - This is the end
Agile@school by Alessandro Alpihttps://www.linkedin.com/in/suxstellino/ è un progetto per portare nelle scuole i principi di lavoro agile e …
Leggi →SOLID principles by examples: introduction
SOLID is a common acronym in the software development world. It’s useful to remeber five best practices to design classes in a object orient…
Leggi →UWP Prism Unit Test
I’m sure we all hear about unit testing, test driven development and so on. These practices are useful and provide a long list of benefit li…
Leggi →Prism UWP for beginners: events
In this post we explore another major component of Prism: the EventAggregator.
Leggi →