

Testing PowerShell scripts with Pester
I want to share with you an awesome way for testing PowerShell scripts with Pester, a framework for PowerShell script testing and mocking

Write a ChatGPT client
Write a ChatGPT client in C# using the OpenAI API: walkthrough the process of creating human-like responses

Beautiful console applications with Spectre.Console
Using the new NuGet package, we can create beautiful console applications with Spectre.Console that are not boring or monochrome

Custom JavaScript function in Blazor
In this new post custom JavaScript function in Blazor, I present how to create functions in C# in a Blazor page and integrate them with JavaScript

NET8 is announced
Microsoft has recently announced the release of NET8, the latest version of its popular software development platform

Labels and OnClickChart for ChartJs
In this new post, I introduce an update with labels and OnClickChart event, my ChartJs component for Blazor. Let me know what you think

Browser Detect component for Blazor
I’m releasing a new update for Browser Detect component for Blazor that detect correctly Windows 11 plus few improvements.

Play blackjack with Python
In this new post, play blackjack with Python, I show how to create a simple application to play this popular game.

Bitmap message in Python
I continue to explore with a new example where I create a bitmap message in Python. Based on an string image, I change it with the user input

Bagels a logic game in Python
In Bagels, a deductive logic game in Python, you must guess a secret three-digit number based on clues.This is the first of a list of examples

Hogwarts Legacy all house tokens locations
Hogwarts Legacy all house tokens Locations, also known as Daedalian Keys. Finding all House Tokens is required to complete The Daedalian Keys

Getting started with Python
Python is a high-level, general-purpose and a very popular programming language that lets you work quickly and integrate systems effectively

How to find the magical cat in Hogwarts Legacy
Kneazles won’t appear in the wild until players have completed the side quest titled, “The Elf, the Nab-sack, and the Loom”

Earn Microsoft Rewards by using Bing
After the release of the new Microsoft Bing with ChatGPT, users start to ask how to earn Microsoft Rewards point by using the new Bing

Autocomplete component for Blazor
The Autocomplete for Blazor component offers simple and flexible autocomplete type-ahead functionality for Blazor WebAssembly and Server

Hogwarts Legacy is a successful game
Hogwarts Legacy is a successful video game set in the Harry Potter world. It was released on February 3, 2023

Testing Blazor components with bUnit
bUnit is a testing library for Blazor Components. Its goal is to make it easy to write comprehensive, stable unit tests

How to use Bing with ChatGPT
Here I like to explore how to use Bing, the Microsoft search engine, with ChatGPT and the new Bing app and the integration in Edge and Skype

Timeline component for Blazor
I introduce my new #Timeline component for #Blazor #WebAssembly and Blazor #Server. The components is build with #NET6.

Methods not Allowed in ASP.NET Core
If you create APIs, you can face that same Methods not Allowed in with ASP.NET Core, NET6 or NET7.

Stripe Connect Express with Blazor
In my previous post titled Create Stripe Webhooks Receiver I created a webhook and now I want to explore how to use Stripe Connect Express with Blazor. What is Stripe Connect? Stripe Connect allows you to develop marketplace and platform applications that can accept money and pay out to connected Stripe accounts. For example, a…

Getting started with Java
In this new post “Getting started with Java”, I share with you my consideration about this programming language in comparison to C#

Create Stripe webhooks receiver
I create a Stripe webhooks receiver for ASP.NET Core and Blazor. This is the first post of 4 where I show the full implementation.

Keep secrets out of source code
Keep secrets out of your source code in Visual Studio. It is never a good idea to store secrets or passwords in your source code.

How to create String Enums
More often than not, I try to have an enum but for strings: in this post, I show you how to create String Enums in NET6 and C#.