The document discusses an eMenu system created using .NET technologies. It describes issues with the previous system like exposing everything, redundancy of code, and lack of modularization. It then covers technologies used in the new system like MEF for building plug-in architecture, Entity Framework as the ORM, and patterns like singleton, facade, factory and MVVM. The document provides an overview of the new system's architecture and goals of addressing issues in the previous version.