//devdigest – Telegram
//devdigest
389 subscribers
2.05K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Switching from xUnit to TUnit for Testing

The text explains how the writer changed one of their libraries from using xUnit to the new TUnit testing framework. It also shares the reasons for switching and some problems faced during the move.

♻️ Subscribe for free now!
⚡️ Run GPT-OSS with C# and Ollama

This guide explains how to use GPT-OSS with C# and Ollama. It shows how to run GPT-OSS on your own computer, so it is fast and does not need the internet.

♻️ Subscribe for free now!
⚡️ Use Your Own Language Model in Visual Studio Chat

You can now use your own language model in Visual Studio Chat by connecting API keys from OpenAI, Anthropic, or Google. This lets you try more models and change how you use the chat.

♻️ Subscribe for free now!
⚡️ Copilot Diagnostics for .NET in Visual Studio

Copilot is a toolset in Visual Studio for .NET that adds breakpoints, insights, exception fixes, and performance summaries using AI. These features help make debugging tasks easier inside your coding space.

♻️ Subscribe for free now!
⚡️ MSSQL Extension for VS Code Adds New Features

The MSSQL Extension for VS Code now includes Schema Designer, Schema Compare, and Local SQL Server Containers in its version 1.35.0 release. These tools are now generally available and give users new ways to design, compare, and use SQL Server schemas in their local setup.

♻️ Subscribe for free now!
⚡️ Improved Control of Copilot Code Suggestions

Copilot gives code suggestions in the editor to help you work faster and finish lines of code. User feedback showed that keeping a good balance between helpful tips and control over your workspace is important.

♻️ Subscribe for free now!
⚡️ Vibe Coding in AI-Assisted Development

Vibe coding is a way of using AI during programming where you talk about what you want in plain words and the assistant builds most of the base and connections. You only write code yourself when you need to fix details or make changes.

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

This text is part of a series about different ways to use functional programming. It looks at how to find song suggestions from lots of playback records using F# free monads and large computation expressions.

♻️ Subscribe for free now!
⚡️ Git Worktree: Multiple Working Directories

Git worktree lets you use more than one working directory with one repository. You can check out different branches in separate folders at the same time, without copying the whole repository again.

♻️ Subscribe for free now!