This is the basic implementation of the N-tier architecture. You can use the implementation code or the unpacked Visual Studio template (to use it, you need to package it in .zip)
The source code of the template can be found in the src directory.
The unpacked template can be found in the Template directory.
- Clone or download the repository.
- Go to Template directory.
- Select 3TierArchitecture directory, and from the right-click or context menu, choose
Send to > Compressed (zipped) folder
. - Copy the .zip file into the user project template directory. By default, this directory is
%USERPROFILE%\Documents\Visual Studio <version>\Templates\ProjectTemplates
. - In Visual Studio, choose
File > New > Project
and verify that theThree Tier Architecture Solution Template
template appears.
- Release v0.1.1 - New stable version. References into projects were fixed.
- Release v0.1.0 - Base implementation with 3 layers (API, BLL, DAL)