✅ I want to write basic C# code in Rider I have downloaded but I can not see console APP option
How I can create project ?
13 Replies
Just click
Create
...?
This is the console templateSeems like a perfectly fine console project to me
Can I create different classes in this project to implement c# basic paractice ?
Sure
thank you
If it's the missing
class Program
and public void Main()
that tripped you up, you can just add them yourselfOr check this option
where can I write class Program ? is it for creating Class?
Are you following some tutorial or something?
The older ones assume that your starting point will be
But it's been simplified a couple of years ago to just what you see here
So, I'm wondering if that is what confused you
And if it is, then the above code, and the code you started with, are completely equivalent
So you can use whichever suits you best
But I want to create differen class like this but mine is different
Different how?
And different from what?
I got it now Thank you very much indeed , I have created classes