Click here to Skip to main content
15,886,724 members
Articles / Programming Languages / C#

Why and How I Created Another Console Framework

Rate me:
Please Sign up or sign in to vote.
5.00/5 (11 votes)
2 Jul 2020CPOL5 min read 5.5K   4  
Sometimes, for learning, we need to find excuses to start a new project
Why another console framework? I created this small framework to overcome the traditional limitation of console parsing tools and testing GitHub actions for deploying on NuGet. The ingredients of this article are good C# code, GitHub actions, and a framework that simplifies parsing of command-line arguments (allowing a YML definition of the commands you want to launch).

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer
Italy Italy
I'm senior developer and architect specialized on portals, intranets, and others business applications. Particularly interested in Agile developing and open source projects, I worked on some of this as project manager and developer.

My programming experience include:

Frameworks \Technlogies: .NET Framework (C# & VB), ASP.NET, Java, php
Client languages:XML, HTML, CSS, JavaScript, angular.js, jQuery
Platforms:Sharepoint,Liferay, Drupal
Databases: MSSQL, ORACLE, MYSQL, Postgres

Comments and Discussions