Maps Keys to a Collection of Values using Lookup Collection
Most of us are very familiar with Dictionary Collection which supports only one value per key mapping. But, what if,…
Most of us are very familiar with Dictionary Collection which supports only one value per key mapping. But, what if,…
ASP.NET GridView provides the flexibility to use conditional binding expression where we can use some condition with bind expression. Depends…
In previous tip (How to Change Background Color of Current Week in ASP.NET Calendar ? ) we have seen how…
This tip talks about one interesting customization of ASP.NET Calendar Control. Calendar control provides members like SelectedDayStyle, WeekendDayStyle, TodayDayStyle to…
This Tips explains how we can enable code coverage in Visual Studio for specific assembly during unit test run. Enabling…
Part Lifetime is one of the most important hindrances that we face while working with MEF. It is very important…
MEF Supports metadata to be passed in addition to Contracts. As we have already discussed some of the interesting catalogs…
CompositionBatch is a new type introduced with MEF library that allows you to individually deal with Part instances. Generally when…