L
Luke Skywalker
Hi,
Since my home machine is only a P3 800 and I don't want to get
a new one until I really need to, I was wondering if someone knows of
a good tutorial to get started learning about development in .Net.
From what I read on MSDN and elsewhere, I understand that..
- I just need the framework and the SDK (starting with 1.1, it seems
like the SDK no longer includes the framework)
- I can write basic apps in VB.Net or C# in notepad, and just feed the
code to some precompiler that turns the code into language-neutral
bytecode, which is then compiled by the CLR
- the CLR can compile to native code or compile code on the fly (JIT)
Am I correct? Can someone point me to the right direction to write a
"Hello, world!" in VB.Net?
Thank you
Luke.
Since my home machine is only a P3 800 and I don't want to get
a new one until I really need to, I was wondering if someone knows of
a good tutorial to get started learning about development in .Net.
From what I read on MSDN and elsewhere, I understand that..
- I just need the framework and the SDK (starting with 1.1, it seems
like the SDK no longer includes the framework)
- I can write basic apps in VB.Net or C# in notepad, and just feed the
code to some precompiler that turns the code into language-neutral
bytecode, which is then compiled by the CLR
- the CLR can compile to native code or compile code on the fly (JIT)
Am I correct? Can someone point me to the right direction to write a
"Hello, world!" in VB.Net?
Thank you
Luke.