Working with CarouselView in Xamarin Forms
Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This...
Xamarin.Forms code runs on multiple platforms – each of which has its own filesystem. This...
In my previous post, we discussed about immutable data structure. Now, imagine that we want...
An immutable data structure (or object) is a structure whose value doesn’t change after it’s created. When you declare a…
The unity container manages the lifetime of objects of all the dependencies that it resolves...
This article shows how to implement a Microsoft Account as an external provider in an...
I have a website running on ASP.NET MVC 4.5.2. I have an IdentityServer4 server running...
You can use System.UriBuilder class to build a new well-formed URI. You need to set...
A tag helper is any class that implements the ITagHelper interface. However, when you create...
Simple example for MongoDB. Save and retrieve data from Azure Cosmos DB. Create an Azure...
In another post I discussed how to implement Inversion of Control Pattern in C#. In...
For a new project, my client required to output date strings in a format that...
Sometimes you need to change a value for a specific platform and this value is...
Apple introduced with iOS 11 a new UI in particular for larger titles: if you...
In Xamarin Forms there is a native function called UriBuilder: it allow you to create...
Xamarin Forms doesn’t have a Label with a Bindable FormattedString. For example, if you want...
A ListView is a kind of repeater but isn’t always what I want. It’s surprising...
In my previous post called Xamarin: how to Start an Application at Device Boot in...
This tutorial will explain to stat an application while the Android device boot-up. For this,...
C# does not provide IsDate() function. Sometimes in your developer environment region settings are different...
Hi guys, I want in MVC to render a text with an image as an...
The purpose of this code is the detect how slow is your connection downloading a...
My initial problem was to extract from a SQL string generated by MySql, all fields....
First you add a new class as a ViewModel like: public class RoomViewModel : BaseViewModel...
In this recipe I will show you how to add a hamburger menu to your...
Read the file, remove the multiple line (but it saves one of them) in memory...