Error Could not find a part of the path

I got this error when I wrote a Web API. The project, which worked very well on the local side, made this mistake when I published Azure. He did not see the folder he normally created under the wwwroot folder. If you need to do…

Xamarin Uploading Photos and Videos to the Server

Hello. In today's writing, we will talk about a topic that is on almost every major project. If you want to upload photos to our application or choose to interact with other users online after you select a photo, we need to store it in…

Xamarin and Cognitive Service (Part 1)

In this article I will try to explain how to incorporate Cognitive Services in Azure into my Xamarin Forms project. First we open our project. We need to install packages in the project and we do not have to install them. After clicking on Manage…

Azure Services

Azure is a cloud service built by Microsoft in 2008. During the first outing, the name was Windows Azure. Azure is a cloud computing platform that provides a wide variety of internet services to describe in brief. Currently, Azure offers hundreds of free services under…

Xamarin Online Database Operations with Web Service [Part 3]

We have come to the last part of the process that we will do with our online database with Xamarin. So far we have created a Mobile App Quickstart project in Azure. In this project, we created a database to use SQL, not SQLite, and…

Xamarin Online Database Operations with Web Service [Part 2]

As I noted in Part 1, the data link page we clicked on will say "SQLite can not be used for efficient production". We need to add a data link from this page. We will add a SQL database by pressing the "Add" button. The…

Xamarin Online Database Operations with Web Service [Part 1]

As we mentioned in our previous article, an internet-free application is almost unthinkable. We need a database to store users, to keep the information of the user, to keep all kinds of information. The simplest thing is to make a game and take the score…

Edit the Online Database in SQL Server Management Studio
SQL

You may want to organize your databases that you have opened in Azure. We need a program for this. To meet this and create a database locally, Microsoft offers us the SQL Server Management Studio. It is a program I think will help us a lot when we…

Xamarin Online Database (Basic)

Nowadays, without the internet we can not think an app. Except the simple app almost every app need a database. Because users may want to hide the data and offer the actions which users will enjoy in the future. For that we need the keep…

9th Day in Microsoft

Now the insomnia is starting to push hard. I'm trying to stop sleeping 5 hours a day. It's 3 hours past the subway, but everything is up to the Microsoft office. Seeing the environment and new ideas, technology does not really sleep or sleep. Of…