zangassis / student-hub

This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Hub πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs).

Overview

Student Hub is a versatile student management application developed using ASP.NET Core .NET 8. It leverages the power of LINQ, Entity Framework (EF) Core, and Minimal API to provide a seamless and efficient student management experience. The application stores its data in a SQLite database.

Features πŸš€

  • Search and Filter: Utilize LINQ queries to search and filter students.
  • EF Core Integration: Leverage the capabilities of Entity Framework Core for data access.
  • Minimal API: Utilize the simplicity and minimalistic approach of Minimal API for streamlined development.
  • SQLite Database: Lightweight and efficient SQLite database for data storage.

Prerequisites πŸ› οΈ

Getting Started 🏁

  1. Clone the repository: git clone https://github.com/zangassis/student-hub.git
  2. Navigate to the project folder: cd student-hub
  3. Open the solution in Visual Studio or Visual Studio Code.
  4. Run the application.

Usage πŸ–₯️

  1. Access the application through the provided URL.
  2. Use the intuitive interface to manage students.
  3. Explore advanced search and filtering options powered by LINQ.

Contributions 🀝

Contributions are welcome! Feel free to open issues or submit pull requests.

License πŸ“

This project is licensed under the MIT License.

About

This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs).

License:MIT License


Languages

Language:C# 100.0%