: / .
Visual Studio, 4 5 :
1 webservice project.webservice( - , (-), -
1 project.service, (, , db ..)
1 , project.datalayer, ADO.Net Entity.
1 with dataclasses called project.model. These classes are those that are returned by the ADO.Net code and are used by the webservice service and project. If I use an entity structure, I usually skip this project because EF itself gives me the dataclasses that EF generates. Sometimes clients do not want to use Dataclasses EF, then I create a project.model project and let datalayer convert Dataclasses EF to project.model dataclasses
1 with a test project called project.test
hop it helps
Michelle
source
share