资源简介
.NET 性能优化一书代码和电子版pdf,有需要的下载啦资源不错
代码片段和文件信息
using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion(“1.0.*“)]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified the
// following processing occurs:
// (1) If the KeyName can be found in the CSP that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist the key
// in the KeyFile is installed into the CSP and used.
// (*) In order to create a KeyFile you can use the sn.exe (Strong Name) utility.
// When specifying the KeyFile the location of the KeyFile should be
// relative to the project output directory which is
// %Project Directory%\obj\. For example if your KeyFile is
// located in the project directory you would specify the AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile(“..\\..\\mykey.snk“)]
// (*) Delay Signing is an advanced option - see the Microsoft .NET framework
// documentation for more information on this.
//
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(““)]
[assembly: AssemblyKeyName(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1078 2001-12-05 17:05 .Net 性能优化\BookSamples\Annex\Test Example\App.ico
文件 2426 2001-12-05 17:05 .Net 性能优化\BookSamples\Annex\Test Example\AssemblyInfo.cs
文件 4113 2003-09-07 20:01 .Net 性能优化\BookSamples\Annex\Test Example\BoxingTest.cs
文件 2058 2003-09-07 21:24 .Net 性能优化\BookSamples\Annex\Test Example\ExampleTest.cs
文件 8266 2003-09-07 19:44 .Net 性能优化\BookSamples\Annex\Test Example\Form1.cs
文件 12705 2003-09-07 19:44 .Net 性能优化\BookSamples\Annex\Test Example\Form1.resx
文件 4798 2003-09-07 16:54 .Net 性能优化\BookSamples\Annex\Test Example\Test Example.csproj
文件 1868 2003-09-07 21:24 .Net 性能优化\BookSamples\Annex\Test Example\Test Example.csproj.user
文件 1510 2003-09-07 16:54 .Net 性能优化\BookSamples\Annex\Test Example\Test Example.sln
文件 1451 2001-12-07 14:31 .Net 性能优化\BookSamples\Annex\Test Example\Test Example.sln.old
..A..H. 10752 2003-09-07 21:24 .Net 性能优化\BookSamples\Annex\Test Example\Test Example.suo
文件 2426 2001-12-05 16:32 .Net 性能优化\BookSamples\Annex\TestHarness\AssemblyInfo.cs
文件 540 2003-04-28 19:26 .Net 性能优化\BookSamples\Annex\TestHarness\BenchmarkAttribute.cs
文件 596 2001-12-05 16:15 .Net 性能优化\BookSamples\Annex\TestHarness\DNP.key
文件 11996 2003-07-01 17:23 .Net 性能优化\BookSamples\Annex\TestHarness\Harness\Harness.cs
文件 3392 2003-02-09 17:17 .Net 性能优化\BookSamples\Annex\TestHarness\Harness\Progress.cs
文件 5318 2003-02-09 17:08 .Net 性能优化\BookSamples\Annex\TestHarness\Harness\Progress.resx
文件 2617 2002-06-29 14:13 .Net 性能优化\BookSamples\Annex\TestHarness\HiResTimer.cs
文件 1088 2003-04-25 11:19 .Net 性能优化\BookSamples\Annex\TestHarness\license.txt
文件 444 2003-04-25 10:03 .Net 性能优化\BookSamples\Annex\TestHarness\ResultOutput\ChartOutput.cs
文件 6999 2003-07-01 17:35 .Net 性能优化\BookSamples\Annex\TestHarness\ResultOutput\ChartOutputForm.cs
文件 22190 2003-07-01 17:34 .Net 性能优化\BookSamples\Annex\TestHarness\ResultOutput\ChartOutputForm.resx
文件 2732 2003-08-17 13:09 .Net 性能优化\BookSamples\Annex\TestHarness\ResultOutput\FileOutput.cs
文件 2245 2003-07-01 17:23 .Net 性能优化\BookSamples\Annex\TestHarness\ResultOutput\MessageBoxOutput.cs
文件 1114 2003-04-25 11:57 .Net 性能优化\BookSamples\Annex\TestHarness\ResultOutput\Output.cs
文件 7570 2003-07-16 22:15 .Net 性能优化\BookSamples\Annex\TestHarness\TestHarness.csproj
文件 1805 2003-09-07 21:24 .Net 性能优化\BookSamples\Annex\TestHarness\TestHarness.csproj.user
文件 257 2003-07-16 22:15 .Net 性能优化\BookSamples\Annex\TestHarness\TestHarness.csproj.vspscc
文件 918 2001-12-05 16:14 .Net 性能优化\BookSamples\Annex\TestHarness\TestHarness.sln
文件 1078 2003-09-02 13:25 .Net 性能优化\BookSamples\Ch03\BackgroundInitialization\App.ico
............此处省略583个文件信息
相关资源
- NModbus开源库129838
- 路灯控制系统开源
- 图像初级处理软件.zip
- 宝信iplature平台使用手册
- Arcengine 开发帮助文档
- Essential .net(.net 本质论) 中文版
- 药店管理系统含数据库
- OpenRoad 二次开发资料
- Unity结合Kinect2体感开发:KinectForWind
- 西门子PLC数据读写
- SharpSvn操作SVN引用程序
- 看盘软件源码及 带K线图、带数据源
-
.NET fr
amework 2.0 精简绿色版,好用! - Windows CE / WM6 .NET CF 很漂亮的一套UI控
- 网上服装店
- 清华大学计算机系网络课程之编译原
- Socket实现FTP功能
- .NET Reflector 8.2.0.42 官方最新破姐版吾
- 二手车管理系统
- .net博客系统源码
- Unity 1127 如何制作塔防游戏基于Unity
- Windows CE.net内核定制及应用开发.pdf
- 一个很好的WCF 架构ERP 项目源码
- .Net药店管理系统源码
- NDwww.net
- VisualStudio2010安装包
- 真正可用win10 x64位twain协议虚拟扫描仪
- Red Gate .NET Reflector 8.5.0.179 反编译软件
-
.net使用dsofr
amer打开officeV2.3源码、、 - 基于WiFi的室内定位
评论
共有 条评论