Learn Technologies
Xamarin Forms-E-Commerce Application

Xamarin Forms – E-commerce Application (part 1)

In this new tutorial series, we will see how to develop an E-commerce application, using Xamarin forms Prism template. In order to install Prism template, I invite you to check my first Xamarin Forms – Prism.The code is available on GitHub. You can find more details in my video on my YouTube channel : Add […]

DotNet Core 3.1 Web API Part 2

.NET Core 3.1 WEB API – Entity Framework Core 3.1.7 (part 2)

In the last tutorial, we saw together how to set up the general architecture for .NET Core Web API. If you haven’t read the article, here’s the link. In this new tutorial, we ‘ll see how to: Configure the settings file and put the database connection string. Call UsersManager in UsersController. Use Postman tool to […]

Xamarin Forms – ListView

In this new tutorial, we ‘ill explore together how to manipulate the component ListView.You can get the code source on GitHub. Data Binding First of all, let’s create a new Xamarin Forms Prism template application called ListView. You can find more detail in the previous post.After that, open the MainPage.xaml page and add new ListView […]