ComponentOne WebDataObjects for ASP.NET enhances the ComponentOne DataObjects for .NET comprehensive data framework for creating database applications with Web Forms (ASP.NET) functionality.
Note: For full description of C1DataObjects functionality, see the ComponentOne DataObjects Help also included with ComponentOne Studio Enterprise.
You can consider your data set objects with all the business logic you associated with them as always existing and functional on the WebForms server in the same way as they exist on a WinForms client. Your data objects in WebForms no longer have to be read-only or otherwise deprived of the rich functionality available in WinForms.
The WebDataObjects for ASP.NET key features include:
• Reusable Business Logic
Add complex business logic to one data library assembly to be used in your WinForms and WebForms applications.
• Server-side Data Caching
C1WebDataObjects provides automatic server-side caching so you can store data on the server for quick access.
• Supports Global Caching
Stores information from all user requests while preserving individual user changes, offering quick data access and scalability.
• Supports Session Caching
Provides the ability to store entire data sets, individual user data, and modified data for increased speed and performance.
• Supports Memory-resident Caching
Pre-fetched table views allow immediate access to large amounts of read-only data.
• Automatic Object Pooling
Eliminating the need for continuous internal object creation, an internal pool of worker objects is automatically maintained by C1WebDataObjects to optimize performance.
|