TOC

This article is currently in the process of being translated into Tamil (~42% done).

Getting started:

Introduction

Welcome to this C# tutorial. With the introduction of the .NET framework, Microsoft included a new language called C# (pronounced C Sharp). C# is designed to be a simple, modern, general-purpose, object-oriented programming language, borrowing key concepts from several other languages, most notably Java.

சி # கோட்பாட்டு ரீதியாக இயந்திர குறியீடுக்கு தொகுக்கப்படலாம், ஆனால் நிஜ வாழ்க்கையில், இது எப்போதும் நெட் கட்டமைப்பில் இணைந்திருக்கும். எனவே, சி # இல் எழுதப்பட்ட பயன்பாடுகள், பயன்பாடு இயங்கும் கணினியில் நிறுவப்படும் நெட் கட்டமைப்பைக் கொண்டிருக்க வேண்டும். நெட் கட்டமைப்பை பல்வேறு மொழிகளால் பயன்படுத்த முடிந்தாலும், C # சில நேரங்களில் த.நெட் மொழியை குறிப்பிடப்படுகிறது, ஏனெனில் இது கட்டமைப்போடு வடிவமைக்கப்பட்டுள்ளது.

C# is an Object Oriented language and does not offer global variables or functions. Everything is wrapped in classes, even simple types like int and string, which inherit from the System.Object class.

பின்வரும் அத்தியாயங்களில், நீங்கள் சி # பற்றிய மிக முக்கியமான தலைப்புகளில் வழிநடத்தப்படுவீர்கள்.