System.InvalidOperationException: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
2023-01-16
System.InvalidOperationException: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
為 api 加上 attribute, 設定快取類型
透過EF直接查詢現有的資料庫,而非走完整的Code First流程(Add Migration, update database…),故資料庫內不存在Table [__MigrationHistory],但執行查詢時記錄到的Log卻會發現EF會嘗試的查詢它並發生錯誤...
簡單筆記在如何使用 StackExchange.Redis 操作Redis
使用 NSubstitute 驗證 Mock 物件的方法傳入參數
寫入檔案前檢查檔名及路徑是否有非法字元
在aspx上加入給前端呼叫的API