Skip to content

maydayXi/MvcHtmlHelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MvcHtmlHelpers 簡介

人力資源系統MVC範例,包含基本的 C(Ctreate)、R(Read)、U(Update)、D(Delete)功能,實作基本的新增、查詢、修改、刪除功能。

技術文件

  • ASP.NET MVC:網站架構,Model = 資料模型;View = 使用者介面;Controller = 協調資料與使用者介面呈現。
  • Bootstrap:排版、美化使用者介面。
  • HTML Helper:建構使用者介面(UI)、表單。
  • Razor Page:控制資料在檢視的顯示邏輯。
  • Entity Framework:資料模型存取。
  • LINQ:資料模型查詢。
採用 Code-First 方式先撰寫 Data Model Code,再建立資料庫

功能擷圖

查詢清單(Employee\Index)

明細查詢(Employee\Details)

新增資料(Employee\Create)

刪除資料(Employee\Delete)