摘要: Escape Character in SQL Server To escape ' you simly need to put another before: '' As the second answer shows it's possible to escape single quote li 阅读全文
posted @ 2021-08-30 15:01 ChuckLu 阅读(50) 评论(0) 推荐(0)
摘要: Is it a good approach to call return inside using {} statement? It's perfectly safe to call return inside your using block, since a using block is jus 阅读全文
posted @ 2021-08-30 10:54 ChuckLu 阅读(71) 评论(0) 推荐(0)
摘要: What does CultureInfo.InvariantCulture mean? For those looking for the 5 second answer: CultureInfo.InvariantCulture means "I don't care, I don't want 阅读全文
posted @ 2021-08-30 10:15 ChuckLu 阅读(96) 评论(0) 推荐(0)