DiaryApp is a simple ASP.NET Core MVC web application that allows users to create, edit, and delete personal diary entries. It demonstrates fundamental CRUD operations using Entity Framework Core and follows the MVC architectural pattern.
- View a list of all diary entries
- Create a new diary entry
- Edit existing entries
- Delete entries
- Basic input validation for entry titles
- Error handling and logging
- Razor views for UI rendering
- ASP.NET Core MVC
- Entity Framework Core (with DbContext)
- SQL Server / LocalDB (assumed via default EF setup)
- Razor View Engine
- C# .NET 6 or higher
- Bootstrap (optional for styling)