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 […]
Month: October 2020
.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 […]
Xamarin Forms – Charts
In this article we’ll explore together how to integrate charts into Xamarin Forms Application. It has always been very important to display chats for a mobile user in order to provide users with a clear overview of digital data. In this tutorial, we’ll use Microcharts Nuget plugin. It is just simple drawing on top of […]