How to Build a Todo List App with CSharp and Xamarin

Introduction In this tutorial, we will walk through the process of building a todo list app using C# and Xamarin. Xamarin is a cross-platform development framework that allows us to write applications for Android, iOS, and Windows using the .NET language. We will use Visual Studio as our IDE to Continue Reading

Developing Cross-platform Applications with Xamarin

In today’s world, where mobile applications are one of the most important aspects of business, developing cross-platform applications has become essential. Cross-platform development offers developers the ability to write code once and deploy it on multiple platforms, such as iOS and Android, saving a considerable amount of time and effort. Continue Reading