Some advices for project organization, organization

Source: Internet
Author: User

Some advices for project organization, organization

/* By Dylan SUN*/

I 've been worked recently on the project structure refactoring. A good project structure cocould give you a good visibility and a clear understanding even you are brandly new in a project, and make your further development much easy.

Some practices cocould be applied to increase the project maintainability and facilitate the development in the team if there are multiple projects and multiple solutions.

I wowould like to introduce some advice based on my own experience.

2.1 ExternalReferences: all your references from other solutions.
2.2 Libraries: your projects shared to all layers
2.3 PresentationLayer: this cocould be ASP. NET projects, WPF projects, Window Forms projects.
2.4 ServiceLayer: it contains different services to provide different functionalites to presentation layer.
2.5 BusinessLayer: it implements des business logics.
2.6 DataAccessLayer: a centric layer to manager all the data access in your projects
2.7 UnitTests: include your unit tests
2.8 IntegrationTests: as integration tests cocould be complicated and take long time. It's preferred to have a dedicated project for it.

The project organization really depends on the product you are developing. A good project organization can make your development much easier. So before development a project, take a little time to well conceive its organization.

I hope you find this article helpful! Thanks.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.