2004年10月19日

摘要: 我今天在网上阅读到了一篇关于OpenXML的文章, 感觉还可以, 所以摘抄下来,与大家共享一下:OPENXML is a new function added to SQL Server 2000 that provides a rowset view over an XML document. Since a rowset is simply a set of rows that contain... 阅读全文
posted @ 2004-10-19 11:47 eagle 阅读(601) 评论(0) 推荐(0) 编辑
 
摘要: Generics are the most useful C# 2.0 language extensions, beside Anonymous methods, Iterators, Partial types And Nullable types.What are generics?Generics permit classes, structs, interfaces, delegates... 阅读全文
posted @ 2004-10-19 10:13 eagle 阅读(324) 评论(0) 推荐(0) 编辑
 
摘要: 下面的类型是C# 2.0 扩展的类型. 下面介绍一下partial类型.GenericsAnonymous MethodsIteratorsPartial TypesNullable Types Partial TypesPartial types allow classes, structs, and interfaces to be broken into multiple pieces st... 阅读全文
posted @ 2004-10-19 09:52 eagle 阅读(511) 评论(0) 推荐(0) 编辑