随笔分类 -  .NET

该类别主要是有关.net平台的技术文章
microsoft visual c++与microsoft visual net 版本对应关系
摘要:microsoft visual c++与microsoft visual net 版本对应关系 阅读全文
posted @ 2018-06-06 11:03 shaomine 阅读(509) 评论(0) 推荐(0) 编辑
C# 操作mongodb 简单实例
摘要:C# 操作mongodb 简单实例 阅读全文
posted @ 2017-07-12 16:21 shaomine 阅读(2296) 评论(0) 推荐(0) 编辑
C# SendMail 发送邮件
摘要:C# SendMail 发送邮件 阅读全文
posted @ 2017-06-30 14:11 shaomine 阅读(2041) 评论(0) 推荐(1) 编辑
MongoDB的C#驱动基本使用
摘要:MongoDB的C#驱动基本使用 阅读全文
posted @ 2016-11-16 10:49 shaomine 阅读(10120) 评论(0) 推荐(1) 编辑
C# 操作mongodb 分组
摘要:C# 操作mongodb 分组 阅读全文
posted @ 2016-08-29 10:13 shaomine 阅读(4254) 评论(1) 推荐(1) 编辑
C#.net调用axis2webService
摘要:C#.net调用axis2webService 阅读全文
posted @ 2016-08-23 09:15 shaomine 阅读(1535) 评论(0) 推荐(0) 编辑
C#操作mongodb数据库
摘要:C#操作mongodb数据库 阅读全文
posted @ 2016-08-09 17:29 shaomine 阅读(6520) 评论(0) 推荐(0) 编辑
C# const和statci readonly区别
摘要:C# const和statci readonly区别 阅读全文
posted @ 2016-03-02 18:35 shaomine 阅读(338) 评论(0) 推荐(0) 编辑
值类型与引用类型的区别
摘要:值类型与引用类型的区别 阅读全文
posted @ 2016-03-01 16:22 shaomine 阅读(302) 评论(0) 推荐(0) 编辑
HashMap和Hashtable的区别
摘要:HashMap和Hashtable的区别 阅读全文
posted @ 2016-03-01 16:03 shaomine 阅读(192) 评论(0) 推荐(0) 编辑
Collection和Collections的区别
摘要:Collection和Collections的区别 阅读全文
posted @ 2016-03-01 15:57 shaomine 阅读(203) 评论(0) 推荐(0) 编辑
new 的用法
摘要:new 的用法 阅读全文
posted @ 2016-03-01 15:43 shaomine 阅读(283) 评论(0) 推荐(0) 编辑
线程与进程的区别
摘要:线程与进程的区别 阅读全文
posted @ 2016-03-01 15:38 shaomine 阅读(178) 评论(0) 推荐(0) 编辑
final, finally 和finalize的区别
摘要:final, finally 和finalize的区别 阅读全文
posted @ 2016-03-01 15:25 shaomine 阅读(2105) 评论(0) 推荐(0) 编辑
反射和序列化
摘要:反射和序列化 阅读全文
posted @ 2016-02-19 17:58 shaomine 阅读(4490) 评论(0) 推荐(0) 编辑
进程间通信方式
摘要:进程间通信方式 阅读全文
posted @ 2016-02-19 17:43 shaomine 阅读(377) 评论(0) 推荐(0) 编辑
DataGridView自动行号
摘要:最近又用了一下DataGridView控件,需要显示行号,我们知道在.net中DataGridView控件默认是不显示行号(数据的记录行数)的,后来通过查资料发现可以在DataGridView控件的RowPostPaint事件里面写代码就可以了,具体例子如下:private void MaindataGridView_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e.RowBounds.L 阅读全文
posted @ 2013-08-29 08:58 shaomine 阅读(1164) 评论(0) 推荐(1) 编辑
C# IEnumerable和IEnumerator的区别,如何实现
摘要:C# IEnumerable和IEnumerator的区别,如何实现 阅读全文
posted @ 2011-09-27 16:22 shaomine 阅读(14552) 评论(5) 推荐(2) 编辑
C# 如何利用反射来加载程序集,并调用程序集中有关类的方法
摘要:C# 如何利用反射来加载程序集,并调用程序集中有关类的方法 阅读全文
posted @ 2011-09-27 15:21 shaomine 阅读(2858) 评论(2) 推荐(3) 编辑