Docker is a container solution developed by the Docker Inc and backed by the open source community. The idea of the docker solution is to provide a Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
While many developers still use CSS to style their React apps, writing styles in JavaScript has become an increasingly popular practice ...Read more
Looking for a better alternative to Mailgun? Need a complete solution for your SaaS? Or don’t want to struggle with complicated setup or deal with bad customer support? You’re in the right place. We’re bringing ...Read more
“If a snake was responsive…” is my favorite webdev meme. Have a look below if you're not familiar with this extremely important question. I ...Read more
This post is a quick overview of an Abto Software’s blog article. In the recent years, computer technology and innovation has been taking over almost every large industry. Programming languages and tools, ...Read more
This is the part 2 of Designing an autocomplete UI component Debouncing is like that friend who waits for you to ...Read more
新版本在UAT階段採到這個坑,藉此機會紀錄一下。 Issue 後端API升級至.net 8,相關dependency也一併做升級來相容,因次這次也將EFCore升級到8。 發現在升級的git branch上載入特定模組會回500 error。實際trace後發現是程式寫法會將EFCore query回的結果依照索引來產生dictionary,在產生dictionary時遇到duplicate key的excpetion。 分析 這裡假設table: test中有欄位A並為Primary key。其中有兩筆資料其A的value分別為”Scott”與”SCOTT”。 以資料邏輯來說是絕對不會產生這種exception。EFCore做mapping使用的肯定是DB table內的Primary ...Read more