项目作者: Saikava

项目描述 :
高级语言: C#
项目地址: git://github.com/Saikava/Tests.git
创建时间: 2014-07-30T15:45:11Z
项目社区:https://github.com/Saikava/Tests

开源协议:

下载


Tests

The solution with tests, which I hope will help me to understand CLR and C# better.

BoxingAndUnboxing project

StringTester.cs

Seems like there is no any difference in performance if ToString executed with boxing or without boxing.

ArrayTester.cs

There is a strange difference in execution time of TestStringArrayWtihConcat and TestStringArrayWtihoutConcat.