Github Large File Storage

Hello friends, in this article, we will talk about the solution of a problem experienced while assigning the projects we created to Github. In the projects we develop, sometimes it is necessary to add the files with high size to the source code and submit…

Get Json Data Example 2

Hello friends. In this article, I will talk about another example of a subject that I received a lot of mail. Json take data. I will not mention how important it is to pull Json data, or why we need to pull Json data. You…

Asp.Net Core Simple Authentication

Hello friends. In this article, we will talk about how to authenticate in a web application developed with Asp.Net Core. Authentication can save lives in some cases. It is very important for security that only people who know the username and password can access it.…

Web Service with ASP.Net Core [1]

It is not really necessary to mention the importance of the web service. Behind every technology used today is a service. Thanks to these services, all technological devices can communicate. For example, Instagram's web service provides us with both Android devices, iOS devices, desktop applications…

Web Service with ASP.Net Core [2]

We pass the last layer, the presentation layer. In this layer, we can use our projects and codes in the other layer by adding Add Reference in the Dependencies section. After adding other layers we have to make a few adjustments in the Startup class.…

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…

Installing Visual Studio For Mac

If you have a MacOS device and want to develop software with Microsoft technologies, or if you are dealing with a mobile application developer or Xamarin, you have to install Visual Studio For Mac. Of course, it will make you feel much more comfortable with…

Creating A New Project in Visual Studio Code

Sometimes you have already wrote a project and you just wanna edit it or you wanna write code with a another platform.So briefly we don't wanna setup Visual Studio.Maybe there won't be enough place to setup on your computer. For that , Microsoft offer us…

Opening .Net Core Project

In this article I will talk about how we will build a project on the Asp.Net Core platform, which we hear a lot now. In my previous article I gave you some information about Asp.Net Core. If you want to create a .Net Core project,…

What is .Net Core?

After Satya Nadella took over Microsoft, cross-platform was prioritized. However, Microsoft went to configure software languages in a way that could be used on other platforms as well. For example, Visual Studio for Mac for MacOS would be a good example. Apart from this, Visual…