Monthly Archives: February 2023

Consuming json API in C# application

In next posts we will create little app what will use public web api data and show it on screen.  First task is to create classes what correspond to json data web api is returning. There are several ways to create C# classes from JSON API response in Visual Studio. One of them is to… Read More »

Fix Windows 11 Calendar freezing on opening.

I was working on recently development task related to ICal files (.ics) generation. I used for testing native Windows 11 Calendar Application.  On starting the application was not set up on my computer.  Clicking on file opened the Calendar app using the system’s default association. Initial setup went smoothly, but on second time Calendar did… Read More »