C#编程

成都程序员俱乐部2010元旦活动

posted @ 2010-12-15 15:50 kim 阅读(329) | 评论 (9) 编辑

<>中文版

posted @ 2008-12-05 16:28 kim 阅读(629) | 评论 (5) 编辑

占关闭<>这篇post
摘要: 由于涉及微软NDA协议,占关闭<>这篇post.请大家谅解.待微软PDC2008大会结束会重新发布出来......阅读全文

posted @ 2008-09-27 10:58 kim 阅读(2866) | 评论 (27) 编辑

Visual Studio 2010尝鲜
摘要: 微软Visual Studio 2010版本提前体验.......阅读全文

posted @ 2008-09-26 22:55 kim| 编辑

实现一个自定义验证器控件[序]

posted @ 2008-03-29 01:15 kim 阅读(1811) | 评论 (4) 编辑

实现一个自定义验证器控件

posted @ 2008-03-27 20:47 kim 阅读(2416) | 评论 (4) 编辑

[技术回顾系列]--垃圾收集机制
摘要: 大家都知道在任何应用程序中,对象都不断的被创建和销毁,因此需要了解如何保持一个对象是可用的,这样我们在..........阅读全文

posted @ 2007-01-22 09:11 kim 阅读(569) | 评论 (0) 编辑

[技术回顾系列]--.net反射机制
摘要: .net反射机制为创建对象和调用其他方法提供了替代方案。比如为了提高代码的灵活性。但是问题确是我们要编写更多的代码来实现........阅读全文

posted @ 2007-01-16 09:08 kim 阅读(1969) | 评论 (1) 编辑

NHibernate 系列研究[二]
摘要: 为了进一步研究NHibernate,决定分析其源代码,如有感兴趣者,欢迎一起研究,本节研究NHibernate配置和持久对象映射文件。阅读全文

posted @ 2006-08-21 20:31 kim 阅读(1653) | 评论 (3) 编辑

NHibernate 系列研究[一]
摘要: 这篇文章意在让你尽可能快的开始使用NHibernate。它将介绍如何持久化一个简单的对象到一张表里。想得到更多的复杂的例子,可以参考NUnit测试及附带代码。阅读全文

posted @ 2006-08-19 01:16 kim 阅读(4354) | 评论 (13) 编辑

理解OCP原则
摘要: 面向对象可利用设计(OOD)的第一块基石,就是"开-闭原则(Open-Closed Principle,简称OCP)。OCP原则认为:一个软件应该对扩展开放,对修改关闭。 这是由大师Bertrand Meyer提出,英文原文是: Software entities should be open for extension,but closed for modification. 那么怎么在程序设计中做到遵循OCP原则,进行面向对象程序设计呢?阅读全文

posted @ 2006-08-12 15:48 kim 阅读(3006) | 评论 (4) 编辑

.Net Remoting体系架构
摘要: 讨论内容:Remoting边界、可远程化的对象类型、跨越Remoting边界通信、用ObjRef列集对象引用、客户端的代理、消息机制、通道、对象激活与其生命租用......阅读全文

posted @ 2006-08-03 18:36 kim 阅读(2996) | 评论 (7) 编辑

设计模式[创建型]之单件模式
摘要: 从某种意义上来说,单件模式是限制而不是改进类的创建。它可以保证一个类有切且仅有一个实例,并提供一个访问它的全局访问点。像这样的情况在实际程序设计中是常常遇到的。阅读全文

posted @ 2006-07-24 12:06 kim 阅读(1036) | 评论 (12) 编辑

软件设计原则和模式--------单一指责原则
摘要: 单一职责是所有原则中最简单的之一,也是最难正确运用之一。我们会自然的把职责结合在一起,软件设计真正要做的许多内容,就是发现职责并把那些职责相互分离。阅读全文

posted @ 2006-07-06 12:18 kim 阅读(1270) | 评论 (3) 编辑

MSMQ explore(one)
摘要: A set of techniques for the exchange of data between two or more threads in one or more processes. Processes may be running on one computer or on two or more computers connected by a network
阅读全文

posted @ 2006-06-30 10:19 kim 阅读(1337) | 评论 (2) 编辑

[转]VSTS知识整理
摘要: 俱乐部2号 的活动是VSTS方面的,可能还有些不是很熟悉,特地找了点资料来共享!不至于在活动的时候有些听得睡着了:)阅读全文

posted @ 2006-06-29 15:52 kim 阅读(1016) | 评论 (0) 编辑

对敏捷设计的认识
摘要: 不要错误的认为设计就是一组和代码分离的UML图,一组UML图也许描绘了设计的一些部分,但是他不是设计!软件项目的设计是一个抽象的概念。他和程序的概括形状、结构、以及每一个模块、类和方法的详细形状和结构有关,可以使用很多不同的元素去描述它,即:源代码就是设计!阅读全文

posted @ 2006-06-25 10:58 kim 阅读(3171) | 评论 (13) 编辑

C#设计技巧总结
摘要: 做为一个程序员如何从细节上来提高我们的编程水平?下面几点,应该完全没有理由不掌握的阅读全文

posted @ 2006-06-03 12:27 kim 阅读(1495) | 评论 (2) 编辑

sscli 2.0 简介
摘要: The Common Language Infrastructure (CLI) is the ECMA standard that describes the core of the .NET Framework world. The Shared Source CLI is a compressed archive of the source code to a working implementation of the ECMA CLI and the ECMA C# language specification.The current release builds and runs on Windows XP only.......阅读全文

posted @ 2006-05-27 12:50 kim 阅读(2042) | 评论 (2) 编辑

StringWriter实现的一个功能
摘要: 如何用一组双倍间距的句子创建一个连续的段落,然后将该段落重新转换为原来的文本?阅读全文

posted @ 2006-05-20 16:36 kim 阅读(376) | 评论 (0) 编辑

同步滚动两个DataGrid
摘要: 在WinForm中如何同步滚动两个DataGrid?阅读全文

posted @ 2006-05-13 16:59 kim 阅读(1263) | 评论 (0) 编辑

Catch UnHanle Exception in WinForm
摘要: as we know, we can catch unhanle exception like this:
阅读全文

posted @ 2006-05-08 13:19 kim 阅读(1018) | 评论 (5) 编辑

搜索Excel中的内容

posted @ 2006-05-01 20:01 kim 阅读(2820) | 评论 (2) 编辑

显示水晶报表的公用类

posted @ 2006-04-30 15:12 kim 阅读(3030) | 评论 (4) 编辑

将DataSet更新自动提交到数据库工具类实现

posted @ 2006-04-29 10:12 kim 阅读(2274) | 评论 (4) 编辑

设计模式---Singleton

posted @ 2006-04-27 10:22 kim 阅读(569) | 评论 (0) 编辑

Visual Studio 2005常用插件搜罗

posted @ 2006-04-24 16:00 kim 阅读(861) | 评论 (1) 编辑

构架设计你准备好了吗

posted @ 2006-04-22 22:15 kim 阅读(1249) | 评论 (6) 编辑

C# 3.0

posted @ 2006-04-20 21:29 kim 阅读(442) | 评论 (0) 编辑

C#基础全接触

posted @ 2006-04-16 00:35 kim 阅读(1043) | 评论 (3) 编辑

反射之我见

posted @ 2006-04-13 21:56 kim 阅读(337) | 评论 (3) 编辑

Remoting Discussion(三)

posted @ 2006-04-03 21:20 kim 阅读(1055) | 评论 (0) 编辑

Remoting Discussion(二)

posted @ 2006-03-30 21:57 kim 阅读(1127) | 评论 (3) 编辑

Remoting学习之配置篇

posted @ 2006-03-03 17:05 kim 阅读(1313) | 评论 (1) 编辑

关于c#中的事件处理机制

posted @ 2006-02-25 12:55 kim 阅读(604) | 评论 (6) 编辑

Remoting Discussion(一)

posted @ 2006-02-24 12:43 kim 阅读(1408) | 评论 (9) 编辑

导航

统计

公告

中文: 罗江华
英文: KIM
职务: Project leader
工作地: 成都/新加坡/美国
Tech: ASP.NET,C#,VB.NET,
SQL Server,JAVA,Structs,
Spring,Ibaits.
MSN: ljhkim6@hotmail.com

---------------------------

IT咔咔社区
我写/翻译的书



IT咔咔俱乐部:[itkaka@gmail.com]
网站:http://www.itkaka.net
昵称:kim
园龄:6年3个月
粉丝:15
关注:1

搜索

 
 

常用链接

随笔分类(238)

随笔档案(168)

文章分类(4)

文章档案(11)

相册

创业

技术网站

我的好友

最新评论

推荐排行榜