1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/json
Jovan Popovic d364e87105 Merge pull request #2 from JocaPC/json
Minor fixes
2016-06-22 15:17:20 +02:00
..
2016-06-22 15:15:25 +02:00
2016-06-22 15:14:52 +02:00

Samples that use JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database

Todo REST API - ASP.NET Core

This project contains an example implementation of ASP.NET Core REST API with CRUD operations on a simple Todo table. You can learn how to build REST API on the existing database schema using new JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.

Todo REST API - NodeJS/Express4

This project contains an example implementation of NodeJS REST API using Express4 framework and Tedious. REST API has basic CRUD operations on a simple Todo table. You can learn how to build REST API on the existing database schema using new JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.