//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
⚡️ Recent Changes in Azure Cosmos DB Java Ecosystem

Between June 2024 and June 2025, many new updates were added to the Azure Cosmos DB Java ecosystem. These changes include new AI links and better Java SDK, Spring Data, Spark, and Kafka connectors for people building cloud apps.

♻️ Subscribe for free now!
⚡️ Using MSSQL MCP Server with Agents

The text talks about how MSSQL MCP Server lets people interact with their data more easily. It explains that users can get insights, update records, and make reports without needing to know hard query languages or depend only on developers.

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