-
Notifications
You must be signed in to change notification settings - Fork 17
Hanlei Qin edited this page Jul 20, 2022
·
8 revisions
C# (/si ʃɑːrp/ see sharp) is a general-purpose, multi-paradigm programming language.
C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
- C# documentation, Learn how to write any application using the C# programming language on the .NET platform.
- What are the best 3D C# game engines?
-
const
VSreadonly
-
const
is a compile time constant.readonly
is a runtime constant. -
const
can be declared inside the method,readonly
cannot. -
const
cannot be used with static modifiers,readonly
can. - In
const
fields, we can only assign values in declaration part. Inreadonly
fields, we can assign values in declaration and in the constructor part.
-
- Arrays of arrays
芝士就是力量,法国就是培根!
Knowledge is power -- Francis Bacon
人要是没有梦想,和咸鱼有什么分别?光标请勿在最高司令官身上停留!
- mathematics
- algorithm
- theory-of-computation
- compiler
- operating-system
- networks
- security
- artificial-intelligence
- computer-graphics