Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
与えられた:
質問:
作業単位がHttpContextへの参照を保持しているのはなぜですか?セッション状態にするには?この場合は、Application_StartでHttpContextを必要としない具象クラスを表し、他のすべての場所で別のクラス(HttpContextを内部で使用する)を表す、より抽象的なもの(つまり、インターフェイス)を保持します。