↧
Selecting appropriate partitioning strategy in Task Parallel Library- Part I
When you supply any data to a parallel loop in Task Parallel Library (TPL), it is automatically broken into partitions and these partitions are allocated to tasks. Otherwise if loops were to pick each...
View ArticleMEF Runtime Plugin Swapping
Introduction Managed Extensibility Framework (MEF) is a solution by Microsoft to build applications from reusable components which can be discovered, reused and composed. It is best suited for...
View Article