Skip to content

Chiragj2003/Diary_Asp.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published