Intoduction What are guard clauses ? Guard clauses are true/false expressions (predicates) found at the top of a method or function that determine whether the function should continue to run. […]
Using Json Documents in MySQL
Introduction Before some days I started a new project with blazor. I am using a MySQL database and I tried to work somehow with json documents in MySQL. During searching, […]
A generic ‘RecyclerView Adapter’ for Xamari.Android
The idea is to create a base RecyclerView that can be used many times in your android application. To read more about the component visit this page. Let’s start! The […]
Xamabrouk.RestHelper
Provides a full and clean solution to POST, GET,PUT or DELETE data to server using a Rest API.. Introduction Most of developer are using Web APIs when creating Mobile, Desktop […]