Posts by Tag

C#

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...

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).

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...

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 ↑

integrationtest

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...

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...

Back to Top ↑

testing

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...

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...

Back to Top ↑

Go

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...

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...

Back to Top ↑

crytpography

Back to Top ↑

rest

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...

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 ↑

api

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...

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 ↑

aspnetcore

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 ↑

gtk4

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...

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 ↑

.NET 8

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).

Back to Top ↑

rsa

Back to Top ↑

postgres

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...

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...

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...

Back to Top ↑

github actions

Back to Top ↑

aes

Back to Top ↑

mysql

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 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, 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...

Back to Top ↑

sqlserver

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 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 ...

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...

Back to Top ↑

aws

Back to Top ↑

LocalStack

Back to Top ↑

sqlx

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...

Back to Top ↑

docker-compose

Back to Top ↑

rust

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 ↑

bouncy castle

Back to Top ↑

NServiceBus

Back to Top ↑

Java

Back to Top ↑

kong

Back to Top ↑

application gateway

Back to Top ↑

staticman

Back to Top ↑

minimal mistakes

Back to Top ↑

mongodb

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 ...

Back to Top ↑

testcontainers-dotnet

Back to Top ↑

testcontainers-net

Back to Top ↑

fontdialog

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).

Back to Top ↑

fontdialogbutton

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).

Back to Top ↑

entity framework

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...

Back to Top ↑

dapper

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...

Back to Top ↑