Published on2022年11月13日C# Dictionary 的 Key 使用 Enum 會不會有 Boxing 的效能問題 ?c#看到在其它的 blog 中有留言說:如果 C# 的 Dictionary 的 Key 使用 Enum 型別的話,會有 Boxing/Unboxing 的效能問題,引起了我的好奇,用了這麼久的方式,到底會不會有問題
Published on2022年8月13日C# StreamWriter write file line by linec#因為要寫一個小工具需要逐行寫入檔案,突然想到之前有寫過兩篇文章 C# - Simple StreamWriter and StreamReader 和 C# - Simple FileStream Write and Read,結果好像沒有逐行寫檔的程式碼,簡單的記錄一下使用 StreamWriter 來逐行寫檔
Published on2020年5月2日C# 使用 DebuggerDisplay 和 DebuggerTypeProxy 來呈現 Debugger 相關資訊c#C# 使用 DebuggerDisplay 和 DebuggerTypeProxy 來呈現 Debugger 相關資訊
Published on2020年4月26日C# 使用 Microsoft.VisualStudio.Threading.Analyzers 來檢查非同步程式c#在 c# 裡面寫非同步程式有的時候會不小心少了 await 或是命名沒有使用 Async 結尾,我們可以使用套件來幫我們找到這些問題
Published on2019年4月15日C# 使用 TimeZoneInfo 轉換時區遇到 Daylight Saving 的問題c#convertdatetimeC# 使用 TimeZoneInfo 轉換時區遇到 Daylight Saving 的問題
Published on2015年10月3日C# - WinForm ComboBox (DropDownList) Simple Usec#winformWinForm ComboBox (DropDownList) Simple Use
Published on2015年6月18日C# - 6.0 Expression Body ( Functions and Properties )c#C# 6.0 Expression Body ( Functions and Properties )
Published on2015年5月27日C# - Simple StreamWriter and StreamReaderc#C# Simple StreamWriter and StreamReader