How to ensuring wallet security with Azure Products
Hello, we are developing a blockchain wallet product that includes support for USDT among other cryptocurrencies. Could you advise us on how to ensure the security of the wallet? Additionally, does Azure offer any products that could assist us with…
被AZURE盜刷一筆金額
免費帳戶莫名其妙被自動刷卡3千多台幣 用一般正常AZURE網站進入無法查到這筆刷卡資料(我的帳號底下是沒有信用卡片也沒有三個月內的交易紀錄的) 然後還要去點信箱開啟發票後才找到是AZURE SERVICE SUPPORT莫名其妙地刷了我一筆 我根本沒有用到這服務 要求退款微軟那麼大一間公司跟踢皮球一樣找不到相關的人可以問 線上客服昨天回我: 我們現在AZURE沒有窗口喔.....WTF 刷卡都上線的系統沒人可以處理? 問AI一問三不知 輸入問題還要標籤 請問AZURE的標籤在哪?
VS2022 / .net 8.0 使用 Area 頁面連結失效
我建立了 Movie 資料庫,並使用 MVC Scaffolding 建立了 CRUD 操作。在 Movies/Index.cshtml 頁面上可以正確列出清單,點選 Create、Edit、Detail 或 Delete 會連結到對應的控制器。 接著,我使用 Scaffolding 建立區域 Admin 並在其中建立了 CRUD 操作,同樣在 Admin/Movies/Index.cshtml 頁面上可以列出清單。不過,所有連結(例如 <a…
Use Azure Speech SDK ssml to say as verb in place of nonce
I uses Azure Speech javascirpt SDK for text to speech conversion, but the wording pronunciate as nonce. Can I fix the ssml that force a word to pronunciate as verb?
請問要如何在.NET MAUI開發iOS18 Widget功能
因Apple已正式確認Today view棄用 請問後續如何在.NET MAUI開發iOS18 Widget功能,麻煩協助回覆,謝謝。
資料欄位允許null時, 如何讀取
我在資料表中有一個欄位型態為smaillint , 但允許NUll , 請問我在讀取該欄位時應如何避免錯誤. 先謝謝回應者. If reader.HasRows Then reader.Read() If reader.GetValue(5) > 0 Then ***'如果欄位值是NULL, 此判斷式會如現錯誤*** ...... end if end if
如何防機器人寫入資料庫
目前我的ASP.net 系統使用者可透過社群軟體帳號及自建帳號等驗證後證入, 並透過驗證後設定的session("id")來做為是否通過驗證的依據, 我想再設一個session("times")來限制使用者每次登入後的資料寫入次數, 我了解的是session value是存在於server side, 所以應該是不會被惡意修改, 但是session基本上還有依client side的某個cookies 為依據, 所以如果惡意程式以某一個社群帳號登入後,…
使用smtp傳送郵件是否有錯誤訊息可用?
以下是在網路中查詢到並可順利執行的smtp寄信程式, 但如果收件人信箱有誤或密碼等有誤, 程式仍會顯示 "finish" , 想請教眾高手, 如何獲得error message , smtp.Send(em)並不會傳回值. 先謝謝回覆者, 感謝 Try '***寫信*** Dim em As Net.Mail.MailMessage = New Net.Mail.MailMessage() em.From = New…
關於EF core 8的一個問題
這是EF8產生的SQL 這是Linq原始碼 這是錯誤資訊 請問一下問題在那裡 我好像不能用Not in語法的樣子
Cannot get routeData in IExceptionHandler.TryHandleAsync() for ASP.NET Core 8
I have the following code, and the context. GetRouteData() always return null. I want to log the controller name and action name when exception occurs. How can I fix it? GlobalExceptionHandler.cs public async ValueTask<bool>…