Print Page | Close Window

question abt n-tiers framework

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1112
Printed Date: 13-Mar-2025 at 2:43am


Topic: question abt n-tiers framework
Posted By: monkeyking
Subject: question abt n-tiers framework
Date 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?



Replies:
Posted By: kimj
Date 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.



Print Page | Close Window