#Very new to C#

16 messages · Page 1 of 1 (latest)

hard pine
#

my first question is, why the heck is C# coded in Purple visual studio code?
And whats the difference between this:

using System;

namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}

And executing normal code, like Console.Writeline("Hello World");

honest tide
hard pine
#

Aha ok

#

Thankd

#

So its not necessary to run it?

#

For example if u want to run C++ code its a must to write the whole structure

honest tide
hard pine
#

But here its not

honest tide
#

You can use Rider

hard pine
#

Is rider bettwr

honest tide
honest tide
hard pine
#

Have you built any projects with C#?

honest tide
hard pine
#

Where did u learn c#

#

From tutorials?