Jump to content

How to write a code in CSharp?


stylebuzzer

Recommended Posts

C/C++, C#, Java, etc. languages have just a few built-in statements and built-in instructions. And many of them are exactly the same in a couple different popular languages. So if you will learn in one language, you will know them all.

However, to efficiently write programs, you need to learn standard linkable libraries e.g. stdlib in C/C++, standard dynamic libraries in C/C++, and .NET Framework in C#. They contain true functionalities, provides a way to connect to operating system, I/O, hardware etc. Amount of instructions in such system as .NET Framework is tremendous (counted maybe even in hundred thousands). You should get accustomed to with at least basic I/O, threading, memory, later UI, gfx, music. So, you need to write program, every day, new program, to check what external libraries and frameworks have to offer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.