Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Using SQLite.Net In MvvmCross
Search
Stuart Lodge
May 14, 2013
Technology
0
1.1k
Using SQLite.Net In MvvmCross
Talk from London MvvmCross day
Stuart Lodge
May 14, 2013
Tweet
Share
More Decks by Stuart Lodge
See All by Stuart Lodge
Future Decoded - VisualStudio and Xamarin talk
cirrious
0
200
Data Bind Everything
cirrious
0
4.9k
MvvmCross - Presentation to BCS Edinburgh
cirrious
0
170
MobDevCon MvvmCross Workshop
cirrious
0
3.3k
Static Version of MvvmCross Evolve talk
cirrious
0
120
Jago?
cirrious
0
150
Presenters in MvvmCross
cirrious
1
32k
Saying SOLID with PCL
cirrious
0
3.4k
AppStart in MvvmCross
cirrious
2
3k
Other Decks in Technology
See All in Technology
[IBM TechXchange Dojo]Watson Discoveryとwatsonx.aiでRAGを実現!事例のご紹介+座学②
siyuanzh09
0
110
When Windows Meets Kubernetes…
pichuang
0
290
PaaSの歴史と、 アプリケーションプラットフォームのこれから
jacopen
7
1.1k
テストを書かないためのテスト/ Tests for not writing tests
sinsoku
1
170
アジャイルチームが変化し続けるための組織文化とマネジメント・アプローチ / Agile management that enables ever-changing teams
kakehashi
3
3.2k
Formal Development of Operating Systems in Rust
riru
1
420
技術に触れたり、顔を出そう
maruto
1
130
Godot Engineについて調べてみた
unsoluble_sugar
0
350
今から、 今だからこそ始める Terraform で Azure 管理 / Managing Azure with Terraform: The Perfect Time to Start
nnstt1
0
140
Goで実践するBFP
hiroyaterui
1
110
2025年に挑戦したいこと
molmolken
0
130
#TRG24 / David Cuartielles / Post Open Source
tarugoconf
0
550
Featured
See All Featured
Scaling GitHub
holman
459
140k
Unsuck your backbone
ammeep
669
57k
The Pragmatic Product Professional
lauravandoore
32
6.4k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
How GitHub (no longer) Works
holman
312
140k
How to train your dragon (web standard)
notwaldorf
89
5.8k
Practical Orchestrator
shlominoach
186
10k
The Cost Of JavaScript in 2023
addyosmani
46
7.2k
The Cult of Friendly URLs
andyhume
78
6.1k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Docker and Python
trallard
43
3.2k
Transcript
Using SQLite-Net
Lightweight ORM
SQLConnectionFactory
CRUD… • Creation • Update • Delete
Select Query
Advanced Much more advanced is possible: https://github.com/praeclarum/sqlite-net/
Sample Covered in the N+1 at: http://slodge.blogspot.co.uk/2013/05/n10-sqlite- persistent-data-storage-n1.html