Open links in new tab
  1. Complete Beginner, Never touched C#, Where do i begin?

    Sep 22, 2023 · So, i am a high school student with way too much free-time and decided i was going to learn C#. where do i begin? my only experience with coding…

  2. What is the difference between the | and || or operators?

    Aug 29, 2008 · In the C programming language family, the bitwise OR operator is "|" (pipe). Again, this operator must not be confused with its Boolean "logical or" counterpart, which treats its operands as …

  3. best c# book that covers everything, from beginner to expert?

    I wanna be completely fluent in c# and I heard the c# player guide is good, the problem is that i want a book to teach me everything all the way to expert techniques and help me become a c# pro. (i know …

  4. What can c# be used for? : r/csharp - Reddit

    Nov 11, 2022 · I know python can be used for hacking tools, data analysis, and c++ can do anything from operating systems to just another it anything And js, html, and css are purely for web But what …

  5. programming languages - Is it C# or C#.NET? - Stack Overflow

    I always see people writing "C#" and "C#.NET". What is the correct name of this language? C# or C#.net? I'm sorry for this stupid question but it is really confusing (maybe there's another programm...

  6. What does question mark and dot operator ?. mean in C# 6.0?

    With C# 6.0 in the VS2015 preview we have a new operator, ?., which can be used like this:

  7. How do you start learning c# : r/csharp - Reddit

    Sep 16, 2023 · How do you start learning c# Hello, i am a high school student that really wants to get into programming, and i chose c#. How do you learn c# as a person with no coding experience? …

  8. What are the benefits of using C# vs F# or F# vs C#?

    Jun 5, 2009 · F# is not yet-another-programming-language if you are comparing it to C#, C++, VB. C#, C, VB are all imperative or procedural programming languages. F# is a functional programming …

  9. What is the difference between C# and .NET? - Stack Overflow

    Remember that C# is a general-purpose, object-oriented programming language, and it runs on the .NET Framework. .NET Framework includes a large class library named Framework Class Library …

  10. What are the differences between C, C# and C++ in terms of real-world ...

    Mar 28, 2009 · C is the most widely-supported, then C++, and finally C# (although C# can be used on most major platforms thanks to an open source implementation called Mono). My experience of …