Showing results for Azure SQL - Azure SQL Devs’ Corner

Feb 8, 2022
Post comments count0
Post likes count1

Saving Bot Activities in Azure SQL Database

Abhiman Tiwari
Abhiman Tiwari

In this blog post, we’ll walkthrough of how to integrate Bot Framework v4 SDK with Azure SQL Database and save Bot activities/ conversations into the database. We’ll leverage Bot.Builder.Community.Storage.EntityFramework package to save conversations using EntityFrameworkTranscriptStore with TranscriptLoggerMiddleware into Azure SQL Database. ...

Azure SQL
Jan 18, 2022
Post comments count0
Post likes count1

Automatic GraphQL and REST endpoint for Azure SQL with Directus

Davide Mauri
Davide Mauri

Extremely performant and built entirely on Node.js, Directus is an open-source Data Platform that installs as a layer on top of your existing SQL database, so that you can you instantly get a dynamic API (REST and GraphQL) to your database

Azure SQL
Oct 11, 2021
Post comments count0
Post likes count0

Modern application development with Prisma, GraphQL (or REST) and Azure SQL

Davide Mauri
Davide Mauri

Prisma is an open-source next-generation ORM for Node.js and TypeScript that eliminates many of the usual challenges that developers face, making you more productive and confident when building data-intensive applications. You can use it as an alternative to traditional ORMs and SQL query builders to read and write data to your database.

Azure SQLJavascriptTypescript
May 25, 2021
Post comments count2
Post likes count0

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 24, 2021
Post comments count0
Post likes count0

Dev life is easy with node-mssql

Davide Mauri
Davide Mauri

The node-mssql package simplify a lot the process of connecting and using Azure SQL with Node

Azure SQLNode
Mar 16, 2021
Post comments count11
Post likes count2

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
Jan 21, 2021
Post comments count3
Post likes count0

Solving the River Crossing problem with SQL Graph

Arvind Shyamsundar
Arvind Shyamsundar

Graph theory and associated techniques are extremely powerful. Azure SQL allows native representation of graphs as node and edge tables, and provides breadth-first-search traversal for native path finding. This blog post demonstrates the ease of use, and great power of, these features by using them to solve the classic river crossing riddle!

Azure SQL