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 10 REST API with Dapper SQLite and xUnit

09-June-2026

.NET 10 REST API with C# and Dapper ORM + SQLite DB consuming a React 16 Client + Unit Testing

Unit Testing:

  • xUnit - Used with one of the .NET Web API

Coverage Reports are generated for visualize the result of Unit Testing ( .NET based xUnit )

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


Webpack 5 boilerplate with ES6 and above

04-June-2026

Webpack 5 boilerplate ready for ES6 and above

Try the demo...

The code at GitHub

A Webpack 5 boilerplate ready for ES6 and above using Babel. The demo App serve a Webpack logo, compiled PostCSS and consumes a web api from jsonplaceholder showing examples of async operations using async / await.


Webpack 5 boilerplate with React

04-June-2026

A Webpack 5 boilerplate with React

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with React. The demo App serve React routing, a Webpack logo, my photo with some info and compiled PostCSS. Bootstrap CSS was used to make the demo mobile friendly.


Webpack 5 boilerplate with Vue

04-June-2026

A Webpack 5 boilerplate with Vue

The project I made with most stars at GitHub :-)

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with Vue.js. The demo App serve Vue routing, a Webpack logo, my photo with some info. The Vue App serve a demo CRUD functions for Employess towards a Web API at jsonplaceholder. The Webpack is ready for PostCSS, ES6 and above. Bootstrap CSS was used to make the demo mobile friendly.


.NET 10 and ASP.NET Core MVC Web Application

03-June-2026

ASP.NET Core MVC Web App using .NET 10 - A Starter with CRUD functionality of Employees

Traditional webhosting is used for this Application

An ASP.NET Core MVC Web App created by VS Code using .NET 10 serving CRUD functionality of Employees towards a MSSQL Database

Below is a .NET 8 version of the Web App





A Blog made with Gatsby React and GraphQL