Don't wanna be here? Send us removal request.
Text
The #NuGet package #WebApiDocumentator is an alternative to #Swagger and the design is simple and more useful for developers and end users
0 notes
Text
The connection with #RabbitMQ isn't always stable using #CSharp. The reconnection not always is working. I want to create a resilient connection to RabbitMQ
0 notes
Text
Steps on how to create a working pipeline to release #SSIS packages using #Azure #DevOps from the creation of the artifact to the #deployment.
0 notes
Text
Serilog Setup
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…
0 notes
Text
Mastering Entity Framework Core
Mastering Entity Framework Core: Building Robust APIs with .NET9 Entity Framework Core has become an indispensable tool for developers building robust APIs in the ever-evolving .NET ecosystem. With the release of .NET9, new features and enhancements have been introduced, making it an even more powerful framework for data access. This blog post will guide you through mastering Entity Framework…
0 notes
Text
Here I explain how #releasing #Windows #Services using pipelines in #Azure #DevOps. It helps you achieve a CD/CI for your Windows Service project
0 notes
Text
Here how #deploying #Windows #Services using pipelines in #Azure #DevOps. This helps you achieve a proper CD/CI for your Windows Service projects
0 notes
Text
Microsoft Muse explained
Today, #Microsoft announced a new generative #AI model for games called #Muse in #Cambridge, UK. This new technology is explained here.
Today, Microsoft announced a new generative AI model for games called Muse in Cambridge, UK. This new technology is explained here. What is Microsoft Muse? Microsoft Muse is a groundbreaking generative AI model designed for gameplay ideation. Developed by Microsoft Research in collaboration with Xbox Game Studios’ Ninja Theory, Muse is the first World and Human Action Model (WHAM). It can…
0 notes
Text
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. #efcore #minimalapi #csharp
Continuing the topic, I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.I always struggle to have a solution working when my model has dependencies with other object. Here I show my test and my code. The code is in NET9. In the Microsoft documentation, there are some examples, but it is not complex enough. A few days ago, I posted about…
0 notes
Text
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 #efcore #blazor #aspnetcore
Continuing the topic, I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.I always struggle to have a solution working when my model has dependencies with other object. Here I show my test and my code. The code is in NET9. In the Microsoft documentation, there are some examples, but it is not complex enough. A few days ago, I posted about…
0 notes
Text
APIs with Entity Framework Core
I want to give a complete example of minimal #APIs in #Blazor with Entity Framework Core with #complex #objects. #efcore
In this new post, I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects. I always struggle to have a solution working when my model has dependencies with other object. Here I show my test and my code. The code is in NET9. In the Microsoft documentation, there is some example but it is not complex enough. The full source code of this post is…
0 notes
Text
PendingModelChangesWarning with NET9
I am creating with #NET9 using Entity Framework Core that returns #PendingModelChangesWarning. Here how to understand this error and fix it
I have several applications I am creating with NET9 using Entity Framework Core that returns PendingModelChangesWarning. I found out how to understand this error better. Scenario In one of my Blazor projects, I added some APIs that save data in the database using Entity Framework Core. Because it was in NET8, I updated the project to NET9. After the update, I ran again the application and I got…
0 notes
Text
NET9 is here
#NET9 is here and out today. In this post, I highlight the top updates across 8 key areas. Are you ready to migrate to NET9?
NET 9 is here and out today. Top updates across 8 key areas: 𝗖# 𝟭𝟯 Params collections, enhanced lock types, and a new escape make coding smoother. Plus, implicit index access to simplify initialization. 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 OpenAPI enhancements, faster asset delivery, PAR support, and the new HybridCache library boost performance and security. 𝗘𝗙 𝗖𝗼𝗿𝗲 Improved Cosmos DB support, pre-compiled AOT…
0 notes
Text
Connect MongoDB with Node.js
In this new post, I show how to connect our application to #MongoDB using #Nodejs. Send users and test your application using an #APIs client.
In this new post, I show how to connect our application to MongoDB using Node.js. Let’s start with the installation of MongoDB if you want to test your application locally. The source code of this post is available on GitHub. Install MongoDB First, if we want to play locally on our laptop, we have to install MongoDB. Download the installer from this link and follow the instructions. After you…
0 notes
Text
Variables and simple data types in Python
Continue the series of posts about #Python: this new post is about #variables and simple data #types and #constants.
Continue the series of posts about Python: this new post is about variables and simple data types and constants. Hello Python Variables and simple data types in Python Getting started with Python Bitmap message in Python Play blackjack with Python Bagels a logic game in Python Starting Let’s take a closer look at what Python does when you run hello_world.py. As it turns out, Python does a…
0 notes
Text
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.
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 use it for university. So, I have to practice. Python differs slightly on different operating systems, so you’ll need to keep a few considerations in mind. In the following sections, we’ll make sure Python is set up correctly on your system. Python Versions Every…
0 notes
Text
Introduction to Node.js
This is an introduction to #Nodejs that is a server to run #JavaScript apps. After a brief history, I will create a simple web application.
This is an introduction to Node.js that is a server to run JavaScript applications. After a brief history of this tools, I will create a simple web application. The source code of this post is available on GitHub. This is part of my MSc at Birkbeck University. What is Node.js? Node.js has long been a staple for server-side programming, offering a JavaScript runtime that enables developers to…
0 notes