C
Cor Ligthert
Your memory is short, considering that you can check this thread for
I showed with this and I do it in C# language than maybe you understand it
NetFramework != Runtime
When the NetFramework is loaded there is no need to load an extra runtime,
as I have written in previous messages in this thread.
I understand that you have gotten the right to judge, altough beneath you
prove it with mostly your statements telling what I am thinking however not
what I am writting.
Everybody except you (because you had no contribution execpt again a flame
about me) has written it in the way, and I show you in C# code maybe you
understand that..
Runtimer == NetFramework.
I have everywhere told that the framework has as a part a runtimer.
I expect from you an apologize when you cannot proof this.
Did I bring this in discussion I only tell
Runtime != NetFramework
I expect from you an apologize when you cannot proof this.
(In this case it is not needed to download a very large runtime by the way)
Where did you read that I wrote that text?
Even the first OS's exist at least from a bios. an IO layer and 2 more which
had in most OS's different names.
Telling that I implies that an OS has a single layer shows again something
about you.
When you tell that , than proove it. Or are you from above this world.
Maybe your use of language, however I do not understand you anymore, are you
now saying
NetFramework==Runtime
What is it important what I am describing in your eyes, I am not describing
a runtime as it is in .Net, I am telling about what was always a runtime,
while I have seen the very first ones and many after that in a general way
and which could really not be compared with the complete Net Framework
Or maybe the fact that you and some others in this threads cannot keep them
to the facts, however try to lay words in my mouth and when they see that
they have misstated things are telling this kind of messages, although proof
before that they have exactly understood my text.
It says a lot of people who do this.
Cor
references to your statements.
This is the quote that started most of this thread:
"The fact of the "Ägainst a large runtime needed", is really for
laughing, there is no runtimer needed with dotNet programs. It shows that
you are not know what you are writing."
I showed with this and I do it in C# language than maybe you understand it
NetFramework != Runtime
When the NetFramework is loaded there is no need to load an extra runtime,
as I have written in previous messages in this thread.
You later added this bit of nonsense.
I understand that you have gotten the right to judge, altough beneath you
prove it with mostly your statements telling what I am thinking however not
what I am writting.
Show where. I expect from you an apologize when you cannot find it."However that is not an installable runtimer. It is a part of the OS
layer which has the name Net framework. "
You contradicted this last statement in a later posting.
"I am glad you understood that part of the text I wrote in this thread,
it is a layer uppon the OS"
At no point did anyone suggest that the .NET framework consists ONLY of a
runtime or that the runtime was the ONLY requirement to make .NET apps
run.
However, your first statement does not state that. You first statement
suggests that there is NO runtime needed with .NET programs, which is
absurd. You stated yourself, in a later message, that the CLR is part of
the .NET framework, and that the framework had to be installed in order
for
.NET apps to run...
Everybody except you (because you had no contribution execpt again a flame
about me) has written it in the way, and I show you in C# code maybe you
understand that..
Runtimer == NetFramework.
I have everywhere told that the framework has as a part a runtimer.
I expect from you an apologize when you cannot proof this.
To say that the CLR is not an installable runtime is also absurd. It is
part of a package that is installable, and it is a runtime. You cannot
"independently" install it, but you can install it. In fact, many apps
now
bootstrap the installation to install the framework from the MS site when
the app is being installed.
Did I bring this in discussion I only tell
Runtime != NetFramework
I expect from you an apologize when you cannot proof this.
(In this case it is not needed to download a very large runtime by the way)
To say that the .NET framework is part of "the OS layer" is also absurd.
The use of the article "the" implies, correctly, that you are discussing
the
OS as a single layer, onto which applications are installed. Your
statement
does not differentiate between layers within the OS. You stated,
incorrectly, that the framework was part of THE OS LAYER.
Where did you read that I wrote that text?
Even the first OS's exist at least from a bios. an IO layer and 2 more which
had in most OS's different names.
Telling that I implies that an OS has a single layer shows again something
about you.
It is not.
When you tell that , than proove it. Or are you from above this world.
Perhaps the real problem here is simply language.
In addition, the following statement is similarly flawed:
"In my opinion and all times I had to do with a runtime was a runtime one
dll which translated the intermidiate code (in the same way you showed the
layers, however than only one) to machine code(or API's)."
You are describing a JIT compiler. That is part of a Runtime, but is not
all of it. A JIT compiler is executed BEFORE the app is run. It is not
normally running WHILE an app is running. The runtime, on the other hand,
is running while the app is running, and includes features like garbage
collection, thread pools, and other useful assistance to the running
program. Also, JIT compilers are occasionally delivered as a single DLL,
but not always. To the best of my knowledge, in the .NET framework, the
JIT
compiler is delivered in one assembly.
Maybe your use of language, however I do not understand you anymore, are you
now saying
NetFramework==Runtime
What is it important what I am describing in your eyes, I am not describing
a runtime as it is in .Net, I am telling about what was always a runtime,
while I have seen the very first ones and many after that in a general way
and which could really not be compared with the complete Net Framework
Once again, it is probably a language thing.
Or maybe the fact that you and some others in this threads cannot keep them
to the facts, however try to lay words in my mouth and when they see that
they have misstated things are telling this kind of messages, although proof
before that they have exactly understood my text.
It says a lot of people who do this.
Cor