Dotnetflare / dotnetflare

Dotnet Flare is an extensive open-source repository designed to cover the entire world of C# and .NET programming.
MIT License
16 stars 2 forks source link

Basic Syntax and Structure #8

Open AshkanAfsharpour opened 1 week ago

AshkanAfsharpour commented 1 week ago

Implement and document the fundamental syntax of C#, including program structure, variables, and basic operators.

Tasks:

mahdisalahi commented 1 week ago

I can handle it...

AshkanAfsharpour commented 1 week ago

Thanks so much for taking on the fundamentals! For structure, let’s organize examples in separate folders to keep each core feature accessible. Feel free to start with simple console applications, each focusing on one topic like namespaces, classes, operators, etc. This should make it easier for contributors to add new examples and for users to find what they need quickly. Let me know if you need more details or have ideas for refining this approach!

mahdisalahi commented 1 week ago

Thanks so much for taking on the fundamentals! For structure, let’s organize examples in separate folders to keep each core feature accessible. Feel free to start with simple console applications, each focusing on one topic like namespaces, classes, operators, etc. This should make it easier for contributors to add new examples and for users to find what they need quickly. Let me know if you need more details or have ideas for refining this approach!

I will try to organize the features that I plan to add in the best possible way.

mahdisalahi commented 2 days ago

Hi ashkan. I have a question for you. Is it necessary to add Bitwise Operators?