goh-chunlin / gcl-boilerplate.csharp

"Build an app works as less code as possible." -- Kelsey Hightower, July 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCL Boilerplate for C#

License: GPL v3 Donate

Objective

This is a project that aims to assist me to come up with solutions quickly in certain use cases, such as creating a console application to parse a CSV file, etc. Those are simple yet frequent use cases in my career as well as personal projects. This will also help giving my friends who are working on similar use cases in their life to get started quickly.

Useful Tips

  1. Get CSharp versions supported.
    csc -langversion:?

    image

License

The code samples are distributed under the GPL-3.0 License found in the LICENSE file.

Copyright 2020 The AUTHORS of this project. All rights reserved.

Use of the source codes is governed by a license that can be found in the LICENSE file.

About

"Build an app works as less code as possible." -- Kelsey Hightower, July 2020

License:GNU General Public License v3.0


Languages

Language:C# 100.0%