Anonymous

What Is Difference Between BCL And FCL In ASP.net?

1

1 Answers

Shumaila Sadia Profile
Shumaila Sadia answered
FCL is an abbreviation of Framework Class Library while BCL is an abbreviation for Base Class Library and both of them are applied to standard .Net class library. Both of them are almost same; however for detail visit the following link;
 
forums.msdn.microsoft.com
 
thanked the writer.
Anonymous
Anonymous commented
BCL - includes base/core class libraries like Systen, System.IO, System.Net, Systen.Runtime., etc. (but not includes System.Web, System.Windows.Forms..)

FCL - It’s including entire .Net frame work libraries. (BCL + All System.* + Microsoft.*)

FCL is a superset of BCL.

Answer Question

Anonymous