In this post, I show how replacing #Swagger with #Scalar in #ASPNETCore and #NET10. Scalar is a UI that improve the experience in using the #APIs
http://puresourcecode.com/dotnet/webapi/replacing-swagger-with-scalar-in-asp-net-core/
In this post, I show how replacing #Swagger with #Scalar in #ASPNETCore and #NET10. Scalar is a UI that improve the experience in using the #APIs
http://puresourcecode.com/dotnet/webapi/replacing-swagger-with-scalar-in-asp-net-core/
A deep dive into the latest #OpenAPI and #Swagger improvements in #ASPNETCore10, including Minimal APIs, versioning, Native #AOT support, and UI customization.
http://puresourcecode.com/dotnet/webapi/openapi-enhancements-in-asp-net-core-10/
Learn #Rust programming from basics to advanced concepts: ownership, functions, data types, control flow, error handling, and collections.
http://puresourcecode.com/programming-languages/rust/complete-rust-programming-guide-for-beginners/
I publish the Visual Basic (#VBA) code for Microsoft #Outlook. It is used to create a list of unavailable emails
http://puresourcecode.com/tools/microsoft-office/create-a-list-of-unavailable-emails/
I’ll show you how to use a simple #VBA macro. This macro will help you clean up your #Outlook #contact #groups, by removing non-resolvable email
http://puresourcecode.com/tools/microsoft-office/how-to-remove-invalid-emails-from-outlook/
Solving the #NET9 #MAUI #RefreshView Limitation on #macOS: building a MAUI CustomRefreshView from scratch for all platforms
http://puresourcecode.com/dotnet/maui/building-a-maui-customrefreshview/
Building a Custom Matching Pairs Component in .NET MAUI
We will walk through the design and implementation of a flexible, reusable Matching Pairs component for .NET9 MAUI
http://puresourcecode.com/dotnet/maui/building-a-custom-matching-pairs-component-in-net-maui/
One of the most iconic and important #computers of the #1980s is set to make a comeback. All-new #Commodore64 #C64 is planned for release this year
I will create a new #MAUI reusable component for list of strings (skills) using #FlexLayout with add and remove functionalities.
http://puresourcecode.com/dotnet/maui/maui-component-for-skills-using-flexlayout/
Cloning all repositories from Azure DevOps
I will provide a script for cloning all repositories from Azure DevOps in an organisation with projects and repositories using PowerShell
http://puresourcecode.com/tools/powershell/cloning-all-repositories-from-azure-devops/
The #NuGet package #WebApiDocumentator is an alternative to #Swagger and the design is simple and more useful for developers and end users
http://puresourcecode.com/dotnet/webapi/webapidocumentator-an-alternative-to-swagger/
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
http://puresourcecode.com/dotnet/net8/resilient-connection-to-rabbitmq/
Steps on how to create a working pipeline to release #SSIS packages using #Azure #DevOps from the creation of the artifact to the #deployment.
http://puresourcecode.com/tools/azure-devops/release-ssis-using-azure-devops/
Here I explain how #releasing #Windows #Services using pipelines in #Azure #DevOps. It helps you achieve a CD/CI for your Windows Service project
http://puresourcecode.com/tools/azure-devops/releasing-windows-services-using-azure-devops/
Here how #deploying #Windows #Services using pipelines in #Azure #DevOps. This helps you achieve a proper CD/CI for your Windows Service projects
http://puresourcecode.com/tools/azure-devops/deploying-windows-services-using-azure-devops/
Today, #Microsoft announced a new generative #AI model for games called #Muse in #Cambridge, UK. This new technology is explained here.
http://puresourcecode.com/news/microsoft/microsoft-muse-explained/
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
http://puresourcecode.com/dotnet/net7/apis-with-entity-framework-core-put/
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
http://puresourcecode.com/dotnet/net9/apis-with-entity-framework-core-post/
I am creating with #NET9 using Entity Framework Core that returns #PendingModelChangesWarning. Here how to understand this error and fix it
http://puresourcecode.com/dotnet/net9/pendingmodelchangeswarning-with-net9/