摘要: 使 Visual Studio 2012 采用大小写混合的主菜单在注册表HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\下添加SuppressUppercaseConversion 项,类型为DWORD,值为1,然后重启 VS采用 Visual Studio 2010 风格的界面色调如果觉得 VS 2012 默认的界面颜色不容易很难识别不同的窗口,可以通过菜单项 "Tools/Extensions and Updates" 下载插件Visual Studio 2012 Color Theme Ed阅读全文
摘要: The unit test in Visual Studio has a bug: AppDomain.CurrentDomain.BaseDirectory always returns the installtion directory of the visual studio 2008 instead of the 'Out' directory. So if your code hav...阅读全文
摘要: IBatisNetGen generates IBatisNet SQL mapping file and a group of CSharp classes from a database table. Output for each database table Entity, the C# class that represents a database record. D...阅读全文