Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found程式語言 / Joseph 這是因為.net core預設使用https。若沒有安裝憑證這個錯誤就會被回報。要解決這問題,就執行以下dot […] Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found 閱讀全文 »
解析.NET Framework 或 .NET Core 組態檔裡陣列集合資料程式語言 / Joseph 解析.NET Framework 或 .NET Core 組態檔裡陣列集合資料程式設計師開發程式時,不希望把所 解析.NET Framework 或 .NET Core 組態檔裡陣列集合資料 閱讀全文 »
Visual Studio 2022啟動WCF程式語言 / Joseph WCF可提供HTTP Service。在Web API出來以前,我們可使用微軟提供的WCF(Windows C Visual Studio 2022啟動WCF 閱讀全文 »
部屬Angular App到IIS程式語言 / Joseph 步驟 1. 在部屬之前,記得先下載IIS的URL Rewrite模組,解決Angular路由的問題 2. 要A 部屬Angular App到IIS 閱讀全文 »
修改新增機碼無效?求解方法程式語言 / Joseph 機碼為Windows系統內建樹狀,階層式的資料庫存放該電腦系統相關的資訊。 除了手動方式修改和新增機碼健值,我 修改新增機碼無效?求解方法 閱讀全文 »
Custom View Engine程式語言 / Joseph 在ASP.NET MVC裡每個Controller可以有好幾個Action, 而每個Action的結果很可能就 Custom View Engine 閱讀全文 »
C# Uri串接參數的好工具Flurl程式語言 / Joseph 當我們使用HttpClient呼叫web api和URL時。我們往往會用string方式來設定該URL的參數- C# Uri串接參數的好工具Flurl 閱讀全文 »
模擬伺服器(In-Memory Web Api)程式語言 / Joseph 現今電腦使用者處理資料大都是透過呼叫Http服務到伺服器執行相關的處理,但有時候你只想測試並不想真的要執行Ht 模擬伺服器(In-Memory Web Api) 閱讀全文 »