What is different between BCL and FCL in dot net?

Showing Answers 1 - 3 of 3 Answers

Guest

  • Jan 20th, 2007
 

hai,

 I think both of  them are same

  Was this answer useful?  Yes

Moka Muralidhar

  • Jan 23rd, 2007
 

Dot net Frame work  is introduced as the II nd layer to the OS.

Frame work is divided into 2 layers.

1.FCL Frame work class libraries or

BCL Base Class Libraries

2.CLR (Common language run time)

  Was this answer useful?  Yes

swetha19

  • Jan 23rd, 2007
 

The Base Class Library (BCL), sometimes incorrectly referred to as the Framework Class Library (FCL) (which is a superset including the Microsoft.* namespaces), is a library of types available to all languages using the .NET Framework. The BCL provides classes which encapsulate a number of common functions such as file reading and writing, graphic rendering, database interaction, XML document manipulation, and so forth. The BCL is much larger than other libraries, but has much more functionality in one package.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.