Tag: Net Core

.Net Core web API - Part 3 - Heroku

Oct 16, 2019 2 min.

NetCore3-Heroku Deploying a .Net Core 3 web API to Heroku by using Docker. Technologies .Net Core 3 Docker Heroku Before start This guide is directed for those who have a mininum experience with Docker and a proper environment to run it. Topics Heroku .Net Core 3 Docker Heroku Heroku is a cloud platform that allows applications be hosted at will. It’s mostly used for web APIs.

.Net Core web API - Part 2 - MySQL

Oct 13, 2019 2 min.

Continuing the .Net Core series, in this chapter, we will connect our web API with a remote MySQL server. The full example can be downloaded in my GitHub repository: NetCore3 MySQL. Technologies .Net Core 3 MySQL MySQL Workbench Dapper Topics MySQL .Net Core 3 MySQL Let’s create a remote MySQL database and manipulate it with MySQL Workbench. First, access this website: https://remotemysql.com/ At the home page, click on “Login” and, in the next page, on the “Create Account” tab:

.Net Core web API - Part 1 - Swagger

Oct 12, 2019 2 min.

In this series, I will explain how to create a .Net Core 3 web API connected with a database and deployed to a remote server. The first step is to integrate it with Swagger by using the Swashbuckle package. The full example can be downloaded in this GitHub repository: NetCore3-Swagger. Technologies .Net Core 3 Visual Studio 2019 Swagger Topics .Net Core 3 Swagger .Net Core 3 Download the Visual Studio 2019 here and install it.