ShareChiWai Notes
ShareChiWai Notes
Home
Blog
Menu Venue
Event
Sharing
Contact
Light
Dark
Automatic
dotnet
ASP.Net MVC client-side validation
好耐都無掂過 ASP.Net MVC… 之前有朋友叫我幫佢睇下個 project 發現佢個 Registration Form 有個小小問題.. 就係唔識行 Client-side Validation 每次按 Register button 都會 做一個 Post 之後先會出現.. Validation Error message 睇左佢個 Model , Controller 同 View (.cshtml) 都沒有問題… 再花多了一些時間.
Last updated on Feb 17, 2024
1 min read
ASP Net MVC
Visual Studio Useful Shortcut
最近有一個 task 係要做一些 code clean up… 發現有很多重覆既動作.. 係時候用下腦記下 D Visual Studio Shortcut… 因為用 mouse 真係有 D 慢.. 用 shortcut key 有時真係方便好多 Remove and Sort Using Ctrl + R Ctrl + G
Last updated on Feb 17, 2024
1 min read
Visual Studio
ASP.Net Core Enable Development Error
由於不太了解 ASP.Net Core with Angular / React Webpack 的關係 當遇到有 Angular / React的問題是都不知道那裡出錯 我的Angular / ReactJs Project 是用 dotnet core 的 SPA template 建立的 過了幾天才發現.. 由於是使用 dotnet run 或 dotnet watch run 的關係 所以執行的 port 和 visual studio 執行時 debug 的 port 不一樣.
Last updated on Feb 17, 2024
1 min read
.net core
ASP.net Core SPA Single Page Application Template Generator with angular, aurelia, knockout, react
最近開始學 Angular 4 / React 但是不知道怎樣開始 如果只是React / Angular 的 CLI 來產生他們的 Project Template 的話 自己便要再起一個Node JS 的 backend 來 serve data 了 安裝方法: 我們可以在 Command prompt 執行以下指令 dotnet new --install Microsoft.
Last updated on Feb 17, 2024
1 min read
.net core
dotnet watch does not refresh content for AspNetCore.SpaTemplates React / Angular
最近使用了 ASP.Net Core 的 SPA Template 來學習 ReactJs 因為我可以使用 ASP.Net Core 來做 Web API.. 而 ReactJs 來做 Web Front End 之後便可以 deploy 到 Azure 十分方便.. 又可以很快看到效果 ASP.Net Core App can NOW be deploy to Azure – (Azure web app)
Last updated on Feb 17, 2024
1 min read
.Net Tips And Tricks
Enable dotnet watch - on asp.net core
最近開始學習 .Net Core 的 ASP.Net Core 發現現在.net 越來越方便了 之前開發 asp.net 的 web application 時每當要更改程式碼 時 都有需要停止 debug之後更重新開始debug.. 感覺開發.net application 需要的時間比較長 不像使用 node.js一樣..可以使用 gulp或grunt 來檢查程式碼有沒有更新 如果有的話便會 re-compile 等等 之後只要 refresh browser 便會自看到程式碼所做的更新
Last updated on Feb 17, 2024
1 min read
.net core
Cite
×