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.
ASP.NET アプリケーションのライフ サイクルで IOC コンテナーが使用されるのはいつですか?
コンテナからのオブジェクトのリクエストはいつ開始できますか?
話しているコンテナ(Windsor、StructureMap、Ninjectなど)に応じて、通常、作成後すぐに使用できます。
通常、コンテナはApplication_Startイベントで作成します。