//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
⚡️ 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!
⚡️ .NET MAUI Team Uses GitHub Copilot for Their Work

.NET MAUI team members use GitHub Copilot to help with their daily coding tasks. They use it to write code, fix errors, and work faster on their projects.

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