.NET Framework 1.0:-

 .NET Framework 1.0 is the first release of the .NET Framework, released on 13th February 2002 and available for Windows 98, Me, NT 4.0,2000 and XP.
Features of .NET Framework 1.0:
  • Enterprise Services: Object management is done through the enterprise services. This allowed the objects to build security around them, managing the transaction without the necessary for recompiling the code.
  • Data Access: Data access is efficiently managed by Managed Providers. This managed provider consists of all the data providers and drivers. For example: If we are working with sql then sql provider will provide the drivers. If we are working with oracle then oracle provider will provide the drivers. So, there is no need to worry of changing the drivers when our database changes. This managed providers will efficiently manages the drivers.
  • User Interface: .NET Framework 1.0 introduced the concept of Win Forms as objects. They also introduced the object model in ASP.NET, allowing us to develop web forms in an object oriented fashion. They also introduced the Smart Client for Rich Interactive Application development.

0 comments:

Post a Comment