We have a team of developers in India. I will be visiting them for a week at the end of the month. Part of my job while I’m there is to provide them with some training. I’ve been code reviewing them for almost 2 years so I have a few specific things that I’d like to coach them on. My question to the SO community is this:
What general topics would be useful to a team of Jr-Mid lvl Asp.Net developers?
An in depth look at the page Life Cycle. Almost everyone will learn something new once you get deep into the details of when each event is thrown, and what exactly is set up and available when handling each event.
If you are using Web.Extensions you can show how it affects the events. Introduce Page.IsAsync, etc.