Learn Technologies
Xamarin Forms - ChatApp SignalR - Friends

Xamarin Forms – Chat Application – Friends (part 2)

In this new tutorial, we ‘ll see, how to get the list of Friends. Send a private message to friend and how to save it in database. If you read this article for the first time, i invite you to read before the previous tutorial available in this link. Eventually, you can download the code […]

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 […]

.NET Core 3.1 WEB API - JWT authentication Tokens

.NET Core 3.1 WEB API – JWT authentication Tokens (part 1)

In the last article, we saw how to setup .Net Core Web API 3.1 project with Entity Framework. If you haven’t seen it yet, I invite you to read it through this links: .NET Core 3.1 WEB API – Entity Framework Core 3.1.7 (part 1) .NET Core 3.1 WEB API – Entity Framework Core 3.1.7 […]

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 […]

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

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

In this post we’ll go through an example of how to implement create .NET Core Web API project with Entity Framework Core 3.1.7. Before beginning coding, let’s see together the architecture schema. In fact, we need to create a project which can be used in real companies context. That’s mean, develop in accordance with the […]