//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
⚡️ Custom Instructions for GitHub Copilot

Custom instructions let users change how GitHub Copilot's AI answers. Teams can use this to make sure the AI gives replies that fit their needs.

♻️ Subscribe for free now!
⚡️ Using Go for Serverless Apps with Azure Cosmos DB and Azure Functions

Go is a good choice for serverless apps because it can make single files that are easy to deploy. Go apps start fast and use less memory, which can help save resources in serverless setups like Azure Functions working with Azure Cosmos DB.

♻️ Subscribe for free now!
⚡️ Song Recommendation Engine Using Pipes and Filters

This article is part of a series on functional programming design. It looks at a song recommendation engine that handles large data sets and shows how to use pipes and filters to compose small functions.

♻️ Subscribe for free now!
⚡️ .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!