標籤:使用 add ida 構建 tutorial sql 菜鳥 form control
參照微軟教程:Building your first ASP.NET Core MVC app with Visual Studio
This series of tutorials will teach you the basics of building an ASP.NET Core MVC web app using Visual Studio.
- Getting started
- Adding a controller
- Adding a view
- Adding a model
- Working with SQL Server LocalDB
- Controller methods and views
- Adding Search
- Adding a New Field
- Adding Validation
- Examining the Details and Delete methods
使用Visual Studio建立第一個ASP.NET Core MVC的應用程式
本系列教程將教你使用Visual Studio構建ASP.NET Core MVC Web應用程式的基礎。
- 軟體安裝
- Adding a controller
- Adding a view
- Adding a model
- Working with SQL Server LocalDB
- Controller methods and views
- Adding Search
- Adding a New Field
- Adding Validation
- Examining the Details and Delete methods
本人英語水平很差,只是參考了翻譯軟體並整理加工,不能如實翻譯官方文檔,只是記錄一下學習過程,大神請繞道,本文章適合新新菜鳥觀看,如有不妥之處敬請指教!共同學習發展!
PS:大約2011-2012年左右用VS2008開發過企業級webform和windows案頭應用,後因工作原因一直未接觸.NET,再接觸發現都要從零開始了,翻看網上教程,貌似都不太適合純新手上手,於是有了本文。
感謝百度翻譯。
【目錄】開始使用ASP.NET Core MVC和Visual Studio