Step by step: .NET Core, Azure Service Bus and AMQP

Today I’ll show you how to create a small console application with a Step by step: .NET Core, Azure Service Bus and AMQP example. First be aware of the following prerequisites: You will also need an Azure Service Bus namespace, topic and subscription with the correct set of credentials. (Start here: How to use Service...

Step by step: .NET Core and Entity Framework Core

Today I’ll show you how to create a small console application with a Step by step: .NET Core and Entity Framework Core example. First be aware of the following prerequisites: Now let’s start: Create a folder for your new project Open a command promt an run 1mkdir efcore Create the project 1cd efcore 2dotnet new Create...