• 博客园Logo
  • 首页
  • 新闻
  • 博问
  • 专区
  • 闪存
  • 班级
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 简洁模式 ... 退出登录
    注册 登录
this.Think();
(Define (Learn-SICP (Begin (Read Book) (Write Scheme) (Thinkabout It))))
博客园 首页 新随笔 联系 订阅 订阅 管理

2005年8月25日

Nullable Type is an immutable type
摘要: Consider this following code in C# 2.0 int? i = 1; i++; Console.WriteLine(i); int? j = i; j = null; Console.WriteLine(j.HasValue);in... 阅读全文
posted @ 2005-08-25 22:19 linkcd 阅读(1063) 评论(0) 推荐(0) 编辑
 
Why does Dataset NOT serialize its BinaryFormat property? (ADO.net 2.0)
摘要: I have tested the dataset new "binary serialize" feature in ADO.Net 2.0. Many articals said if we set the dataset's property "RemotingFormat" as "SerializationFormat.Binary", it can serialize i... 阅读全文
posted @ 2005-08-25 21:00 linkcd 阅读(2261) 评论(1) 推荐(0) 编辑
 
 

Powered by: 博客园
Copyright © 2022 linkcd
Powered by .NET 6 on Kubernetes