Visual Studio

posted @ 2008-02-12 21:59 Adrian H. 阅读(1445) | 评论 (0) 编辑 |

posted @ 2007-12-06 11:19 Adrian H. 阅读(371) | 评论 (0) 编辑 |

posted @ 2007-11-30 18:53 Adrian H. 阅读(1210) | 评论 (0) 编辑 |

posted @ 2007-11-28 21:38 Adrian H. 阅读(826) | 评论 (0) 编辑 |

posted @ 2007-11-22 16:27 Adrian H. 阅读(1777) | 评论 (4) 编辑 |

摘要:
扩展方法本质上只是一个编译器级别的语法糖, 但不引用.NET Framework 3.5的程序集却无法发布程序到 2.0/3.0版本的运行环境中, 因为它将使那些方法(扩展方法)带上ExtensionAttribute属性, 而就是 ExtensionAttribute这个类却存在于.NET Framework 3.5的程序集中. 其实只要使用一个小技巧即可以保证带有扩展方法的程序在Target到.NET Framework 2.0/3.0时通过编译...
阅读全文

posted @ 2007-11-17 22:19 Adrian H. 阅读(703) | 评论 (0) 编辑 |

posted @ 2007-10-04 00:55 Adrian H. 阅读(864) | 评论 (2) 编辑 |

摘要: This article provides an overview of the VS.NET 2005 Design-Time Integration Support. The article highlights the .NET design-time architecture and discusses the design-time attributes and the various design-time components in details with reference to the web controls. The article also lists the reference and the namespaces required for adding design-time support to your projects.阅读全文

posted @ 2007-03-16 23:07 Adrian H. 阅读(986) | 评论 (0) 编辑 |

posted @ 2006-09-29 12:37 Adrian H. 阅读(565) | 评论 (1) 编辑 |