Example 0: Familiar with Visual Studio 2019.
練習0: 熟悉Visual Studio 2019的環境,然後建置專案、練習物件導向程式
Example 1: Use Session or Cookie to save the user's data.
練習1: 練習用Session Cookie留存使用者造訪網站時的資料
Example 2: ASP.NET MVC Receive data by GET or POST.
練習2: 試著用GET或POST的方法,將前端的表單資料送到後端
Example 3: MySQL database(use MariaDB).
練習3: 試著用支援MySQL很高的MariaDB,寫出能讀資料庫或寫入資料庫的程式
Example 4: JSON's serialization and deserialization in C#.
練習4: 練習C#裡將JSON序列化或反序列化的一些方法
Example 5: Ajax(Asynchronous JavaScript and XML)
練習5: 練習用Ajax,回應使用者的操作
Example 6: IHttpHandler
練習6: 用自訂的類別實作IHttpHandler
SQL
SQL: 練習用命令提示字元,熟悉SQL指令
Side project: A website for register and sign in.
個人專案: 會員註冊與登入網頁
Side project: Search contracted pharmacy for mask's storage.
個人專案: 地區特約藥局口罩庫存查詢網頁
Visual Studio 2019(練習ASP.net Web Application and ASP.net MVC)
Subline Text(練習寫README.md,留下學習過後的筆記)
Git bash(上傳練習過的專案到Github)
MariaDB(SQL資料庫)
Command(練習SQL指令操作)
HeidiSQL(不熟MySQL指令時,用的圖形介面工具)
ASP.NET Web Form 入門30天
https://ithelp.ithome.com.tw/users/20120056/ironman/2281
ASP.NET MVC網頁程式介紹
https://ithelp.ithome.com.tw/users/20105694/ironman/1329