https://github.com/galaxy092/student-management
Student Management (ASP.NET Core API with Windows Forms and Console App) (RUPP)
https://github.com/galaxy092/student-management
Last synced: 2 months ago
JSON representation
Student Management (ASP.NET Core API with Windows Forms and Console App) (RUPP)
- Host: GitHub
- URL: https://github.com/galaxy092/student-management
- Owner: Galaxy092
- Created: 2023-12-06T15:39:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-08T01:33:03.000Z (over 1 year ago)
- Last Synced: 2025-02-09T09:43:57.732Z (4 months ago)
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Student Management
Student Management: OOAD Assignment1-Building the project Student Management API
> dotnet build2-Preparing migration
> dotnet ef migrations add "InitStudents"3-Updating database
> dotnet ef database update