.NET Hexagonal Architecture
Hello there, if you want to make a little more complex but organized architecture you must read this post.
Read more ...
Gauge Control with Xamarin Forms
If you want to create a custom control for your Xamarin Forms, in specific a Gauge Control, you need to see this post.
Read more ...
Configuration Values in ASP.NET Core
If you have more than one environment that uses different endpoints or values as a third party service, DB Connection Strings, Email Settings, Log Parameters, please read this
Read more ...
Xamarin Forms FlexLayout
If you want to try a different component to organize your xaml controls you must watch this.
Read more ...
Xamarin Forms BottomSheet
Let's adopt a new design style to take advantage nowadays with current global applications.
Read more ...
MLNet Image Classification
If you want to train a set of images to make an image classifier this post is for you.
Read more ...
ASP.NetCore Image Resizing
A lot of people asks about how to resize an image, with libraries, NuGets, but in this case we will use System.Drawing.Common....
Read more ...
Xamarin.Forms SplashScreen with Lottie
If you are bored to watch how Android and iOS apps has an static image as splash screen instead and interesting animated view? This post is for you ...
Read more ...
Xamarin Essentials Battery
The Battery class lets you check the device's battery information and monitor for changes and provides information about the device's energy-saver status, which indicates if the device is running in a low-power mode. Applications should avoid background processing if the device's energy-saver status is on.
Read more ...
Xamarin Forms QR Reader
ZXing.Net.Mobile is a C#/.NET library based on the open source Barcode Library: ZXing (Zebra Crossing), using the ZXing.Net Port. It works with Xamarin.iOS, Xamarin.Android, and Windows Phone.
Read more ...