Projects involving .NET

Event Finder App
A fullstack social networking app for hosting/finding events using Clean Architecture, built as part of a course. Some of its features include real-time commenting, user authentication using Microsoft Identity, and automated deployment to Azure using GitHub Actions.

Student Registration App
A Windows Forms application designed for student registration management. It offers complete CRUD functionalities with robust validation and exception handling to ensure data integrity. The app utilizes Newtonsoft.Json for JSON serialization and deserialization, coupled with a BindingList for UI updates of student records.