The space on your hard drive is running low and you don’t know what to do. What to clean? Is there an app that can clean my PC? The vast majority of Windows users rely on third party apps like CCleaner to do this job. Make yourself a favor: don’t do this. Windows has a…… Continue reading Clean your Windows 10 like a pro
Category: windows
How to setup a Private Agent in Visual Studio Team Services
The installation of a private agent for VSTS is quick and simple. Let’s try it out!
Prism UWP for beginners: lifecycle
In this post we’ll explore the management of the lifecycle of a UWP app inside the OS.
Prism UWP for beginners: binding and commands
Let’s practice with Prism for UWP binding and commands.
Prism UWP for beginners: setup
I want to learn Prism because it may be helpful in some future projects of my company. To better understand how it works I need a target. I’d like to create a simple UWP app that displays my Twitter timeline and the local weather based on the GPS. Prism will help me to adopt the MVVM architeture and IoC/DI concepts.
How to get started with Prism in 3 easy steps
In this post we explore the basics of Prism to create a mantainable and scalable WPF application. How to get started Download the nuget Prims.Xyz package for your Platform: in this example for WPF (Prims.WPF and Prism.Unity) with Visual Studio; Create a bootstrapper; Edit App.xaml and App.xaml.cs files; (Bonus point) Reorganize our project. With this…… Continue reading How to get started with Prism in 3 easy steps