Visual Studio 2008 and the .NET Framework 3.5 support a new database connectivity paradigm known as Occasionally Connected Applications, where client applications can harness the power of a local SQL Server Compact 3.5 database to cache required data, instead of hitting the main database on a remote machine every time they need to access it. This can vastly improve performance and scalability of client applications.
Link to this comment:
All Comments (0)