0
Can someone give me the basic knowledge about c# programing
what is the basic knowledge of c# programing
1 Answer
0
C# (pronounced see sharp) is a general-purpose, high-level 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# is from the C language family.
It is designed by "Anders Hejlsberg" from Microsoft.