Hi, I'm Ivan

.NET Core deployment types

In this article, I will discuss the different deployment types available in .NET Core...

Connect Your Teams Bot to Microsoft Graph

This article is a step-by-step instruction on how to configure a bot to work with Microsoft Teams and authenticate it to make Microsoft Graph requests...

Demystifying ASP.NET Core

ASP.NET Core is becoming increasingly indispensable in the web development landscape. This article aims to simplify the concepts behind ASP.NET Core and how it works...

How to create and configure your bot to work in Microsoft Teams

This article is a step-by-step guide on how to create a Bot from scratch using Microsoft Bot Framework and how to configure it to work with Microsoft Teams.

Partial classes and methods

In this article, I’m going to explain what partial classes and partial methods are, and how to implement them in C#.