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.