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

Updated json readme.md file

Added description of comments app in readme.md file
This commit is contained in:
Jovan Popovic
2016-09-06 17:03:52 +02:00
parent 043ed9609c
commit 018b319a20

View File

@ -14,4 +14,8 @@ This project contains an example implementation of ASP.NET Core REST API with CR
[Product Catalog Web app - ASP.NET Core/Bootstrap/JQuery](product-catalog/dotnet-jquery-bootstrap-app)
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.
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.
[ReactJS Comments app - ASP.NET Core/Bootstrap/JQuery](comments/dotnet-react-jquery-app)
This project contains standard [ReactJS Comments tutorial app](https://github.com/reactjs/react-tutorial) with ASP.NET Core REST API. REST API is implemented using new JSON functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.