//devdigest
395 subscribers
1.01K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Modeling Embeddings in Azure SQL and SQL Server

Storing and searching text embeddings in Azure SQL and SQL Server can be done with the right database setup. Embeddings, also called vectors, are now a main data type for search, filtering, and recommendation features.

♻️ Subscribe for free now!
⚡️ Impact of Streaming Data on Azure Cosmos DB Vector Search

This article looks at how adding and removing vectors in real time affects the quality of vector search in Azure Cosmos DB. It builds on past work about scaling and managing large vector datasets using DiskANN.

♻️ Subscribe for free now!
⚡️ Data API Now Available for vCore-Based Azure Cosmos DB for MongoDB

The Data API for vCore-based Azure Cosmos DB for MongoDB is now generally available. This lets users work with their MongoDB data using a RESTful HTTPS interface, without the need for extra drivers or complex query code.

♻️ Subscribe for free now!
⚡️ Open Agent2Agent (A2A) Protocol Supports Multi-Agent Apps

The Agent2Agent (A2A) protocol lets different agents share goals, manage their own state, carry out actions, and send back results in a safe and clear way. People can use known tools like Semantic Kernel or LangChain with A2A to work together.

♻️ Subscribe for free now!
⚡️ Tracebit Uses C# for B2B SaaS Security Product

Tracebit made their business security software with C#. The product is for companies that use software as a service.

♻️ Subscribe for free now!
⚡️ Azure Developer CLI May 2025 Release Announced

The May 2025 update for the Azure Developer CLI (azd) has been announced. This release shares the latest changes and updates for azd.

♻️ Subscribe for free now!
⚡️ Docker’s Role in Software Development

Docker began as a tool to manage Linux containers and later changed how software is shared and used. It has shaped new ways to build and deploy computer programs, making containers, microservices, and cloud-native ideas more common.

♻️ Subscribe for free now!
⚡️ Fabric Mirroring for Azure Cosmos DB Gets New Features in Public Preview

The newest refresh of Fabric Mirroring for Azure Cosmos DB is now in public preview and includes new features. Users can now copy their Azure Cosmos DB data to OneLake in Microsoft Fabric with more control and options.

♻️ Subscribe for free now!
⚡️ Free T-SQL Analyzer Tool Finds Code Issues

T-SQL Analyzer is a free, open-source tool that checks T-SQL scripts for common mistakes and design problems. It runs on different systems and helps users spot issues early when writing SQL Server code.

♻️ Subscribe for free now!
⚡️ Memory Tests for Song Recommendation System

This article looks at how much memory is needed when loading all users, songs, and their play history for a song recommendation proof-of-concept. It explains the method used to measure memory and presents some of the results.

♻️ Subscribe for free now!
⚡️ Easier Enum Parsing in C# 14 with Extensions

C# 14 lets you use extensions to make parsing enums simpler. This update allows enums to use a static Parse method, like many other types in .NET, so you can write code that is easier to read and use.

♻️ Subscribe for free now!
⚡️ New Fine-Tuning Methods in Azure AI Foundry

Azure AI Foundry has announced two updates: Reinforcement Fine-Tuning (RFT) with the o4-mini model will be available soon, and Supervised Fine-Tuning (SFT) for the 4.1-nano model is now ready to use.

♻️ Subscribe for free now!
⚡️ Making a Multimodel Chatbot in .NET with ChatGPT and Neon Postgres

This guide shows how to build a chatbot in .NET that uses both gpt-3.5-turbo and gpt-4o models with ChatGPT. It explains how to use Neon Serverless Postgres and database branching to test and compare models without mixing their data.

♻️ Subscribe for free now!