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.
VB.net で新しい空の Web アプリケーション プロジェクトを作成すると、Application.myappマイ プロジェクトの下にファイルが表示されます。
Application.myapp
同じファイルは C# には表示されません。では、このファイルに相当する C# プロジェクトでは何が作成されるのでしょうか?
C# の Application.myapp に相当するのは app.config です。