What is a framework????
kavya damineni
Select an image from your device to upload
a framework is basically a base provided to develop applications. this base can be interms of tools,class libraries,or any other kind of infrastucture. for example in .net
1.CRL is for executing your applications and provides other facilities like garbage collection, memory management, exception handling etc.
2 BCL -Base class library- to make developer's life easy so that he doesn't have to invent the wheel again. he can use the the classes to create your own applications.
3. Visual Studio - A tool for the developers for coding and other stuff.
so .net framework is a kind of infrastucture provided by microsoft to develop windows, web, distributed and smart client applications in a more efficient way.
regards,
Anurag Sharma
framework is like a mediam between Oprating System and .net when we give any type of command then the command is goes to framewark and the farmework is convert this command to Binary Code then he give this to OS