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)
A fast and minimal ASP.NET Core API 🧩 designed to power a simple blog platform. This project showcases real-world examples of database performance optimizations using Entity Framework Core (EF Core) 💡.
- 🧠 Optimized EF Core queries for better performance
- 📊 Examples of projections, pagination, and more
- 🧪 Sample data seeding with Bogus
- ASP.NET Core
- EF Core
- SQL Server
- Bogus (for generating fake data)
On startup, the app checks if the Posts table is empty and seeds 100+ fake blog posts with random authors and categories. Useful for demos and testing
This project is licensed under the MIT License.