Environtment Setup
Environtment Setup
Lecture: 02
WELCOME TO
Compile and learn C# on the go using the Mono CLR under Android [Primary
features] - C# 11 support - Syntax highlighting - Code completion
✓ IDE
An IDE (Integrated Development Environment) is software that combines
commonly used developer tools into a compact GUI (graphical user interface)
application. It is a combination of tools like a code editor, code compiler,
and code debugger with an integrated terminal.
Example: Visual Studio, Visual Studio Code, PyCharm, NetBeans, etc.
✓ Development Framework
A development framework is a set of tools, libraries and conventions that enable
developers to create applications more quickly and efficiently. Development
frameworks provide structures and templates for organizing application code Fig: C# Shell - .NET IDE
and files, as well as common features such as database management, user input
validation, user session management and security.
Example: .NET, .NET Framework, Flutter, React Native, etc.
Stack Overflow Survey 2023
Thank You