Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 763 Bytes

File metadata and controls

18 lines (16 loc) · 763 Bytes

AlirezaAbedini C# Supplementary

A Project To Prove The Competency of Getting A C# Supplementary Programming certificate By Alireza Abedini Let's Give A Shoutout To The Course Instructor Ms. Parisa Hamidizadeh

Setup

* Open Up Microsoft Visual Studio (Use The AlirezaAbedini.sln File)
* Build And Start The Program

OR You Can Use The dotnet Command-Line Tool ( Download Here => https://dotnet.microsoft.com/ )

$ cd <Project Directory>
$ dotnet build
$ dotnet run 
OR 
* you can use the assembly(AlirezaAbedini.exe) located in the AlirezaAbedini\bin\Debug