Skip to content

Instantly share code, notes, and snippets.

@bigabdoul
bigabdoul / introduction-using-powerconsole.md
Last active August 27, 2022 14:39
An introduction to using PowerConsole

PowerConsole

Makes strongly-typed user input collection and validation through the Console easier, and adds more useful utility methods to it.

What is PowerConsole?

PowerConsole is a .NET Standard project that makes strongly-typed user input collection and validation through a console easier. Through the SmartConsole class, it enhances the traditional system's Console by encapsulating complex

@bigabdoul
bigabdoul / walkthrough.md
Created October 6, 2020 09:04
Walkthrough: Integrating BlazorFormManager

Walkthrough: Integrating BlazorFormManager

Introduction

This walkthrough requires some familarity with the latest version of Visual Studio 2019 or higher. You can also use Visual Studio Code or any other code editor that supports the dotnet CLI but they don't apply to this document.

You can download and install for free the latest version of Visual Studio 2019 Community here: https://visualstudio.microsoft.com/downloads