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).
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.
- 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.
- .NET Core 8
- Visual Studio or Visual Studio Code with C# extension
- Clone the repository:
git clone https://github.com/zangassis/student-hub.git
- Navigate to the project folder:
cd student-hub
- Open the solution in Visual Studio or Visual Studio Code.
- Run the application.
- Access the application through the provided URL.
- Use the intuitive interface to manage students.
- Explore advanced search and filtering options powered by LINQ.
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.