May 2013
Intermediate to advanced
1152 pages
82h 34m
English
Whereas DataContext enables you to create and delete a database file, a custom class, called DatabaseUtility, is used to directly create and delete the database in isolated storage and to build the connection string for the database.
TwitterDatabaseUtility extends the DatabaseUtility class, providing the default database filename. TwitterDatabaseUtility is used in various locations to create a DataContext for the Twitter database.
DatabaseUtility includes an InitializeDatabase method that creates the isolated storage file for the database. When it is called, if the wipe parameter is true and the database already exists, it ...
Read now
Unlock full access