//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
⚡️ Using MSSQL MCP Server for Easier Data Access

The text talks about using MSSQL MCP Server so people can work with data more easily. It says that many face problems because of hard query languages and often need help from experts to get important information from their data.

♻️ Subscribe for free now!
⚡️ MCP Dev Days Virtual Event Announced

MCP Dev Days will take place online on July 29-30. The event will focus on the Model Context Protocol (MCP) and will include technical sessions, community talks, and hands-on learning. People can join the live stream after registering on the event page.

♻️ Subscribe for free now!
⚡️ Prototype Parser and Interpreter for a Tiny Language

The text covers a parser and interpreter for a small language, all made with one Haskell script. It describes how the writer built this tool to support points made during a programming language design exam.

♻️ Subscribe for free now!
1
⚡️ Finding Types That Can Be Sealed With Roslyn

The text explains how to use Roslyn to find all types in a codebase that can be marked as sealed. It says that marking types as sealed can help stop further inheritance and is safe because removing the sealed mark later does not break the code.

♻️ Subscribe for free now!
2
⚡️ How dotnet run Works for Single File Apps

The text explains how the single-file run feature for .NET apps is set up in the .NET SDK. It looks at the way the virtual project file is made when running dotnet run on a single app file.

♻️ Subscribe for free now!