摘要:
我今天在网上阅读到了一篇关于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... 阅读全文
2004年10月19日
摘要:
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... 阅读全文
摘要:
下面的类型是C# 2.0 扩展的类型. 下面介绍一下partial类型.GenericsAnonymous MethodsIteratorsPartial TypesNullable Types Partial TypesPartial types allow classes, structs, and interfaces to be broken into multiple pieces st... 阅读全文