Solution / project strategy

Posts   
 
    
JonE
User
Posts: 164
Joined: 15-Nov-2016
# Posted on: 15-Nov-2016 16:49:26   

Apologies for what is a newbie question but I would like to get the solution strategy sorted out correctly on my first try.

I will be using DTOs inside a WebAPI. Am I best off adding the 4 generated code projects into a stand alone solution and then referencing that inside the WebAPI OR is it best to include the 4 projects directly inside the WebAPI solution? Or does it make no difference either way?

Thanks in advance for any advice.

Jon

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 15-Nov-2016 17:25:44   

No difference.

I'd use one solution for all, for better debugging, and manageability.

JonE
User
Posts: 164
Joined: 15-Nov-2016
# Posted on: 15-Nov-2016 19:54:52   

Good stuff thanks for that. I suppose that it will all be in sub projects anyway so no real crossover to the main project.

Cheers

Jon