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 »

Crayon Syntax Highlighter plugin fix for php 7

We have been quite busy for last years and our blog has been neglected during this time. Now we are back and more frequend updates are promissed. After moving to the new server, our WordPress stopped working for various reasons. One of them was Crayon Syntax Highliter plugin what gave next error:

The cause… Read More »

TP-LINK Deco DHCP issue and how to solve it

Recently I bought TP-LINK Deco PX50 Hybrid WiFi 6 Mesh System, 3-pack. It is very simple to set up and gives good result in my flat with concrete walls and several other wifi networks around. Today out of bf the blue digibox in one room stopped working. It has cable connector, not wifi. First I… Read More »

Disable file caching using .htaccess

.htaccess file gives easy way to disable file caching. Caching can be disabled in one all or only one directory. Same applies for file types – disabling can be general or specific file extensions can be selected.   Example one

Example two

Example three

     

MSSQL Server – Enable or Disable a Server Network Protocol

Microsoft describes process of enabling or disabling a Server Network Protocol for MSSQL server as follows: Using SQL Server Configuration Manager To enable a server network protocol In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration. In the console pane, click Protocols for <instance name>. In the details pane, right-click the protocol you… Read More »