Try again

200512270453934121.gif

博客园 首页 联系 管理

2007年8月22日 #

摘要: AbstractThis article allows you to read the assembly attributes information using .NET. The information store in AssemblyInfo files like Title, Description, copyright, Trade mark can be read using ref... 阅读全文
posted @ 2007-08-22 13:08 共同学习,共同进步 阅读(683) 评论(0) 推荐(0) 编辑

摘要: IntroductionThe System.CodeDom namespace in .net allows the users to dynamically compile and create assemblies. This concept is used by ASP.NET internally. The article provides an insight on how to cr... 阅读全文
posted @ 2007-08-22 13:03 共同学习,共同进步 阅读(675) 评论(0) 推荐(0) 编辑

摘要: The article discusses a couple of new features introduced for assemblies and versioning in Visual Studio 2005. 1. Referencing an Executable This feature helps the developer to reference an .EXE file ... 阅读全文
posted @ 2007-08-22 13:01 共同学习,共同进步 阅读(326) 评论(0) 推荐(0) 编辑

摘要: What is a .Net Assembly?The .NET assembly is the standard for components developed with the Microsoft.NET. Dot NET assemblies may or may not be executable, i.e., they might exist as the executable (.e... 阅读全文
posted @ 2007-08-22 12:56 共同学习,共同进步 阅读(387) 评论(0) 推荐(0) 编辑