C# Introduction
C# is a programming language introduced by Microsoft. C# is modern general-purpose, object-oriented programming language. The name C# is similar to name C++, where ++ appended to C is shows that new version of C language.
Targeted Audience
In C# tutorial,We coverd all the topics from basic to advanced level and those will a give clear idea on how to use C# in our applications with examples.C# tutorial is prepared for beginners as well as professional people who are interested to learn and implement applications using .NET Framework with C#.
Prerequisites For C# Tutorials
- Basics knowledge of Computer and should know the basic difference between hardware and software.
- Knowledge of programming logic and techniques.
- Basic knowledge object-oriented concepts.
- You have basic knowledge of C, C++ programming then it will be easy for you to understand c# tutorial concepts.
Introducing Compilers in C#
All language has a vocabulary, which is a list of words that have specific meaning in that language. Language also have their own grammar rules. A compiler is a special program that processes the statement written in a particular programming language and converts them into machine language. The compiler also follows the Input-Process-Output (I-P-O) cycle. In computer all process is converted into machine language.
