Showing results for .NET - Azure SQL Devs’ Corner

May 15, 2023
0
3

Implement Change Data Streams with Azure SQL Database, Change Tracking, and Azure SQL Bindings

Brian Spendolini
Brian Spendolini

Building on my first Azure SQL Bindings blog post and taking inspiration from Drew Skwiers-Koballa's post on SQL Bindings, we are going to create a change data stream with Azure SQL Database. Now, usually, the first part of these blogs is a prerequisite section that goes over what you need to install locally to get started. From talking to many of ...

Azure SQLDevOps.NET
Mar 28, 2023
0
1

Data API Builder Quickstart Demo from VS Live Vegas

Brian Spendolini
Brian Spendolini

I was fortunate enough to be able to present Data API builder the week of March 20th at VS Live in Las Vegas and what an incredible group of attendees at that conference. During my session, I stepped through a live demo of Data API builder showing off REST and GraphQL endpoints on various database objects. This blog post contains the steps I ...

Azure SQL.NETContainers
Dec 13, 2022
0
2

Developing with Azure SQL bindings and Azure SQL trigger for Azure Functions

Drew Skwiers-Koballa
Drew Skwiers-Koballa

The Azure Functions SQL trigger will invoke an Azure Function when data is changed in a SQL database table, enabling new event-driven scenarios with SQL database. Accessing data in a SQL database with Azure Functions can be accomplished more quickly with the Azure SQL bindings for Azure Functions integration.  Azure SQL bindings for Azure ...

Azure SQL.NETJavascript
Nov 14, 2022
0
1

Maximizing Azure SQL Database performance with a globally distributed Redis write-behind cache

Shreya Verma Abhiman Tiwari
Shreya,
Abhiman

Azure SQL Database is a fully managed platform as a service (PaaS) relational database service. With Azure SQL Database, you can create a highly available and high-performance data storage layer for the applications and solutions in Azure. SQL Database can be the right choice for a variety of modern cloud applications because it enables you to ...

Azure SQL.NETRedis
May 24, 2022
9
0

Planning new scenarios and use cases for Azure SQL Database local development experience!

Silvano Coriani
Silvano Coriani

At Microsoft Build 2022 we've announced the new Azure SQL Database local development experience to the world. The combination of Visual Studio Code and Azure Data Studio extensions in addition to the new Azure SQL Database emulator for local and offline database development are aimed to significantly improve developers' experience and boost their ...

Azure SQLDevOpsPython
May 25, 2021
2
0

LAUNCH: Build serverless, full stack applications in Azure

Anna Hoffman
Anna Hoffman

Whether you’re new or seasoned to cloud, development, and SQL, building and architecting applications in the cloud has become a required skill for many roles. Today, we’re excited to announce a new learning path to help developers of all skill levels learn how to create applications quickly and effectively with Azure.

PythonAzure SQLDevOps
Mar 16, 2021
11
2

Introducing Configurable Retry Logic in Microsoft.Data.SqlClient v3.0.0-Preview1

Silvano Coriani
Silvano Coriani

Over the last few years, we provided guidance on how customers could create their own retry logic or reuse existing libraries aimed to simplify this task for them, We decided to provide a better experience incorporating configurable retry logic capabilities in our client drivers portfolio starting with Microsoft.Data.SqlClient v3.0.0-Preview1.

Azure SQL.NET
Dec 11, 2020
1
4

Programmatically parsing Transact SQL (T-SQL) with the ScriptDom parser

Arvind Shyamsundar
Arvind Shyamsundar

Azure SQL developers have access to a full-fidelity, highly accurate, and easy-to-use client-side parser for T-SQL statements: the TransactSql.ScriptDom parser. This blog post walks through basic usage, and links to a number of resources for digging deeper.

Azure SQLDevOps.NET
Dec 3, 2020
1

Autoscaling with Azure SQL Hyperscale

Davide Mauri
Davide Mauri

Azure SQL Hyperscale is the latest architectural evolution of Azure SQL, which has been natively designed to take advantage of the cloud. One of the main key features of this new architecture is the complete separation of Compute Nodes and Storage Nodes. This allows for the independent scale of each service, making Hyperscale more flexible and ...

Azure SQL.NET