What is the difference between framework components and application components?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,
What is excatly the difference between framework components and application
components?
 
Julia,

Framework components (as I understand it and your question) are those
components that are distributed with the .NET framework. For example,
everything in System.dll, mscorlib.dll, are framework components.
Application components are the components that the rest of us would ship
that are not part of the standard .NET framework distribution.

Hope this helps.
 
Thanks.

Nicholas Paldino said:
Julia,

Framework components (as I understand it and your question) are those
components that are distributed with the .NET framework. For example,
everything in System.dll, mscorlib.dll, are framework components.
Application components are the components that the rest of us would ship
that are not part of the standard .NET framework distribution.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Julia said:
Hi,
What is excatly the difference between framework components and
application
components?
 
Back
Top