Skip to content

RyannKim327/C-Sharp-Compillations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Sharp Compillations

MPOP Reverse II (Ryann Kim Sesgundo)


This is just the remake version of my compillation of C Sharp, with mix of Object Oriented Programming. In this project, the main class or main file is the Program.cs where you can find the Main function. It has the consoles where the program used, also its classes. I use the method of namespace and the using to get all the same data here. This is to easily recognize, whether the program is just basic or fundamentals, or in OOP form.


How to start

PC

First you need to download the .Net SDK that you may found here. And then, you also need VS Studio Code for you to easily code. Next is to download the extension of C# in VS Studio Code.

Android

I highly recommend to you to use Replit to run these program. It is for you to code without any hastle. First is go to Replit and create an account, if you already have an account, create a program or a repository, bu clicking the Create + button. Click template, and search for C#, not Mono C# only C#. Next is name your repo, and click + Create Repl.


How to create a new console project

dotnet new console

Dotnet

To Build

dotnet build

To Run

dotnet run

Notice

In this simple program, the main here is the Program.cs, where you can see, most of the program.


Theses is just a simple program, and I'm still newbie in learning C#, that's why I want to share it with you.

About

Compilations of C Sharp with OOP Based Process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages