Tag: C#

Saturday November 9th, 2019

Web Service and SQL Connection

Hello, In my previous article, i wrote about the how to create Web App and SQL Service in the Azure. In this article, I create a ASP.NET Web Service and try to communicate with the services which we created at Azure. Also I will try to keep data in SQL. Firstly, I create a blank solution and then I create an ASP.NET Core and choose the template […]

Friday November 8th, 2019

Azure Web App and SQL Databases

Hello, In our project whatever we develop, we would like to keep our data in the databases. For that Azure present us to some free services. In this services, I will create a Web App and SQL Database and then i try to make these services communicate with each other. After the making connection between the web app and sql database, I will connect the web service […]

Thursday August 15th, 2019

Xamarin.Forms – Netflix

Hello, Today, I will try to make Netflix mobile application design using Xamarin.Forms. Netflix is the one of the most popular application nowadays and I think Netflix has a elegant mobile design. Thanks to Xamarin.Forms, I can make the design same time in the iOS and Android platforms. Firstly, I opened the Xamarin.Forms project and I tried to make 4 screens of the Netflix. When we opened the […]