//devdigest
390 subscribers
2.09K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ .NET 10 Preview 6 Released

.NET 10 Preview 6 has been released with new features in the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, and .NET MAUI. These updates touch many parts of the .NET system.

♻️ Subscribe for free now!
⚡️ ASP.NET Core and Blazor Get Most Updates in .NET 6 Preview 6

.NET 6 Preview 6 brings many changes to ASP.NET Core and Blazor. There are new features like required component parameters, better JavaScript interop, and state persistence for Blazor Server apps. Other tools like .NET MAUI and EF Core get small changes for things like UI looks, accessibility, and easier setup.

♻️ Subscribe for free now!
⚡️ Customizing Azure Cosmos DB Go SDK Settings

When working with Azure Cosmos DB in Go, some cases need changes to the SDK settings. This is to handle things like network problems, slow speed, or special needs for monitoring and debugging.

♻️ Subscribe for free now!
⚡️ NBomber has integrated support for RestSharp

NBomber has introduced the NBomber.RestSharp plugin, which simplifies load testing of REST APIs using the popular RestSharp HTTP client. The new module offers a pre-configured client optimized for high performance and convenient methods for sending HTTP requests, making it a powerful tool for developers.

♻️ Subscribe for free now!
⚡️ Ways to Test Roslyn Source Generators

There are a few ways to check if a Roslyn Source Generator works. You can match the code it makes to expected results, or you can run the code it makes to see if it acts the right way.

♻️ Subscribe for free now!
⚡️ Song Recommendations Using C# Reactive Extensions

This article is part of a series about different ways to design with functional programming. It gives a C# example that uses Reactive Extensions, or ReactiveX, which is also known as Reactive Extensions for .NET.

♻️ Subscribe for free now!
⚡️ Integration Testing for Go Apps with Testcontainers

Integration testing checks how Go apps work with real services. Using Testcontainers and containerized databases helps avoid the problem of setting up and managing test servers or missing issues by using fake dependencies.

♻️ Subscribe for free now!
1
⚡️ Setting Up Azure Developer CLI for Easy App Deployment

The post explains how to use Azure Developer CLI (azd) to set up a process where you build an app once and use it in many places. It covers steps like setting up needed resources for each environment, using the same app files, and moving code from development to production with automated steps.

♻️ Subscribe for free now!