Showing results for development - Azure SQL Devs’ Corner

May 24, 2022
4
1

Announcing the “Azure SQL Database External REST Endpoints Integration” Early Adoption Program

Davide Mauri
Davide Mauri

A new, exciting capability for Azure SQL Database has been announced today at //Build: Azure SQL Database has a new built-in feature that allows native integration with external REST endpoints. This means that integration of Azure SQL Database with Azure Functions, Azure Logic Apps, Cognitive Services, Event Hubs, Event Grid, Azure Containers, ...

Azure SQL
Oct 8, 2020
5
0

Resources to become a Well-Rounded Full-Stack Developer

Davide Mauri
Davide Mauri

  If you want to start coding and create your own solutions - be it an App, a Website or something else - or if you want to start a career as developer, you're in luck! There has never been so many and so good training material around, and - even better - available for free. Last addition to the amazing long list of videos and resour...

Azure SQLPythonJavascript
Oct 4, 2020
2
0

Promises, Node, Tedious, Azure SQL. Oh My!

Davide Mauri
Davide Mauri

If you are new to Node.js like I am, using Tedious to access Azure SQL can be challenging at the beginning. My understanding is that Tedious, while being fully asynchronous, doesn't support nor Promises nor the more modern async/await pattern. Tedious, in fact, uses events to execute asynchronous code and so a bit of work is needed to make it ...

Azure SQLJavascriptNode
Sep 2, 2020
1
0

Practical Azure SQL Database for Modern Developers

Davide Mauri
Davide Mauri

Practical Azure SQL Database for Modern Developers: a book to learn how to take advantage of the all the breakthrough technologies available in Azure SQL like columnstore, in-memory lock-free tables, row-level-security, graph and geospatial support to create modern, scalable and secure applications.

Azure SQLDevOpsPython