how to learrn c# as soon as possible

Rolle Michel 75 信誉分
2024-09-11T15:24:04.0966667+00:00

Understand the Basics of Programming (if you're new)

  • Get Familiar with Syntax: Learn basic concepts like variables, data types, conditionals, loops, and functions.
  • Object-Oriented Programming (OOP): C# is an OOP language, so you should understand the four main principles: encapsulation, inheritance, abstraction, and polymorphism.
C#
C#
一种面向对象的类型安全的编程语言,它起源于 C 语言系列,包括对面向组件的编程的支持。
188 个问题
0 个注释 无注释
{count} 票

1 个答案

排序依据: 非常有帮助
  1. Hui Liu-MSFT 48,571 信誉分 Microsoft 供应商
    2024-09-12T02:50:53.87+00:00

    你可以查看官方文档学习c#的相关知识。
    You could check the official documentation to learn about C#. You can click on the categories in the links to view the section you want.https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/

    User's image

    This is a Chinese forum. If you use English, you can ask questions in the English forum.

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    如果答案是正确的,请点击“接受答案”并点赞。 如果您对此答案还有其他疑问,请点击“评论”。

    注意:如果您想接收相关电子邮件,请按照我们的文档中的步骤启用电子邮件通知 此线程的通知。

    0 个注释 无注释

你的答案

问题作者可以将答案标记为“接受的答案”,这有助于用户了解已解决作者问题的答案。