M
mohit.akl
guys a stupid question.....
what does API stands 4?????
plz reply asap
thanks
what does API stands 4?????
plz reply asap
thanks
what does API stands 4?????
but in general even the .NET Framework is an API.
Cor Ligthert said:As the .Net Framework is a layer from the OS than it cannot be an
interface to that.
In see definitly the .Net Framework as a layer from the OS.
Herfried said:This doesn't mean it's not an API. API simply means "interface used to
program an application". Check out the Wikipedia article in your post .
Cerebrus said:Cor just loves to tease... ;-)
But seriously, I would tend to agree with Cor that the .NET Framework
does not fall into *generally* accepted meaning of the word API. I
would distinguish the terms "framework" and "API". What are your
thoughts on this ?
Framework simply means a set of libraries, tools, etc. which can be used
to develop applications, for example.
Cor Ligthert said:I would not say it like that, it is a part of the OS where against the CLI
code can run.
In my opinion is it the same is for every layer from an OS. That does not
make them an API.
The CLI code contains interfaces to that part of the OS but that does not
make it an API.
If you tell that inside this definition the classes distributed by the
development part of the framework are API's
However that makes from every application itself almost an API.
In my opinion is an API more restricted to one function from the OS.
These two guys are so funny - API = Application Programming Interface.guys a stupid question.....
what does API stands 4?????
plz reply asap
thanks
For me this stands typically for "Cor Ligthert" (as often used abrivation).I am not sure what exactly you are referring to with CLI (typically this
stands for "Common Language Infrastructure").
These two guys are so funny - API = Application Programming Interface.
tomb said:These two guys are so funny - API = Application Programming Interface.
It tells the whole story. It is an interface that can be used in the
programming of an application. It doesn't say anywhere that it has to
be made available by the OS. So, the OS, a component, a custom dll, all
can provide an API.
If your application is using the interface provided by some other code,
in your programming, then that is and API. Code is code. OS is just
code. Why get so caught up in insignificant details of where that code
resides?
Tom