06 2008 档案
摘要:When I need to debug a windows service I usually make a call to Thread.Sleep and then attach the debugger manually. 1: protected override void OnStart(string[] args) 2: { 3: 4: ...
阅读全文
摘要:VSMouseBindings Written by: James Avery at 3/1/2008 10:00:53 PM Overview VSMouseBindings is a simple Visual Studio Power toy that allows you to use all of those mouse buttons you have on your mouse....
阅读全文
摘要:Microsoft Office (DOC, XLS, PPT) Binary File Format Specifications Released – We’re talking the full technical specification… (The [MS-DOC].pdf alone is 553 pages of very dense specification informa...
阅读全文
摘要:XPathmania - Extending Visual Studio 2005 to Support XPath Development This Visual Studio addin creates a VS tool window where a developer can write an XPath statement and test it against the current...
阅读全文
摘要:Written by: joycsharp In my last post, titled "10 Tools Which I Left After Using VSTS 2008", I have included a list of 10 tools which I am not using currently, as I have the corresponding features...
阅读全文
摘要:Sara Ford's WebLog - Did you know… You can use Tracepoints to log “printf” or “console.writeline” info without editing your code? - #237 “This is a new feature for VS2008. On a given line of code w...
阅读全文
摘要:Other stuff Aspect-oriented programming IDesign Online/Offline Service Dynamic Factory free downloads of code/design samples for C#/WCF. Hawkeye I just installed Hawkeye, and I’m pretty impressed! ...
阅读全文
摘要:Web GridView Enhancements and Fixes 当GridView的宽度设置成100%,而其中的每一列都没有设置宽度,默认情况显示的是按平均值分配宽度,而采用文章中介绍的方法,默认的宽带为该列的内容所占用的最大宽度。 Notes Icon Tooltip ...
阅读全文
摘要:Add-ins Resource Refactoring Tool Resource Refactoring Tool provides developers an easy way to extract hard coded strings from the code to resource files. Features for Reso...
阅读全文
摘要:上一篇关于推荐SQL Prompt 3.8的随笔,园子里几位朋友回复反应不能使用格式化功能,并强烈要求再次解决该问题,所以昨天晚上弄到凌晨2点搞定。
阅读全文
摘要:Sql Server SQL Server 2005: How to have a Unique Constraint with multiple NULLS on a column Biggest difference between Temp tables and Table variables in Sql Server SQL Server: JOIN vs IN...
阅读全文
摘要:普通的字符串分割函数已经见得很多了,写法性能也大不一样,通常都是直接基于字符串的处理,这里就不列出了。下面介绍几种特殊的方式
阅读全文
摘要:Map SQL Server Profiler EventClass ID to its name in a saved trace table If you've ever worked with SQL Server profiler then you're familiar with the EventClass column in the trace. It tells you what...
阅读全文
摘要:在Dataset中使用sql join查询两个表
阅读全文
摘要:SQL Server 2005: Get full information about transaction locks Sometimes we wish to know what locks are being held by the transaction. Also it would be great to know what SPID owns the transaction, on...
阅读全文
摘要:问题是这样的,切换中文输入法的系统默认热键是:Ctrl+Space,如果你修改成Ctrl+Shift+Space后,如果你想改回Ctrl+Space, 在修改的操作界面里面看不到Ctrl+Space。 可以试试: 运行regedit,在左边依次展开 HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\...
阅读全文
摘要:从07年开始就一直用SQL Prompt,以及Red-Gate的SQL系列的软件,非常好用。完美的智能提示,大大节省了输入T-SQL的宝贵时间.
阅读全文
摘要:Lex and Yacc (Bison) are tools that you can use to develop your own programming languages, scripting languages and interpreters: http://en.wikipedia.org/wiki/Yacc http://www.ds9a.nl/lex-...
阅读全文
摘要:一直都以为DLR比较神秘,看来如果以后要深入的话还是多看些国外的优秀技术文章 DLR Language Part 1 DLR Language Part 2 DLR Language with Generated parser (Part 3) C# Compiler tools Script.NET
阅读全文
摘要:Reporting Services的确是个不错的东西,特别是VS2008下更显得完美了,而且ASP.net下的ReportViewer也支持打印的功能了,上个版本是不直接支持的。
关于如何使用RS的文章,aspnetx老大翻译的这篇文章不错。只是在部署上遇到了一些麻烦,特别是对中文支持上,下面谈谈几种解决方案。
阅读全文
摘要:下载: http://www.microsoft.com/downloads/thankyou.aspx?familyId=cc96c246-61e5-4d9e-bb5f-416d75a1b9ef&displayLang=zh-cn 在服务器安装后便可以使用了
阅读全文