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)
This app was built to demonstrate four key software engineering principles:
- 🧼 KISS — Keep It Simple, Stupid
- 🚫 YAGNI — You Aren’t Gonna Need It
- ♻️ DRY — Don’t Repeat Yourself
- 📦 Law of Demeter — Talk to friends, not strangers
- ASP.NET Core 9.0 🌐
- Minimal API 🧩
Pull requests are welcome! Feel free to open issues or suggest improvements.
MIT License