Windows Forms designer for .NET Core projects is now available as a preview in Visual Studio 2019 version 16.6!
Search Results for: visual studio
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
Release SSIS using Azure DevOps
Steps on how to create a working pipeline to release SSIS packages using Azure DevOps from the creation of the artifact to the deployment.
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: PUT
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a record with dependencies.
APIs with Entity Framework Core: POST
Here how to change the minimal APIs with Entity Framework Core for POST and GET in order to save and retrieve an object with dependencies.
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.
Hello Python
Hello Python! is a new thread in my blog. I started to learn this programming language a few months ago but now I have to be serious.
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.
Build your sentence in MAUI
How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.
Sequoia doesn’t work with MAUI
Sequoia doesn’t work with MAUI. Now I can’t try my apps on iOS. It is still working for macOS. Here the solution!
Using ChatGPT library for grammar checker API
In this article, we’ll show you a way for using my new ChatGPT library for a grammar checker API with ASP.NET Core step-by-step
MAUI Push Notifications using Azure Notification Hub for iOS
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin
Deploy MAUI apps on a real device
Developing applications with NET8 MAUI, we want to deploy apps on a real device. Here are all the necessary steps without wasting time.
Using SecureStorage with MAUI
Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.
NET8, Blazor and Custom User Management
I will show how to create custom user management with NET8 and Blazor based on Microsoft Identity. Here is how to add custom fields for users
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.
Azure DevOps pipeline for Maui
How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize
Prepare a MAUI environment
After my experience starting a new project and still feel the pain, here I show you How to prepare a MAUI environment for your projects
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
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
NET8 is announced
Microsoft has recently announced the release of NET8, the latest version of its popular software development platform
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