</> Vittorio Pivarci

Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
Screenshot
thumbnail
thumbnail
thumbnail
thumbnail
thumbnail
thumbnail
thumbnail

MAUI Dashboard App

Open-SourceC#Dotnet MAUIEntity FrameworkSQLite

A multi-platform application created with Dotnet MAUI that simulates a school dashboard system for FACENS. Project made for learning purposes.

ACTIVE 0 0 C#

Author: Valkorz (Vittorio Pivarci)

Created on June 27th, 2025

INTRODUCTION

MAUI Dashboard App is a multi-platform application developed with .NET MAUI that simulates a student management system for FACENS. The application allows students to view their academic records and class schedules, while an administrative login enables the creation and management of users and course enrollments within the database.

IMPLEMENTATION

The project was developed using .NET MAUI with Entity Framework Core and an SQLite backend. .NET MAUI enables deployment of a single shared codebase across Android, iOS, macOS, and Windows — making it well-suited for institutional applications that must support heterogeneous device environments. Entity Framework Core manages database operations through a strongly-typed ORM layer, simplifying CRUD operations and schema migrations while keeping the data access layer clean and maintainable.

RELEVANCE

Student information systems are a ubiquitous requirement for educational institutions. This project demonstrates how a lightweight, cross-platform solution can be rapidly prototyped using modern .NET tooling, offering a practical alternative to heavyweight enterprise platforms for smaller institutions or internal administrative tooling.