Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 711 Bytes

File metadata and controls

29 lines (20 loc) · 711 Bytes

📓 DiaryApp

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.


🛠️ Features

  • 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

🧰 Tech Stack

  • 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)