//devdigest
390 subscribers
2.08K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ .NET Aspire 9.4 Update Highlights

The new .NET Aspire 9.4 release brings a native CLI for application setup, running, and settings. The dashboard now has interactive features.

♻️ Subscribe for free now!
⚡️ .NET and JDBC Drivers Updated with Vector Data Support

New updates to the .NET and JDBC drivers now allow users to work with vector data in a faster way. The Microsoft.Data.SqlClient 6.1.0 version adds a class that lets people use vector data in binary form, which is quicker than using JSON arrays.

♻️ Subscribe for free now!
⚡️ Testing Race Conditions with Synchronized Decorator

The article explains a way to test race conditions by using a Decorator that synchronizes database reads. This method gives more predictable results during testing, though it is not as simple as other ways.

♻️ Subscribe for free now!
⚡️ How GitHub Actions Handle Running Processes After Job Ends

When a GitHub Actions job ends, the runner stops any processes it started. It finds these by looking for a special variable called RUNNER_TRACKING_ID. On GitHub-hosted runners, this is managed by removing the whole virtual machine after the job finishes.

♻️ Subscribe for free now!
⚡️ Automatic Dependency Scanning in Azure DevOps

GitHub Advanced Security for Azure DevOps lets you add dependency scanning to any pipeline run on your default branch. This helps teams set up and use the feature without extra steps or extra people.

♻️ Subscribe for free now!
⚡️ Scalable AI and Azure Cosmos DB Video Series

This video series shows how Azure Cosmos DB, known for its global reach and low delay, helps support smart, large-scale tools for different industries. Viewers can learn how it fits with current data systems and supports real-time tasks.

♻️ Subscribe for free now!
⚡️ End of Support for Visual Studio 2015 Announced

Support for Visual Studio 2015 will stop on October 14, 2025. Newer versions like Visual Studio 2022 have tools such as code completion with AI, Git and GitHub features, and support for .NET 8 and 9.

♻️ Subscribe for free now!
⚡️ Agent Quality and NLP Evaluators for .NET AI Apps

Microsoft has added Agent Quality and NLP evaluators to the Microsoft.Extensions.AI.Evaluation libraries. These tools help test and check .NET AI applications.

♻️ Subscribe for free now!
⚡️ OpenAI Releases gpt-oss Model for Wider Use

OpenAI has released its gpt-oss models as open-weight on Azure AI Foundry and Windows AI Foundry. This is the first time since GPT-2 that OpenAI has shared a model this way, letting users run, change, and use the models on their own.

♻️ Subscribe for free now!