Framework Class Library (FCL)
The .Net frameworks contains thousand of classes that you can use when building an application. The Framework class library was designed to make it easier to perform the most common programming tasks.
File Class : Enables you to represent a file on your hard drive. You can use the file to heck whether a file exists, create a new file, delete a file, and perform many other file related tasks.
Graphics Class: - Enables you to work with different type of images such as GIF,PNG,BMP and JPEG images. You can use the graphics class to draw rectangles, arcs, ellipsis, and other elements on an image.
Random Class : Enables you to generate a random numbers.
SMTPClient Class: Enables you to send email. You can use the SMTPClient class to send emails that contain attachments and HTML content.
|
| Author: shankar v 29 Jun 2009 | Member Level: Gold Points : 1 |
Framework class library is a comprehensive object oriented collection of reusable types.which is used to develop application ranging from the traditional use of command line and Graphical user interface
|
| Author: Prasoon Kumar 29 Jun 2009 | Member Level: Silver Points : 2 |
Hi Vijayaragavan.R
Thanks for taking a step forward and sharing your knowlledge with us.
Just to elaborate on you your article :-
FCL :-
1. what is it :- FCL stands for Framework Class Library not
limited to dotnet world but to any other platform .it
provides you helper classses along with helper methods
that is being used commonly.
will elaborate more on this in next article.
|