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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top