_BK_

Stories submitted by _BK_

High-Performance Virtual Constructors(mobilecommerceonline.com)

submitted by _BK__BK_(20) 2 years, 8 months ago

It is very convenient to create instances of derived types based on configuration files. Problems arise when one tries to use generics to do this, however. The reason is that the compiler surreptitiously uses reflection-based code behind the scenes, greatly diminishing performance. This technique will show you how to use some LINQ features to eliminate the performance hits, increasing the speed of your virtual constructor by 16,000%. read more...

add a comment |category: |Views: 18

tags: another

Arbitrary Enumeration Associations(mobilecommerceonline.com)

submitted by _BK__BK_(20) 2 years, 8 months ago

This article explains how to bind searchable, user-defined attributes to enumerations. A generic class is provided to query static associations between attributes and enumeration fields. read more...

add a comment |category: |Views: 27

tags: another