The document discusses key aspects of the MVC pattern in Windows 8 apps including the View, Controller, and Model. It notes that behaviors are not supported in Windows 8 and workarounds like using properties and binding are recommended instead. Async/await is mentioned as one of the most difficult aspects of Windows 8 development. The document encourages checking code for asynchronous workflows and reviewing the developer preview as Windows 8 continues to evolve.