//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
⚡️ 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!
⚡️ Guide to Azure DNS Security Policy for Filtering and Logging

The text explains how DNS traffic can be used by attackers for harmful actions like data theft or takeover. It shows how Microsoft Azure's DNS Security Policy helps manage, filter, and keep track of DNS requests to make cloud networks safer.

♻️ Subscribe for free now!