George Kosmidis

Microsoft MVP | Speaks of Azure & .NET | Founder of Munich .NET
Building tomorrow @
slalom
slalom
A Hello World with Microsoft’s Machine Learning framework, ML.NET

A Hello World with Microsoft’s Machine Learning framework, ML.NET

Artificial Intelligence, Machine Learning and all relevant keywords have been leading the headlines lately and for good reason. This new field has already transformed industries across the globe, and companies are racing to understand how to integrate this emerging technology: If we had an AI ready to give answers, what would we ask? And if we can think of a question, is it valid for an AI?

Published 3 years and 2 months ago
Using MariaDB in an ASP.NET Core API with Entity Framework Core

Using MariaDB in an ASP.NET Core API with Entity Framework Core

MariaDB Server is one of the most popular open source relational databases. It’s made by the original developers of MySQL and guaranteed to stay open source. It is part of most cloud offerings and the default in most Linux distributions.

In this post, we will see how to use MariaDB as storage for an ASP.NET API and do simple CRUD operations with Entity Framework Core.

Published 3 years and 2 months ago
Microsoft MVP - George Kosmidis
Code Snippet: How to upload an image with FTPS in ASP.NET Core

Code Snippet: How to upload an image with FTPS in ASP.NET Core

This post is contains sample on how to upload an image with FTPS in ASP.NET Core. It also contains a cheat sheet of all the properties and methods of an instance of an FtpWebRequest object, mostly as a quick reference guide.

Published 3 years and 2 months ago
Azure Architecture Icons - SVGs, PNGs and draw.io libraries
Swagger in ASP.NET Core: Tips & Tricks

Swagger in ASP.NET Core: Tips & Tricks

This post contains a few tips and tricks that can help you transform your swagger UI into an interactive documentation. If you don’t yet know how to install swagger in ASP.NET Core, this post will help you Get started with Swagger and ASP.NET Core.

Published 3 years and 2 months ago
Get started with Swagger and ASP.NET Core

Get started with Swagger and ASP.NET Core

This post is an overview of how to install and configure Swagger for .NET Core. If you are searching for tips & tricks, you might be interested in the article: Swagger in .NET Core: Tips & Tricks.

Published 3 years and 2 months ago
Publish a containerized .NET Core app using Docker, Azure DevOps, Azure Container Registry and Azure App Service

Publish a containerized .NET Core app using Docker, Azure DevOps, Azure Container Registry and Azure App Service

This is a guide on how to use Azure DevOps to build and then publish a docker image as an Azure App Service, using Azure Container Registry.

Published 3 years and 3 months ago
Troubleshooting “You don’t appear to have an active Azure subscription.”

Troubleshooting “You don’t appear to have an active Azure subscription.”

The message can appear in any service trying to retrieve active Azure Resources either within Azure Portal or from any 3rd party consumer. As an example, it can appear while trying to create an Azure Resource Manager service connection in Azure DevOps.

Published 3 years and 3 months ago