天生我才必有用

Microsoft Visual Studio International Pack 1.0 Beta1

Posted in C# & .Net    作者:Ray    2007年十二月6日

Visual Studio International Pack 包含一组类库,该类库扩展了.NET Framework对全球化软件开发的支持。使用该类库提供的类,.NET 开发人员可以更方便的创建支持多文化多语言的软件应用。 该软件包1.0版提供下面七个组件以增强.NET Framework对全球化软件应用开发的支持。 美中不足还是Beta 1

  • East Asia Numeric Formatting Library – 支持将小写的数字字符串格式化成简体中文,繁体中文,日文和韩文的大写数字字符串。
  • Japanese Kana Conversion Library – 支持将日文假名(Kana)转化为另一种日文字符。
  • Japanese Text Alignment Library – 支持日文特有的一种对齐格式。
  • Japanese Yomi Auto-Completion Library – 类库支持感知日文输入法的输入自动完成和一个文本框控制的示例。
  • Korean Auto Complete TextBox Control – 在文本框中支持韩文输入法的智能感知和输入自动完成。
  • Simplified Chinese Pin-Yin Conversion Library – 支持获取简体中文字符的常用属性比如拼音,多音字,同音字,笔画数。
  • Traditional Chinese to Simplified Chinese Conversion Library and Add-In Tool – 支持简繁体中文之间的转换. 该组件还包含一个Visual Studio集成开发环境中的插件(Add-in)支持简繁体中文资源文件之间的转换。

下载地址

.Net常用工具

Posted in C# & .Net,技术    作者:Ray    2007年十一月28日

This is a must-have for any .NET developer interested in .NET best practices. FxCop will test any .NET assembly against the official Microsoft .NET best-practice coding guidelines.

This advanced .NET decompiler/object Reflector for browser allows you to view the .NET implementation of any .NET type using CIL, C#, Object Pascal .NET (Delphi), and Visual Basic .NET.

NAnt is the .NET equivalent of Ant, the popular Java automated build tool. NAnt allows you to define and execute detailed build scripts using an XML-based syntax.

NDoc is a tool that will generate code documentation files for C# code (or a compiled .NET assembly) in a variety of popular formats (MSDN’s *.chm, XML, HTML, Javadoc, and LaTeX).

NUnit is the .NET equivalent of the Java-centric JUnit unit testing tool. Using NUnit, you are able to facilitate the testing of your managed code.

Think of Vil as a friendly “big brother” for .NET developers. This tool will analyze your .NET code and offer various opinions as to how to improve your code via refactoring, structured exception handling, and so forth.

内容选至《Apress C Sharp 2005 and dot Net 2.0 Platform 3rd Edition》

标签: ,