View the Projects by pagnition

A Blog full of Web Projects

View the Projects by the navigation at the bottom of the Page sorted by Date...


.NET 8 Web API with JWT Authentication

23-April-2024

Blazor ( .NET 6 ) and Vue 3 clients towards a Web API by .NET 8 with C# using JWT Authentication

Traditional webhosting is used for this Application

The Web API was made without the ASP.NET Core Identity using custom JWT middleware

A JWT Auth Web API created by VS Code using .NET 8 with C# with Blazor and Vue 3 Clients + Pinia + Vite


.NET Core 2.2 Web API with Basic Authentication - Azure and GH Pages

02-April-2024

ASP.NET Core 2.2 Web API with C# consuming from a Vue 3 client using Basic Authentication for Login

The API is hosted at Microsoft Azure App Service and the Vue 3 Client at GitHub Pages

For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service

A Login system by a Vue client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and a Basic Authorization Header


.NET Core 2.2 Web API with JWT Authentication - Azure and GH Pages

02-April-2024

ASP.NET Core 2.2 Web API with C# consuming from a Vue 3 client using JWT Authentication for Login

The Vue 3 Client is hosted at GitHub Pages

The API is hosted at Microsoft Azure App Service

For the Web API a CI / CD Pipeline was implemented by Azure DevOps and deployed to Azure App Service

A Login system by a Vue 3 and a Angular client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT with the Baerer schema in the Authorization Header


.NET 8 Hello World Web API

17-March-2024

A Hello World Web API in .NET 8 with C#

Traditional webhosting is used for this Application

Try the demo...

A Hello World Web API created by VS Code using .NET 8

The Web API at GitHub

.NET 7 Web API using Dapper SQLite

16-March-2024

.NET 7 Web API with C# and Dapper ORM + SQLite DB towards an Angular 14 Client + Unit Testing

Unit Testing:

  • XUnit - Used with one of the .NET Web API
  • Karma + Jasmine - Used with the Angular Client

Try the demo...

Dapper is a lightweight Micro-ORM which can be an alternative to Entity Framework Core ORM

SQLite is local DB and fine for testing and small applications

Traditional webhosting is used for this Application





A Blog made with Gatsby React and GraphQL