New Posts New Posts RSS Feed: question abt n-tiers framework
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

question abt n-tiers framework

 Post Reply Post Reply
Author
monkeyking View Drop Down
Groupie
Groupie
Avatar

Joined: 04-Mar-2009
Location: brisbane
Posts: 68
Post Options Post Options   Quote monkeyking Quote  Post ReplyReply Direct Link To This Post Topic: question abt n-tiers framework
    Posted: 04-Mar-2009 at 6:46am
I don't know how to seperate my solution into n-tiers framework. i want use 3 or 4 tier framwork, how can i seperate the projects in the solution? I have domain model folder, an ADO.net entity framework project and a concole class project.

is there any tutorial i can follow?
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 04-Mar-2009 at 2:00pm
The easiest thing to do to see where the assemblies go might be to use the "N-tier Configuration Starter" which is available from the DevForce EF Tools menu.  This will help separate your assemblies by tier and then allow you to do some simple testing with the ServerConsole version of the BOS. 
 
The information in the "Deployment" chapter of the Developer's Guide concerning client and server file sets may help too.  Based on your assemblies listed, the "client" would need the console and the domain model assemblies, while the "server" would need the domain and EF model assemblies.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down