Skip to content

nantonov/3TierArchitectureSolutionTemplate

Repository files navigation

3-Tier Solution Architecture

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)

Build and Test

Template source code

The source code of the template can be found in the src directory.

Visual Studio Template

The unpacked template can be found in the Template directory.

  1. Clone or download the repository.
  2. Go to Template directory.
  3. Select 3TierArchitecture directory, and from the right-click or context menu, choose Send to > Compressed (zipped) folder.
  4. Copy the .zip file into the user project template directory. By default, this directory is %USERPROFILE%\Documents\Visual Studio <version>\Templates\ProjectTemplates.
  5. In Visual Studio, choose File > New > Project and verify that the Three Tier Architecture Solution Template template appears.

Releases

  • Release v0.1.1 - New stable version. References into projects were fixed.
  • Release v0.1.0 - Base implementation with 3 layers (API, BLL, DAL)

About

The template of 3-tier solution architecture for Visual Studio.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages