Other C# Tutorials

In big data applications, it is not unusual to seed a SQL database from a dataset contained in a .csv file. In this tutorial, you will learn the CsvHelper library can make this job a lot easier. ... Read more

Tweetinvi is a C# wrapper library for interfacing with the Twitter API. This tutorial will teach how you to use Tweetinvi to develop .NET applications that can read tweets or write them on behalf of a user. ... Read more

In this tutorial, you will learn how to write your first WinUI 3 desktop app using the Windows App SDK. The Windows App SDK (previously known as Project Reunion) seeks to solve the problem of operating system level dependencies by providing consistent APIs for Windows 10 and Windows 11 app ... Read more

.NET 5.0 is here. The next major release of .NET Core has launched, and with it comes some significant changes. In this post, we will be highlighting one of those changes that is making headlines. ... Read more

In the previous tutorial, you were introduced to the world of chatbot creation using the Microsoft Bot Framework. The example was fairly trivial, as the bot simply echoed the input of the user. In this tutorial, you will take your bot to the next level by creating something useful - ... Read more

In this tutorial, you will create your first C# chatbot app using .NET Core and the the Microsoft Bot Framework. ... Read more