This blog post collects links to relevant blog posts and articles about Windows Phone support for SQL Server Compact. You can also follow me on Twitter (@ErikEJ) to get notified of any SQL Server Compact related news.
MSDN
Local Database Overview for Windows Phone
How to: Create a Basic Local Database Application for Windows Phone
How to: Create a Local Database Application with MVVM for Windows Phone
How to: Deploy a Reference Database with a Windows Phone Application
Walkthrough: Updating a Local Database Application for Windows Phone
Local Database Best Practices for Windows Phone
Local Database Connection Strings for Windows Phone
Local Database Migration Overview for Windows Phone
LINQ to SQL Support for Windows Phone
Video: SQL Server Compact and User Data Access in Mango
PowerPoint slides: SQL Server Compact and User Data Access in Mango
Video + PPT: New Data Access Features Coming to Windows Phone
Windows Phone Mango Application Storage Jumpstart PDF
Get to Mango #8 - Using a Local Database (Screencast)
ErikEJ
Populating a Windows Phone “Mango” SQL Server Compact database on desktop
SQL Server Compact Toolbox 2.2–Visual Guide of new features
Windows Phone Local Database tip: Viewing the SQL generated by LINQ to SQL
Windows Phone Local Database tip: Batch INSERT performance
Windows Phone Local Database tip: Exploring INSERT performance–5 power tweaks
Generating a LINQ to SQL DataContext for VS Express for Windows Phone
Windows Phone Local Database tip: Initializing the database
SQL Server Compact Toolbox 2.6.1–Visual Guide of new features
Windows Phone Local Database tip: Exploring multiple UPDATEs and rowversion impact
Windows Phone Local Database tip: Working with encrypted database files
Windows Phone Local Database tip: Exploring DELETE performance and a “Bug Alert”
Generate a Windows Phone 8 Local Database DataContext from an existing database
Jesse Liberty
Coming In Mango–Local DB Part 2- Relationships
Best Practices For Local Databases
Yet Another Podcast #43–Sean McKenna and Windows Phone Data
Sean McKenna and Windows Phone "Mango" Database Support
Rob Tiffany
New Windows Phone Mango Data Access Features @ Tech Ed North America 2011
Alex Golesh
Windows Phone Mango–What’s New? (“Local Database” - Part 1 of 8)
Andy Wigley
Windows Phone Geek
Windows Phone Mango Local Database- mapping and database operations
Using SqlMetal to generate Windows Phone Mango Local Database classes
Performance Best Practices: Windows Phone Mango Local Database
Windows Phone Mango Local Database(SQL CE): Introduction
Windows Phone Mango Local Database(SQL CE): Linq to SQL
Windows Phone Mango Local Database(SQL CE): [Table] attribute
Windows Phone Mango Local Database(SQL CE): [Column] attribute
Windows Phone Mango Local Database(SQL CE): [Association] attribute
Windows Phone Mango Local Database(SQL CE): Database mapping
Windows Phone Mango Local Database(SQL CE): DataContext
Windows Phone Mango Local Database(SQL CE): Connection Strings
Windows Phone Mango Local Database(SQL CE): Creating the Database
Windows Phone Mango Local Database(SQL CE): Database Queries with LINQ
Windows Phone Mango Local Database(SQL CE): How to Insert data
Windows Phone Mango Local Database(SQL CE): How to Update data
Windows Phone Mango Local Database(SQL CE): How to Delete data
C# Corner
Getting Started With Local Database Operations in Windows Phone 7
Arsahnt
Distributing a SQL CE database in a WP7 Mango application
Windows Phone 7 SQL CE – Column inheritance
Windows Phone 7 SQL CE – DataContext Tables
Working with pre-populated SQL CE databases in WP7
LINQ to SQL CE performance tips for WP7
How To: Log LINQ to SQL activity on WP7
Kunal Chowdhury
Windows Phone 7 (Mango) Tutorial - 22 - Local Database Support, Create DataContext
Windows Phone 7 (Mango) Tutorial - 23 - Local Database Support, Configuring Project
Windows Phone 7 (Mango) Tutorial - 24 - Local Database Support, CRUD operation with Demo
Windows Phone 7 (Mango) Tutorial - 25 - Learn about Database Connection String
Sergey Barskiy
SQL CE on Windows Phone 7.1 (Mango)
SQL CE in Mango–Updating the Schema
Derik Whittaker
Using SQL CE on WP7 Mango–Getting Started
Using SQL CE On WP7 Mango–Working with Associations
Using SQL CE On WP7 Mango–Working with Indexes
Mark Artega
Windows Phone and Database Support
Rabeb
Mango- Baby Steps: Creating an application with a local Database
JeffCren
Matt Lacey
Simplifying use of SQL CE in Mango
Corrado
Using Local Database in WP7-Mango
Max Paulousky
Windows Phone (Mango) DB Engines Performance Testing
Nick Randolph
Change Tracking with SQL Server Compact (LINQ to SQL) on Windows Phone
Windows Phone LINQ to SQL and the INotifyPropertyChanged and INotifyPropertyChanging Interfaces
Understanding LINQ to SQL on Windows Phone 7.5
Chris Sainty
Anton Swanvelder
Writing an Image to SQL CE / Linq to SQL
Rafa Serna
Performance Improvements in SQL CE environments – I
Debug mode
Local Database application for windows Phone
Shazaml Design, LLC
More Complete WP7 Mango Database Update Walkthrough
Jerry Nixon
Mango Sample: Database Part 1:2
Mango Sample: Database Part 2:2
Bhaskar Shrestha
Using SQL Server Compact in Windows Phone 7.1 apps – Part 1
Using SQL Server Compact in Windows Phone 7.1 apps – Part 2
11 comments:
Hi Eric - Is there any tool to convert SQLite3(.db) to SQL CE(.sdf) database. Would be of great help it you let me know anything regarding this.
Thanks in advance !
I do not know of any such tool, but if you can convert sqlite to SQL Server, I have tools to convert from SQL Server to SQL Compact
Erik Please Help me. I want to save the Database permanently in Isolated Storage.. Is there any way available to do that.
Gauti: Please see this blog post: http://erikej.blogspot.com/2012/01/windows-phone-local-database-tip.html
sabhar: This SQLite conversion tool is now available - http://sqlite2ce.codeplex.com/
Hi Eric- How can I use the information given on http://mobile.dzone.com/articles/windows-phone-8-local-database with visual studio 2012 for Windows Phone.
I can not get the servers option there.
Pawar: Not sure what you mean by "Servers option", suggest you post an issue here: http://sqlcetoolbox.codeplex.com with more information and/or screenshot
please help me erik, I've made an application with SQL CE at databaselokal, and I want to be able to sync the database with a database on the server, do you have a tutorial?
Kamaludin: Nothing out of the box, but maybe you can adapt: https://github.com/Mimetis/SyncWinRT
Hello,
Your articals are really helpfull for me. I am developing WP8 app using MVVMLight and I wnat to bind ListPicker on Click event of RadioButton How should I do that?
Komal: suggest you ask this non SQL Compact related question on Stackoverflow
Post a Comment