Month: October 2019

Wednesday October 30th, 2019

Linux Mint Setup

Hello friends,Today I will setup the Linux Mint to the my Virtual Machine using by the VMware Workstation. I setup the VMware Workstation before, If you will have trouble the install you can ask me via e-mail or comments. The reason of the installing Linux Mint to the m computer, I would like to experience different operating systems. Before the installation, we have to download the Linux Mint […]

Monday October 28th, 2019

Linked List

Hello, Linear List is a linear data structure which keeps the every data separately. Arrays are static but Linked Lists has dynamic structure. We may have difficulty to add a data to the array but if we use linked lists, we can add the data where ever we want. Number of the data is not sure in the Linked Lists, we can add data or delete data […]

Thursday October 17th, 2019

ASP.NET Web API

Hello, When we develop an application, we may want to keep data in the local or real time databases. In my previous articles, I wrote about the how to use sqlite. Now, I would like to create a web api using by the ASP.NET. While writing this article, I follow the Microsoft Documentation. Firstly, I created a blank solution and then i added the ASP.NET Core Web […]

Friday October 11th, 2019

Xamarin.Forms Text Analysis

Hello, In my previous article, I try to  wrote about the face recognition and in this article, i will try to make Text Analytics app. Text Analytics can be used for the different purposes. In the application, I will try to make sentiment analytics, language analytics, important entities or people analytics and key phrases of the text. Firstly, Login into Azure and create a Text […]

Wednesday October 9th, 2019

Xamarin.Forms Face Recognition

Hello, Artificial Intelligence applications is getting better day by day and while this area is developing, I would like to add AI properties to the my applications. Thanks to Azure, We can easily add the AI and Machine Learning’s API to our applications. I am going to write articles about the using Cognitive Services in Xamarin.Forms application in the coming days and this article will be […]

Sunday October 6th, 2019

Xamarin.Forms Facebook

Hello, Facebook is the one of the most used social media application and today i am going to show you how to make Facebook design with Xamarin.Forms. Lets start the coding(Create a blank Xamarin.Forms application). When we open the Facebook, We see a LoginPage. Firstly, I tried to do Login Page design so i created a page. I added the StackLayout to the page and […]