闲云

一张白纸,总想写上点什么...
  博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

随笔分类 -  .NET

摘要:利用数据库访问脚本及其数据库字段的命名约定,自动生成检测sql的数据! 阅读全文

posted @ 2006-09-13 12:42 闲云 阅读(554) 评论(2) 推荐(0)

摘要:学习 Programming C#: Attributes and Reflection public class EmitHelloWorld{ static void Main(string[] args) { // 创建动态程序集和模块 AssemblyName assemblyName = new AssemblyName(); ... 阅读全文

posted @ 2006-06-28 15:51 闲云 阅读(392) 评论(0) 推荐(0)

摘要:一,不常见写法: 1, if(...){} else switch(...){} --觉得还比较简洁二,误解的概念 1, SomeType a = new SomeType(); if(SomeType==nulll){} 这句话永远是对的 2, SomeType a = new SomeT... 阅读全文

posted @ 2006-06-28 13:10 闲云 阅读(460) 评论(2) 推荐(1)

摘要:CODE PROJECT 上的几个很好的参考例子,解决日常的打印定位的问题 Printing Class Library 一个对.NET基础类库的封装(C++)Printing a Form in a report fashion (release 2.2) 打印Form控件上所有东东A class to print and print preview a Dat... 阅读全文

posted @ 2006-06-27 18:39 闲云 阅读(215) 评论(1) 推荐(0)