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
160
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
地方拠点で エンジニアリングマネージャーってできるの? 〜地方という制約を楽しむオーナーシップとコミュニティ作り〜
1coin
1
220
リーダブルテストコード 〜メンテナンスしやすい テストコードを作成する方法を考える〜 #DevSumi #DevSumiB / Readable test code
nihonbuson
11
7.1k
個人開発から公式機能へ: PlaywrightとRailsをつなげた3年の軌跡
yusukeiwaki
11
3k
運用しているアプリケーションのDBのリプレイスをやってみた
miura55
1
680
関東Kaggler会LT: 人狼コンペとLLM量子化について
nejumi
3
570
次世代KYC活動報告 / 20250219-BizDay17-KYC-nextgen
oidfj
0
240
組織貢献をするフリーランスエンジニアという生き方
n_takehata
1
1.3k
プロセス改善による品質向上事例
tomasagi
2
2.5k
データの品質が低いと何が困るのか
kzykmyzw
6
1.1k
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
8
1.4k
ホワイトボードチャレンジ 説明&実行資料
ichimichi
0
130
Data-centric AI入門第6章:Data-centric AIの実践例
x_ttyszk
1
400
Featured
See All Featured
Embracing the Ebb and Flow
colly
84
4.6k
Code Reviewing Like a Champion
maltzj
521
39k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Speed Design
sergeychernyshev
27
790
Gamification - CAS2011
davidbonilla
80
5.1k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
174
51k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
The Invisible Side of Design
smashingmag
299
50k
Designing Experiences People Love
moore
140
23k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
410
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