摘要:利用数据库访问脚本及其数据库字段的命名约定,自动生成检测sql的数据!
阅读全文
posted @ 2006-09-13 12:42
|
|||
随笔分类 - .NET
摘要:利用数据库访问脚本及其数据库字段的命名约定,自动生成检测sql的数据!
阅读全文
posted @ 2006-09-13 12:42
摘要:学习 Programming C#: Attributes and Reflection public class EmitHelloWorld{ static void Main(string[] args) { // 创建动态程序集和模块 AssemblyName assemblyName = new AssemblyName(); ...
阅读全文
posted @ 2006-06-28 15:51
摘要:一,不常见写法: 1, if(...){} else switch(...){} --觉得还比较简洁二,误解的概念 1, SomeType a = new SomeType(); if(SomeType==nulll){} 这句话永远是对的 2, SomeType a = new SomeT...
阅读全文
posted @ 2006-06-28 13:10
摘要: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
|
|||