From 0a9fa0e015f65c22aa725e752d29f894a513f9b7 Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Fri, 16 Sep 2016 12:14:31 -0700 Subject: [PATCH] adding connect and demos folders --- samples/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/samples/README.md b/samples/README.md index 1caea435..72235262 100644 --- a/samples/README.md +++ b/samples/README.md @@ -4,10 +4,18 @@ __[applications] (applications/)__ End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios. +__[connect] (connect/)__ + +Samples showing how to connect to SQL databases using various programming languages, including Python, C#, Java, Ruby, and Node.js. + __[databases] (databases/)__ Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. +__[demos] (demos/)__ + +Demos of various SQL features and capabilities that were presented at conferences, in Webcasts, etc... + __[features] (features/)__ Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.