//devdigest
393 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
⚡️ 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!
⚡️ ReSharper and .NET Tools 2025.2 Release Candidates Ready

The 2025.2 Release Candidates of ReSharper and .NET tools have been made available. This version brings a preview of ReSharper’s Out-of-Process mode, adds support for C# 14 and C++26 features, and includes updates to performance, refactorings, and inspections.

♻️ Subscribe for free now!
⚡️ Rider and ReSharper 2025.2 Release Candidate Available

The new release candidate for Rider and ReSharper 2025.2 is ready to try. It includes the first look at ReSharper’s Out-of-Process mode, support for the newest C# 14 and C++26 features, and updates for speed, code changes, and code checks.

♻️ Subscribe for free now!
⚡️ Updates Coming to JetBrains .NET Tools

JetBrains is changing its .NET tools. Some features will be removed or updated, and other parts will be improved.

♻️ Subscribe for free now!
⚡️ Song Recommendations Using F# Agents

This article is part of a series about different ways to use functional programming. It explains how song recommendations can be made using F# agents, called MailboxProcessors, as small units called Recawr Sandwiches.

♻️ Subscribe for free now!