Skip to content

C# assignments from Bauman Moscow State University Course "Base components of internet technologies" on 3rd semester

License

Notifications You must be signed in to change notification settings

IlyaNyrkov/BKIT_Nyrkov_Ilya

Repository files navigation

C# assignments from Bauman Moscow State University Course "Base components of internet technologies" on 3rd semester

Link to additional info about course https://ugapanyuk.github.io/

Assignment list

lab1 Biquadratic equation solver
lab2 OOP explained with figures
lab3 Various collections
lab4 Delegates and reflection
lab5 LINQ to objects
homework Simple unity game

How to build

On linux

learn how to install .Net on Ubuntu
using bash script which builds .exe files and runs it with mono

sudo apt install mono-complete

Make file commands

build all labs

make build_all

build specific lab

make build_lab<lab_number>

only exception is lab4

make build_lab4_pt1
make build_lab4_pt2

run lab

make run_lab<lab_number>

clean executables

make clean_all

About

C# assignments from Bauman Moscow State University Course "Base components of internet technologies" on 3rd semester

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published