Please enable JavaScript.
Coggle requires JavaScript to display documents.
C# Learninng - Coggle Diagram
C# Learninng
Day 4
Opening the IIHS Server
Go to Control Panel, turn on windows services and then on the IIHS
-
IIS Local
No port number, run under default website
-
Day 3/4
-
ReadLine
ReadLine always a string form the Input Buffer.So, we covert to int after getting the input
-
Arrays in C#
Declaration: int [] arrayName = {12,23,434,565}
-
-