Using SQL Server Compact Edition in a .NET application
When you have projects that need a database, but don't need the overhead of SQL Server (Express
or Full), consider using SQL Server Compact Edition (CE). It is FREE, SMALL and easy to use.
This session will cover:
* Brief summary of pros & cons of using CE rather than SQL Server Express.
* Creating a CE database through .NET.
* Walkthrough of .NET project code that accesses the CE database.
* Session attendees can request a working copy of a Security Front end
that uses SQL Server CE for its database.