www.fgks.org   »   [go: up one dir, main page]

Azure SQL Devs’ Corner

Voices from the Azure SQL PM Team, focusing on development and developers

Solving the River Crossing problem with SQL Graph
Solving the River Crossing problem with SQL Graph
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!
Seasons of Serverless Challenge 3: Azure TypeScript Functions and Azure SQL Database serverless
Seasons of Serverless Challenge 3: Azure TypeScript Functions and Azure SQL Database serverless
Throughout the next seven weeks we'll be sharing a solution to the week's Seasons of Serverless challenge that integrates Azure SQL Database serverless with Azure serverless compute. Learn how to develop an Azure Function that leverages Azure SQL database serverless and TypeScript with Challenge 3 of the Seasons of Serverless challenge.