摘要:ILRewriting for beginners Rewrite MSIL Code on the Fly with the .NET Framework Profiling API Really Easy Logging using IL Rewriting and the .NET Profiling API http://www.slideshare.net/shaun_wilde/...
阅读全文
摘要:当你在使用Reference Source functionality in VS 2008 调试.Net 的源代码的时候,你会发现很多变量没法再调试时查看。 这是因为源代码服务器上提供的代码默认是为最终销售优化过的(optimized )。这些值虽然你没法查看,但不会阻断单步执行,大部分情况下你可能不需要查看。 但如果你真的需要查看,这里还是有一个办法的。 你需要靠诉CLR不要加载pr...
阅读全文
摘要:非常好的论文:http://swtch.com/~rsc/regexp/regexp1.html 关于正则表达Performance: Optimizing Regular Expression Performance, Part I: Working with the Regex Class and Regex Objects Optimizing Regular Expression P...
阅读全文
摘要:Q: 我在VS2010里面创建的用户控件有多个,分别代表多个功能,例如:新闻管理下有添加新闻、新闻列表等两个控件,现在我在DNN中 创建了一个NewsManager的模块。又在DNN中创建了两个页面为NewsAdd.ASPX和Newslist.ASPX,然后分别在加入newsManager中, 我的问题是:为什么这个newsmanager模块只能显示其中一个newsadd.ASCX...
阅读全文