An example web application to process text using ASP.NET CORE 2.0 (programming language c#)
######################################################################################### System requirements: Dev: Visual studio 2017 .NET Core 2.0.6 or later .NET Core sdk (latest or version 2.1.4 and above)
There are known issue with sdk 2.1.1xx with Microsoft.NETCore.App, apply force install of Microsoft.NETCore.App 2.0.6 to all projects https://stackoverflow.com/questions/44026190/visual-studio-2017-cannot-update-microsoft-netcore-app-package-blocked-by-proj
######################################################################################### Demo: App url - https://customtextprocessor.azurewebsites.net Swagger (for Api end points) - https://customtextprocessor.azurewebsites.net/swagger/#/
Please note app is down at the moment. (disabled) ##########################################################################################
This is a single-page application(SPA), built with:
ASP.NET Core(2.0) and C# for cross-platform server-side code Swagger-UI for Api end point test nUnit For server-side unit testing Angular and TypeScript for client-side code Webpack for building and bundling client-side resources Bootstrap for layout and styling