- 博客(0)
- 资源 (5)
- 收藏
- 关注
如何设计和运营-大中型电子商务平台 EntLib
如何设计和运营–大中型电子商务平台
http://www.EntLib.com
SQL、索引、数据库设计、死锁
缓存Cache –提升页面加载速度/缓解DB压力
异步消息处理–Service Broker
Batch Jobs / Services
系统架构
Exception Management / Alert System
EntLib–企业开发类库
2011-08-22
.Net单元测试Mocking框架 Moq 官方帮助文档 chm
Moq是利用诸如Linq表达式树和Lambda表达式等.NET 3.5的特性,为.NET设计和开发的Mocking库。它的目标是让Mocking以一种自然的方式与现有单元测试进行集成,使它更加简单、直观,以避免开发人员被迫重写测试或学习需要大量录制/播放的Mock框架。Moq的目标就是为了帮助那些编写测试代码,但却不使用Mocking框架的开发人员。Moq的设计原则就是以极低的门槛来获取良好的重构能力。
2011-06-21
.NET 代码反编译工具.NET Reflector_6.0.0.892
Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly.
Supported .NET Framework Versions
• 1.0*, 1.1*, 2.0, 3.0, 3.5, 4.0
Supported OS Versions
• Windows 2000*
• Windows XP SP2 or later
• Windows Server 2003
• Windows Vista
• Windows Server 2008
• Windows 7
Supports 32-bit and 64-bit versions of all listed operating systems, where applicable.
2010-02-03
C# 代码反编译工具.NET Reflector 5.0
Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta.
LINQ and .NET Framework 3.5: Reflector supports query expressions and other concepts introduced in C# 3.5. To enable this feature select ".NET 3.5" under View, Options, Disassembler, Optimization.
.NET Framework compatibility: Reflector runs on all versions of the .NET Framework using its own assembly loading infrastructure which does not rely on the Reflection API. For example, Reflector can load .NET Framework 2.0 assemblies without having the .NET Framework 2.0 installed.
Assembly Lists: When launched for the first time, Reflector allows you to choose a default set of assemblies. The list of assemblies is then stored in the Reflector.cfg file and will be loaded next time you open the program. Reflector allows creating multiple assembly lists and switching between the lists using the File, Open List dialog. To choose a different set of default assemblies for the current assembly list you should remove all assemblies from the list (DEL) and invoke the Refresh command (F5).
Assembly Cache: When resolving an assembly reference, Reflector will first search the local path next to the assembly holding the reference and then falls back to the cache directories defined in the Reflector.cfg file. Reflector does not search the Global Assembly Cache (GAC) unless you add "%SystemRoot%\Assembly" to the cache directories list.
Assembly Versioning: By default, assembly version numbers are ignored when resolving type and member references. You can enable side-by-side versioning in the options dialog but it is suggested to avoid this if possible.
Add-Ins: Information about the Reflector add-in model can be found here.
The most recent version of .NET Reflector is available here.
http://www.red-gate.com/products/reflector/
2010-02-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅