0

If you need to create some classes that are not part of the Entity Model (For example some method objects, some other immutable objects etc.)

  • How are those type of classes named -as they are not part of Entity Model?
  • Where is the place (the folder name or?) to put such classes in your Project?
4

2 に答える 2

2

これらのクラスの目的に応じて、またはという名前のフォルダーを作成InfrastructureできHelpersますExtensions

于 2012-10-12T05:51:46.947 に答える
-2

App_Code フォルダーに配置するか、他のクラスと同様に「class1.cs」のような新しいクラス ファイルを作成してプロジェクトに追加し、適切な名前空間とすべてを設定します。

于 2012-10-12T05:20:49.247 に答える