Using the new NuGet package, we can create beautiful console applications with Spectre.Console that are not boring or monochrome
Search Results for: console
Xbox One consoles discontinued
Microsoft has officially confirmed that the manufacturing of all Xbox One consoles has ceased in favour of Xbox Series X and Xbox Series S
Microsoft confirms $299 Xbox Series S console
Hours after Microsoft’s Xbox Series S console widely leaked, the company has gone on the record to confirm its existence
Create a console application in F# interactive
We’ll develop an application for drawing pie charts. The application loads data from a comma-separated value (CSV) file and performs pre-processing in order to calculate the percentage of every item in the data source.
Using dependency injection in a .Net Core console application
One of the key features of ASP.NET Core is baked in dependency injection. Whether you choose to use the built in container or a third party container will likely come down to whether the built in container is powerful enough for your given project. For small projects it may be fine, but if you need convention based registration, logging/debugging tools, or more esoteric approaches like property injection, then you’ll need to look elsewhere. Why use the built-in container? One question that’s come up a few times, is whether you can…
Console Progress Bar with C#
The progress of these applications with a simple incremental percentage display. I’d create a generic method which would display an ASCII progress bar
Resilient connection to RabbitMQ
The connection with RabbitMQ isn’t always stable. The reconnection not always is working. I want to create a resilient connection to RabbitMQ
From Installation to Advanced Configuration: Setting Up Serilog for C# Success
In the ever-evolving landscape of software development, effective logging is crucial for maintaining robust and reliable applications. Serilog has emerged as a leading tool for C# developers, offering a flexible and powerful logging solution tailored to modern needs. This comprehensive guide will walk you through the installation and advanced configuration of Serilog in your C# projects, ensuring that you harness its full potential. From setting up various sinks for diverse output channels to integrating custom logging classes that capture detailed runtime data, you’ll discover best practices for enhancing application maintainability…
APIs with Entity Framework Core
I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.
Connect MongoDB with Node.js
In this new post, I show how to connect our application to MongoDB using Node.js. Send users and test your application using an APIs client.
Introduction to Node.js
This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will create a simple web application.
Split SQL script tool
I have created a simple C# console application as a tool to split big SQL scripts. For example, I had a problem with data seed scripts.
Country data library for NET8
I’m going to release a simple cross-platform offline country data library for NET8. The library is based on the ISO-3166-1 standard
New ChatGPT library for C#
I release a new ChatGPT library for C# that helps with the communication and calls to the popular Open AI tool.
Microsoft unveils All-Digital Xbox Series
In the Xbox Games Showcase, Microsoft unveils a new all-digital Xbox Series X and revised Series S. Here are all the details of today
MAUI raises on iOS MT1045
When from Visual Studio you deploy a real device a MAUI application raises on iOS the error MT1045. Here what to check to fix the problem
Deep linking for NET8 MAUI
In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications
MAUI Push Notifications using Azure Notification Hub for Android
Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!
Some lessons I learned about MAUI
I want to share with you some lessons I learned about MAUI. In the last few months, I have been creating an application using NET8 MAUI.
Custom User Management with NET8 and Blazor
In this new series of posts, I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity.
Blazor integration with Identity Server
I share the code for a Blazor integration with Identity Server and BFF. All browsers don’t allow to share or save an authentication token
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
NET8 is announced
Microsoft has recently announced the release of NET8, the latest version of its popular software development platform
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.