3.3 Execution Flow of a DDD Based Application 基于DDD的应用程序执行流程 The figure below shows a typical request flow for a web application that has been developed based on DDD patterns. 一个基于DDD模式开发的Web应用的典型请求交互流程,如下图所示: The request typically begins with a user…
This topic describes how to use the Solution Wizard to create XAF applications and specify a connection string. 本主题介绍如何使用解决方案向导创建XAF应用程序并指定连接字符串. Create the WinForms and ASP.NET Applications From the Visual Studio main menu, select File | New | Proje…
A modular application is an application that is divided into a set of loosely coupled functional units (named modules) that can be integrated into a larger application. A client module encapsulates a portion of the application's overall functionality…
In XAF, the business model defines the database structure and UI appearance. Changes to your persistent classes affect the UI. For example, if you add a new property to a business class, a new editor is added to the list and detail forms. You can use…