X

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…

Back from Holidays

So haven't posted for a while, was in home city Hong Kong for holidays and busy with work releasing software,…

Javascript http post data to new window or pop up

So was going through some legacy code to fix some security issues. One of them was there were links that…