Coding with .NET

Live with passion, coding with passion....

首页 新随笔 联系 订阅 管理
  16 Posts :: 3 Stories :: 117 Comments :: 0 Trackbacks

公告

08 2005 档案

摘要: 使用 .net 开发一个多语言支持的 WinForm 程序是很容易的,特别是在 C# 2.0 中为资源文件提供了 ResXFileCodeGenerator 自定义工具就更方便了。然而好像不是很容易在运行时选择界面显示使用的语言(不知道是不是其实很简单,只是我不知道:) 下面的东东就当是抛砖引玉吧)。就像常用的 BT 下载软件 BitComet,可以方便得在菜单中设置界面显示使用不同的语言。 在 ...阅读全文
posted @ 2005-08-20 00:53 Lin 阅读(2780) | 评论 (6) 编辑

摘要: 刚才到 jetbrains 网站上逛了逛,发现有个叫 ReSharper 2.0 Early Access Program 的东东。既然叫做 “Early Access”,是不是有“Eearly Access”的版本可以被下载了呢?赶紧点进去,果然是发现大家期待已久的 Resharper 2.0 已经有preview version可以下载了。 :) 装好以后试了一下,还不错。没有仔细比较 ReS...阅读全文
posted @ 2005-08-12 22:32 Lin 阅读(2784) | 评论 (10) 编辑

摘要: There is a great feature in ASP.NET v2 that we can directly use embedded resources in compiled assemblies. For example, we have an image compiled in a assembly. Without this feature, we might have to ...阅读全文
posted @ 2005-08-07 13:09 Lin 阅读(1450) | 评论 (2) 编辑