Re: End of the Framework era?
- From: "Danny Thorpe" <danny.thorpe@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: 15 Jul 2006 16:46:01 -0700
Michael Baytalsky wrote:
That your use of the word 'framework' is a bit odd--you seem to beYes, I did that on purpose, because .Net is often referred to as the
equating framework with an external, compiled runtime library.
"Framework".
I realize, that VCL is also a framework, I just wanted to separate
these two concepts: an external dll-kind of framework vs. component
library type of framework which could be built into application and/or
supplied as separate run-time packages. My point was that this second
approach seem more and more favorable.
Michael
Then what you are referring to is not a framework, but a platform
runtime system. The .NET framework is the set of classes that you
write code to use, and it lives in the .NET runtime. Java also has
multiple runtimes (one for each incompatible JDK version), as do most
cell phones and operating systems.
The benefit of externally linked runtimes is that they are shared
between applications, saving disk space and memory at runtime compared
to copying the same material into every exe. It's also much easier to
apply bug fixes and security updates in one place than in thousands.
Runtimes are always larger than stand-alone apps because the
stand-alone apps only need to copy what they actually use into their
exe files; the runtimes have to include everything for all
applications to use. Classes that are built by runtime implementors
also tend to be more complete / more feature rich than classes built by
application writers, because the former must think in general terms
while the latter is not required to.
-Danny
--
Momentary Gouts of Reason: http://blogs.msdn.com/dthorpe
.
- References:
- End of the Framework era?
- From: Michael Baytalsky
- Re: End of the Framework era?
- From: Bob Dawson
- Re: End of the Framework era?
- From: Michael Baytalsky
- End of the Framework era?
- Prev by Date: Re: Tried Out Delphi 2006
- Next by Date: Re: Idea of SQL integration
- Previous by thread: Re: End of the Framework era?
- Next by thread: Re: End of the Framework era?
- Index(es):
Relevant Pages
|
|