1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Revert "Updated json readme"

This reverts commit 3f48ca667e.
This commit is contained in:
Jovan Popovic
2016-08-12 11:10:57 +02:00
parent 3f48ca667e
commit 1faf22f6d6

View File

@ -11,7 +11,3 @@ This project contains an example implementation of NodeJS REST API using Express
[Products REST API - ASP.NET Core](product-catalog/dotnet-rest-api)
This project contains an example implementation of ASP.NET Core REST API with CRUD operations on a Product 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.
[Product Catalog Web app - ASP.NET Core/Bootstrap/JQuery](product-catalog/dotnet-rest-api)
This project contains an example implementation of ASP.NET Core application that shows list of products and enables you to add, edit, or delete products. You can learn how to create web application on the existing database schema using new JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.