X

Automapper: Mapping Objects Part 7 of 7 (Startup Registration)

In this last part of the series I wanted to talk about how to register automapper at startup of your…

Automapper: Mapping objects Part 5 of 7 (CustomResolver)

In Part 5, we will use a powerful feature that automapper allows us, which is CustomResolver. Lets look at our…

Automapper: Mapping objects Part 4 of 7 (Projection)

In Part 4 we will see how we can use projection to map inner objects for example a DateTime field.…

Automapper: Mapping objects Part 2 of 7 (Flattening by Convention)

In this part I will be showing how Automapper uses flattening by convention. If we look at our OrderDto we…

Automapper: Mapping objects Part 1 of 7 (NullSubstitution)

Recently I gave a talk on Automapper in Ottawa .Net Community, so I though I would post the main ideas…

Starting an Agile Team to become the A Team

Here are some recommendations to any team lead or development manager to have effective agile teams.Note: these are just recommendations…

Javascript Patterns: Review

Over the holidays I read Javascript Patterns by Stoyan Stefanov. Its a pretty light book consisting only of 240 pages,…

12 Books I will be planning to read in 2011

Here are some books I am planning to read for 2011, assuming that I complete 1 book a month, I…

Operator ‘==’ cannot be applied to operands of type ‘System.Collections.Generic.KeyValuePair‘ and ‘

You are here beacause you probably got a Linq error, specifically Operator '==' cannot be applied to operands of type…

ASP MVC, Jquery modifying a select drop down with Json data

Was coding some new functionality and though I would post this, so that others can find it helpful. Lets say…