Showing category results for Azure SQL

May 9, 2022
Post comments count0
Post likes count1

Create and connect to an Azure SQL DB in 6 easy steps

Davide Mauri

There are many ways in which an Azure SQL database can be created, and if you are new to the development all those different options can be quite intimidating. Let me show you, in just a few steps, how easy it is instead. This is what we are going to do: I'll be using the Azure Shell portal, as it provides a full ex...

Azure SQL
Apr 27, 2022
Post comments count9
Post likes count0

Announcing General Availability of Change Data Capture (CDC) on Azure SQL Database

Abhiman Tiwari

We are excited to announce the general availability (GA) of change data capture (CDC) in Azure SQL Database. What is Change data capture (CDC)? CDC provides historical change information for a user table by capturing both the fact that Data Manipulation Language (DML) changes (insert / update / delete) were made and the changed data. Changes are ...

Azure SQL
Mar 15, 2022
Post comments count0
Post likes count0

Build GraphQL apps with Hasura and Azure SQL Database

Silvano Coriani

Hasura makes data access easy, by instantly composing a GraphQL API that is backed by databases and services so that the developer team (or API consumers) get productive immediately. The nature of GraphQL itself and Hasura’s dynamic approach makes integration and iteration easy.

Azure SQL
Mar 2, 2022
Post comments count0
Post likes count1

Create REST API in Python with Django, using the Django REST Framework and Azure SQL

Abhiman Tiwari

Django is a Python-based open-source web framework. It is a popular and well-liked web framework among developers all around the world. But wouldn't it be amazing to build a website with Django while also taking advantage of Azure SQL database's security, performance, high availability, and other great capabilities? In this article, we will crea...

Azure SQLPython
Feb 8, 2022
Post comments count0
Post likes count1

Saving Bot Activities in Azure SQL Database

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

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

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

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.

Azure SQLDevOps.NET
Mar 24, 2021
Post comments count0
Post likes count0

Dev life is easy with node-mssql

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

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