An open API service indexing awesome lists of open source software.

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

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.git

2. **Navigate to the Project Directory**:
cd Razor-Pages-with-EF-Core-UM

3. **Restore Dependencies**:
dotnet restore

4. **Update Database**:
dotnet ef database update

markdown
Copy code

5. **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