An open API service indexing awesome lists of open source software.

https://github.com/eadrianbasila/csharp-basics

BS-Computer Engineering Projects (C#)
https://github.com/eadrianbasila/csharp-basics

csharp

Last synced: 3 months ago
JSON representation

BS-Computer Engineering Projects (C#)

Awesome Lists containing this project

README

          

# C-Basics
BS-Computer Engineering Projects

//For Basic Calculator

This C# project (Basic Calculator) is coded through the use of online C# compiler and not by using Visual Studio.
It is for the reason that the student does not have the necesssary resources to download and install a significantly huge software for he is only on his dorm at the moment.
But still, the student mnaged to code a perfectly working code without the use of the said software.

// For ATM-OOP

This C# project (ATM-OOP) is coded through the use of Visual Studio 2019.The code perfectly works by utilizing Class, Methods and Inheritance.