• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
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 阅读(1084) 评论(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 阅读(2325) 评论(1) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3