將專案內的appsettings.json轉換為我Azure App Service的組態
2023-12-15
將專案內的appsettings.json轉換為我Azure App Service的組態
Dotnet Core MVC C# 檔案上傳 使用Azure Blob 上傳、下載、刪除、複製
檔案及目錄操作
QnA Maker AI Chat Bot 嵌入Web聊天控件 Microsoft BotFramework-WebChat
做出RWD網頁版聊天介面
在Azure上開 Redis 在C#專案中簡易存取資料
#region 測試4
Console.WriteLine("測試4");
testSample_beverage _beverage = new testSample_beverage();
string jsonStr = JsonConvert.SerializeObject(_beverage);
//寫入一個json字串
cache.StringSet("test4", jsonStr);
//取出json字串
var test4 = cache.StringGet("test4");
Console.WriteLine(test4);
#endregion
用SendGrid發送MAIL蠻方便的
而且每個月有免費25000封的扣打(quota)
應該用不完有點佛心