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.
フォルダ構造を作成するためにMSが提供するMVCフレームワークのように?
ASP.NET MVC を使用して MVP を実行できます。基本的には、MVVM: Model-View View-Model と呼ばれます。ViewModel フォルダーを追加し、ViewModel クラスを追加して、ビューを ViewModel にバインドするだけです。