https://github.com/aminul-islam-niloy/razor-pages-with-ef-core-um
Razor Pages with Entity Framework Core in ASP.NET Core
https://github.com/aminul-islam-niloy/razor-pages-with-ef-core-um
asp-net-core csharp entity-framework-core razor-pages
Last synced: 4 months ago
JSON representation
Razor Pages with Entity Framework Core in ASP.NET Core
- Host: GitHub
- URL: https://github.com/aminul-islam-niloy/razor-pages-with-ef-core-um
- Owner: aminul-islam-niloy
- Created: 2024-02-15T19:36:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-17T12:33:15.000Z (over 1 year ago)
- Last Synced: 2025-01-12T15:46:23.925Z (5 months ago)
- Topics: asp-net-core, csharp, entity-framework-core, razor-pages
- Language: C#
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Razor Pages with EF and ASP.net core
# University Management System
## Introduction
Welcome to the University Management System! This application is designed to help universities manage their courses, students, instructors, enrollments, grades, and other aspects of university operations.
## Features
- User authentication and authorization
- CRUD operations for courses, students, and instructors
- Enrollment management
- Grade tracking and reporting## Installation and Setup
1. **Clone the Repository**:
git clone https://github.com/aminul-islam-niloy/Razor-Pages-with-EF-Core-UM.git2. **Navigate to the Project Directory**:
cd Razor-Pages-with-EF-Core-UM3. **Restore Dependencies**:
dotnet restore4. **Update Database**:
dotnet ef database updatemarkdown
Copy code5. **Run the Application**:
dotnet run## Demo Image
Below is a sample and overview:
View:
![]()
View:
![]()
View:
![]()
#### source:
For more understanding: https://learn.microsoft.com/en-us/aspnet/core/data/ef-rp/intro?view=aspnetcore-8.0&tabs=visual-studio