Jump to content

How to write a code in CSharp?

Featured Replies

I want to know that how can i write a code on CSharp and also did any one tell me that is it necessary to learn C ++ first to understand CSharp?

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.

Archived

This topic is now archived and is closed to further replies.

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.