This project is a simple Student Management System developed using C# and WPF (Windows Presentation Foundation). It provides a graphical user interface (GUI) to Add, Edit, and Delete student records. The application is structured following the MVVM (Model-View-ViewModel) design pattern for clean and maintainable code.
- Add Students: Users can add new student details using a dedicated form.
- Edit Students: Update existing student details.
- Delete Students: Remove students from the list.
- View Details: Displays student details in an organized format.