Programmer's Wiki
Register
Advertisement
16px-Pencil
Code Examples
MD5 Checksum

Matrix addition

Matrix multiplication

Random number

Standard error

SHA checksum

Simple socket server

Palindrome/C Sharp

C# is an Object Oriented Programming Language developed by Microsoft as part of the .NET initiative. It is considered a Curly bracket language, having a C/C++ like syntax and similar keywords. It is quite similar to Java. Among other things they both compile to bytecode which is run on a Virtual machine.

Mono[]

Mono is an open source implementation of the C# compiler developed at Novell. Because of this C# code can be used on both Linux and Mac OS.

Tutorials[]

External Links[]

Advertisement