[實作過程]
- 12月 25 週一 201720:16
[ASP.NET MVC] 使用summary-變數名稱說明
- 7月 30 週日 201720:18
[ASP.NET MVC] 使用Dapper連接oracle db
[展示影片]
- 7月 30 週日 201711:48
[ASP.NET MVC] 連接oracle entity framework 來自資料庫的codefirst
[展示影片]
需要先安裝 Oracle Developer Tools for Visual Studio 2015
需要先安裝 Oracle Developer Tools for Visual Studio 2015
- 6月 05 週一 201722:57
[ASP.NET MVC] 讀取Json檔案
![[ASP.NET MVC] ActionResult 回傳值型別_JsonResult_1.png [ASP.NET MVC] ActionResult 回傳值型別_JsonResult_1.png](https://pic.pimg.tw/melayogu/1496673573-1261514220_n.png?v=1496673580)
[展示影片]
- 5月 31 週三 201711:51
[ASP.NET MVC] Controller與View 資料傳遞方式
頁面跨Controller跳轉
資料不遺失
No
No
No
Yes
- 5月 31 週三 201711:50
[ASP.NET MVC] ActionResult 回傳值型別
![[ASP.NET MVC] ActionResult 回傳值型別_ViewResult_1.png [ASP.NET MVC] ActionResult 回傳值型別_ViewResult_1.png](https://pic.pimg.tw/melayogu/1496573955-571249052_n.png?v=1496573966)
View()
new ViewResult()
Jacascript()
- 5月 03 週三 201707:26
[ASP.NET MVC] 透過Model DisplayName顯示標題名稱
![[ASP.NET MVC]透過Model DisplayName顯示標題名稱_1.png [ASP.NET MVC]透過Model DisplayName顯示標題名稱_1.png](https://pic.pimg.tw/melayogu/1493768065-3282072005_n.png?v=1493768143)
[展示影片]
- 5月 01 週一 201715:13
[ASP.NET MVC] Bundle js與css打包
![[ASP.NET MVC] Bunble打包_打包讀取設定順訊_1.png [ASP.NET MVC] Bunble打包_打包讀取設定順訊_1.png](https://pic.pimg.tw/melayogu/1496584014-3307056086_n.png?v=1496584029)
[效果展示影片]
[js/css 打包設定檔案位置]
- 4月 10 週一 201708:16
[ ASP.NET MVC ] 基本概念介紹
- 4月 05 週三 201717:20
[ASP.NET MVC] 無法將工作階段狀態要求送至工作階段狀態伺服器
![[ASP.NET MVC] ASP.NET State Service 啟動_1.png [ASP.NET MVC] ASP.NET State Service 啟動_1.png](https://pic.pimg.tw/melayogu/1491384860-628399474_n.png?v=1491384864)
無法將工作階段狀態要求送至工作階段狀態伺服器。請確定 ASP.NET 狀態服務已經啟動且用戶端與伺服器的通訊埠都相同。如果伺服器是在遠端電腦上,請檢查 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters\AllowRemoteConnection 的值,確定它是否接受遠端要求。如果伺服器是在本機電腦上,而且前述登錄值不存在或設定為 0,狀態伺服器連接字串就必須使用 'localhost' 或 '127.0.0.1' 做為伺服器名稱。
遇到此種狀況時,可以先啟動服務"ASP NET State Service"
