I came across this syntax error - "Non-invocable member 'System.Windows.Forms.Control.Controls' cannot be used like a method" when converting a VB.NET project to C# windows form application. In C#, weshould use bracket("[", "]") to retrieve item from a collection instead of using the parenthesis as in VB.NET. VB.NET ->TabControl1.Controls(1).Enabled = False C# -> this.TabControl1.Controls[1].Enabled ...
You've probably all seen Soma's announcement that the 2008 suite of products officially shipped this morning. Good luck downloading -- our servers are pegged :) If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too. Without it, some features like "Open from ...
Considering that the .NET framework is easily on the short list for the most popular business application platform, it is surprising that financial functions are largely ignored. Sure there is a handful of methods squirreled away in VisualBasic.Financial, but most developers don’t even think to look there. It is no ...

Published: November 20, 2007 - 08:46AM CT As promised earlier this month, Microsoft announced today that both Visual Studio 2008 and the accompanying .NET Framework 3.5 have been released to manufacture (RTM). Codenamed Orcas, Visual Studio 2008 (VS2008) comes two years ...
Plugins: DPack http://www.usysware.com/DPack/Default.aspx TestDriven.NET http://www.testdriven.net/ Short cuts: CT+SH+L - remove current line CT+L - cut current line CT+EN / CT+SH+EN insert a new line CT+I - incremental search CT+SH+V - cycle paste "印象最深刻的就是工具栏上的那个搜索框:当输入一些文字之后,按回车,会在当前打开的文件中从当前光标位置向后搜索内容,并选中第一个搜到的内容(估计用 过这个玩意儿的人都知道);输入一个数字行号,按Ctrl + G,就会跳转到这一行;输入工程中的一个文件名,按Ctrl + Shift ...
