I thought that C# generated compiled code (by JIT), but I have lately discovered that I can edit code while debugging mode in C# (VS 2008). Does that mean that C# is interpreted?
C programming language is a machine-independent programming language that is mainly used to create many types of applications and operating systems such as Windows, and other complicated programs such as the Oracle database, Git, Python interpreter, and games and is considered a programming foundation in the process of ...
C is a structured, procedural programming language that has been widely used both for operating systems and applications and that has had a wide following in the academic community. Many versions of UNIX-based operating systems are written in C.
C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on.
It's a trick. The C# compiler/debugger/IDE is just smart and can compile code on the fly while you're debugging.
C# is compiled to IL which is then JIT'ed at runtime into instructions specific to the processor the program is running on.
Editing code while debugging C# is a feature of VS2008 which more than likely compiling any changes in the background
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With