From 018b319a2088d2aa0e228c90251959f7f31b3b67 Mon Sep 17 00:00:00 2001 From: Jovan Popovic Date: Tue, 6 Sep 2016 17:03:52 +0200 Subject: [PATCH] Updated json readme.md file Added description of comments app in readme.md file --- samples/features/json/readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/samples/features/json/readme.md b/samples/features/json/readme.md index fb52d7ec..39cf19a7 100644 --- a/samples/features/json/readme.md +++ b/samples/features/json/readme.md @@ -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. \ No newline at end of file +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. \ No newline at end of file