Posts by Year

2024

GTK4 dotnet new Project Template

less than 1 minute read

I have been writing some samples using GTK4 using GirCore so its time to reduce the manual project setup steps and turn it into a dotnet new project template.

GTK4 ColumnView with .NET 8

3 minute read

In this post I will make use of ColumnView to display list of data. ColumnView is used to display 1-dimensional list with one or more columns. Foucus of this...

GTK4 GridView with .NET 8

4 minute read

In the previous post GTK4 ListView with .NET 8 I demonstrated how to use GTK4 ListView in a .NET application. In this post I will expoloe GridView.

GTK4 ListView with .NET 8

4 minute read

GtkListView GTK 4 has added new widgets for to display lists namely GtkListView, GtkGridView and GtkColumnView. Here is an excellent article by ToshioCP abou...

Entity Framework Core Owned Entity

8 minute read

Owned Entity Types As defined on Owned Entity Types EF Core allows you to model entity types that can only ever appear on navigation properties of other e...

Choose Font with GTK4 and .NET 8

2 minute read

GTK and .NET GTK is a free and open-source cross-platform widget toolkit for creating graphical user interfaces (GUIs).

Counter App with GTK4 and .NET 8

2 minute read

GTK and .NET GTK is a free and open-source cross-platform widget toolkit for creating graphical user interfaces (GUIs).

Choose Font with GTK4 and Rust

3 minute read

GTK and Rust GTK is a free and open-source cross-platform widget toolkit for creating graphical user interfaces (GUIs).

Counter App with GTK4 and Rust

2 minute read

GTK and Rust GTK is a free and open-source cross-platform widget toolkit for creating graphical user interfaces (GUIs).

Back to Top ↑

2023

Integration Test SQL Server Store (Go)

11 minute read

This is a continuation of an earlier post REST API with Go, Chi, SQL Server and sqlx. In this tutorial I will extend the sample to add integration tests to v...

Integration Test MySQL Store (Go)

11 minute read

This is a continuation of an earlier post REST API with Go, Chi, MySQL and sqlx. In this tutorial I will extend the sample to add integration tests to verify...

Integration Test Postgres Store (Go)

10 minute read

This is a continuation of an earlier post REST API with Go, Chi, Postgres and sqlx. In this tutorial I will extend the sample to add integration tests to ver...

Integration Testing SQL Server Store

11 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and SQL Server. In this tutorial I will extend the sample to add integration tests to ...

Integration Testing MySQL Store

11 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and MySql. In this tutorial I will extend the sample to add integration tests to verif...

REST API with Go, Chi and MongoDB

6 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a MongoDB, I ...

REST API with Go, Chi, SQL Server and sqlx

8 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a Microsoft S...

REST API with Go, Chi, MySQL and sqlx

7 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a MySQL datab...

REST API with Go, Chi, Postgres and sqlx

7 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a Postgres da...

REST API with Go, Chi and InMemory Store

15 minute read

What is REST API? An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with...

Integration Testing Postgres Store

10 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and Postgres. In this tutorial I will extend the sample to add integration tests to ve...

REST API with ASP.NET Core 7 and MongoDB

4 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and InMemory Store. In this tutorial I will extend the service to store data in MongoD...

REST API with ASP.NET Core 7 and SQL Server

7 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and InMemory Store. In this tutorial I will extend the service to store data in a Micr...

REST API with ASP.NET Core 7 and MySql

6 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and InMemory Store. In this tutorial I will extend the service to store data in a MySQ...

REST API with ASP.NET Core 7 and Postgres

7 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and InMemory Store. In this tutorial I will extend the service to store data in a Post...

Back to Top ↑

2020

Back to Top ↑

2019

Back to Top ↑