07-October-2023
ASP.NET Core 2.2 REST API with C# towards Angular and React serving as Role based Membership system
Traditional webhosting is used for this Application
A Web API role based Membership System for authentication and registration managing Users by an Angular or React client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT
Administrate Posts by an Angular client and the Web API after a successfully login
02-July-2023
Types of Tests used creating this Blog and the Web Projects
Below a demo of testing with Jest and Supertest in a Node.js Express TypeScript App
Below a demo of Unit testing with xUnit and .NET Core console App
15-January-2023
ASP.NET Core 2.0 REST API with C# showing a dataset of Persons by MVC / Web API
Traditional webhosting is used for the Application
Try the demo...Showing / Administrate a dataset of persons as a REST API + MVC using C#, MSSQL Database, AngularJS, ReactJS, jQuery, Ajax and JSON dataset. Secured by HTTPS
The source code at GitHub31-August-2022
Hello World with Docker and GitHub Actions
This simple action example prints "Hello World" to the log or "Hello" + the name of a person to greet
The code at GitHubAs a start, I am learning Docker by reading and using the online Docker Playground instead or installing Docker Desctop at my local system.