• Something about the microsoft HttpContext domain design


    1. HttpContext.Current.Request, Response

    2.HttpHandler-> ProcessRequest

    3.HttpModule-> Init, InitHandlers, context_BeginRequest

    Comments:

    This seems to be an event and handler based system. Can follow the design lines.

    Kinds of DDD, HttpContext, naturally, there should be different Contexts, so, something can be infered from these code. Current? Request and Response, they are the basic lines of this Domain driven.

    Maybe we can realize DDD and CQRS, CQRS  is like an architectural pattern, while DDD is used to handle different domain business, DDD varies with different domain.

    A software should be an architecture and some OOP models(DOMAIN MODELs), no need to bother so much to know how it is realized, just watch out for you business. We have different styles.

  • 相关阅读:
    注册系统
    android登录界面
    android作业 购物界面
    第六周jsp作业
    JSP第四周
    JSP第二次作业
    JSP第一次作业
    第一周软件测试
    第九次安卓
    购物菜单
  • 原文地址:https://www.cnblogs.com/hualiu0/p/5194774.html
Copyright © 2020-2023  润新知