摘要:
If your catch block do nothing with caught exception you may declare block argument without name (to avoid warning message "CS0168: The variable 'ex' is declared but never used"): try { ... 阅读全文
摘要:
How to do this across the entire site: If you would like to apply this behavior to your entire site simply modify the entry of your section in your web.config file like so: 阅读全文
摘要:
Verbatim string literal does not require the use of escape characters to define special characters. Instead, any information in the source code, including new lines, is included in the string. To defi... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1using System; 2using System.Data; 3using System.Data.SqlClient; 4using System.Configurat... 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> This is a message that should always stay visible... 阅读全文