MSDN have some word docs on how to correctly partition and layer an application. However, what, if any, differences exist between partitioning and layering?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Say you are working on a web site about cooking where people can read recipes and discuss food they have made. You could partition the site into a content management system to look after the recipes, and a forum for discussions. Both parts of the website could still be made up of layers, for example a database layer and a presentation layer.