Blazor WebAssembly tutorial #3 – Event Handling
Blazor is a framework similar to frameworks like React.js or Angular.js, but instead of Javascript, you use…
Blazor WebAssembly tutorial #2 – Components
Blazor is a framework similar to frameworks like React.js or Angular.js, but instead of Javascript, you use…
Using SQLite with Xamarin Forms.
In this video, we will create a Xamarin Forms app that stores data into an SQLite database.The…
Unit testing Xamarin Forms View Model
In this tutorial, we are going to see how to unit test a view model in a…
Automatically mocking dependencies with AutoMock
Autofac is a well-established Ioc container, it also comes with an extension that integrates the popular mocking…