Showing results for March 2025 - Azure SQL Devs’ Corner

Mar 19, 2025
0
1

Vector Search with Azure SQL, Semantic Kernel and Entity Framework Core

Davide Mauri Marco Minerva
Davide,
Marco

Vector databases like Qdrant and Milvus are specifically designed to efficiently store, manage, and retrieve embeddings. However, many applications already use relational databases like SQL Server or SQL Azure. In such cases, installing and managing another database can be challenging, especially since these vector databases may not offer all t...

Azure SQLAI.NET
Mar 18, 2025
0
1

Build a Streamlit application with Fabric SQL Database

Sunitha Muthukrishna
Sunitha Muthukrishna

Building an application allows you to operationalize the data you have in Microsoft Fabric, such that it can be consumed by stakeholders in your organization to generate business insights.  Streamlit is easy to use to build simple applications without needing to know front-end application frameworks like Flask, Django etc. It makes it easier to pro...

PythonAzure SQLFabric SQL Database
Mar 14, 2025
0
3

Exploring SQL Server Integration with .NET Aspire: A Collection of Hands-On Samples

Davide Mauri
Davide Mauri

I'm happy to share a new GitHub repository with developers: azure-sql-db-aspire. This collection of eight hands-on examples demonstrates how to integrate SQL Server and Azure SQL with .NET Aspire, making it easier to build modern, cloud-native applications. Why .NET Aspire for SQL Server? .NET Aspire is a new opinionated, cloud-ready stack for .N...

Azure SQL.NETData API builder
Mar 6, 2025
4
0

MSSQL Extension for VS Code: What’s new and what’s next

Carlos Robles
Carlos Robles

The MSSQL Extension for VS Code continues to evolve, bringing powerful new features and enhancements that make SQL development more seamless and efficient. In this update, we’re excited to share the latest improvements in v1.29.0 and give you a sneak peek at what’s coming next in our open roadmap. This extension is designed for developers working ...

VS CodeAzure SQL