Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.72 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.72 KB

CSharpTemplate

charptemplate

license version csharp

About

CSharpTemplate is a template solution for C# practices.

Quick Start

At first, clone the repository or download and unzip .zip file. Then open created folder in your IDE (if you are using Visual Studio, open CSharpTemplate.sln file in this folder). Finally, find CSharpTemplate.ConsoleProject project and start coding.

git clone https://github.com/yakovypg/CSharpTemplate.git

charptemplate

Recommendations

Follow these recommendations:

  1. Follow SOLID and GRASP principles.
  2. Read these articles about coding style:
  3. Don't edit configuration files and follow all coding rules.