Published on 2023年8月18日 如果 lock 的區塊發生 exception 之後,會不會 unlock CSharp 如果 lock 的區塊發生 exception 之後,會不會 unlock ? Read more →
Published on 2022年11月13日 C# Dictionary 的 Key 使用 Enum 會不會有 Boxing 的效能問題 ? CSharp 看到在其它的 blog 中有留言說:如果 C# 的 Dictionary 的 Key 使用 Enum 型別的話,會有 Boxing/Unboxing 的效能問題,引起了我的好奇,用了這麼久的方式,到底會不會有問題 Read more →
Published on 2022年8月13日 C# StreamWriter write file line by line CSharp 因為要寫一個小工具需要逐行寫入檔案,突然想到之前有寫過兩篇文章 C# - Simple StreamWriter and StreamReader 和 C# - Simple FileStream Write and Read,結果好像沒有逐行寫檔的程式碼,簡單的記錄一下使用 StreamWriter 來逐行寫檔 Read more →
Published on 2020年5月2日 C# 使用 DebuggerDisplay 和 DebuggerTypeProxy 來呈現 Debugger 相關資訊 CSharp C# 使用 DebuggerDisplay 和 DebuggerTypeProxy 來呈現 Debugger 相關資訊 Read more →
Published on 2020年4月26日 C# 使用 Microsoft.VisualStudio.Threading.Analyzers 來檢查非同步程式 CSharp 在 c# 裡面寫非同步程式有的時候會不小心少了 await 或是命名沒有使用 Async 結尾,我們可以使用套件來幫我們找到這些問題 Read more →
Published on 2019年4月26日 C# DateTimeOffset Pares UTC 時間 CSharp C# DateTimeOffset Pares UTC 時間 Read more →
Published on 2019年4月15日 C# 使用 TimeZoneInfo 轉換時區遇到 Daylight Saving 的問題 CSharp C# 使用 TimeZoneInfo 轉換時區遇到 Daylight Saving 的問題 Read more →
Published on 2016年1月18日 C# - compare string is null or empty CSharp C# - compare string is null or empty Read more →
Published on 2015年10月3日 C# - WinForm ComboBox (DropDownList) Simple Use CSharp WinForm ComboBox (DropDownList) Simple Use Read more →
Published on 2015年9月29日 C# - GeoIP Search IP Location CSharp C# - GeoIP Search IP Location Read more →
Published on 2015年6月18日 C# - 6.0 Expression Body ( Functions and Properties ) CSharp C# 6.0 Expression Body ( Functions and Properties ) Read more →
Published on 2015年6月17日 C# - 6.0 Auto Property Initializers CSharp C# 6.0 Auto Property Initializers Read more →
Published on 2015年6月15日 C# - 6.0 Null Conditional Operator CSharp C# 6.0 Null Conditional Operator Read more →
Published on 2015年6月14日 C# - Easy Convert Array from XML Format CSharp C# Easy Convert Array from XML Format Read more →
Published on 2015年5月27日 C# - Simple FileStream Write and Read CSharp C# Simple FileStream Write and Read Read more →
Published on 2015年5月27日 C# - Simple StreamWriter and StreamReader CSharp C# Simple StreamWriter and StreamReader Read more →