N
N
Nulltiton2022-04-09 12:23:22
.NET
Nulltiton, 2022-04-09 12:23:22

What is C# without .Net?

C# is impossible to imagine without .Net, which has a huge functionality, but is it possible to work on pure c# and in what areas can it be used?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Gornostaev, 2022-04-10
@sergey-gornostaev

Machine code is impossible to imagine without a processor that has a huge functionality, but is it possible to work on pure machine code and in what areas can it be used?

R
Roman Mirilaczvili, 2022-04-09
@2ord

C# for Embedded Devices:
https://en.wikipedia.org/wiki/.NET_Micro_Framework
https://stackoverflow.com/questions/568266/c-sharp...
The Vala language is syntactically similar to C# and is used by the GNOME project.
https://en.wikipedia.org/wiki/Vala_(programming_la...

G
Griboks, 2022-04-09
@Griboks

C# is impossible to imagine without .Net

It's very possible. Many projects have successfully managed without it for decades, such as Unity 3D.
but is it possible to work in pure c#

Pure sharp is a script, Intermediate Language (IL) bytecode. Is it possible to run a script without a virtual machine? No. Do I need to specifically use a .Net VM? No.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question