Archive for February, 2012


There is lot stuff available online about core data, but I didn’t find any coming state to point. In this post I will write basic operation that we intend to do on any database, they are 1)Insert data 2)Fetch data 3)Update data 4)Delete data View full article »

In this tutorial we will add Core data to Single View Application Project.

General question when comes to mind when Core data is heard is it new database or alternative to sqlite?

Core data is not a database nor it is alternative to sqlite, its simply a framework provided apple which eases interaction with the database. 

Data in database is interacted using high level of Objects.

It removes underlying SQL usage  by developer from the application.

Lets get started with it : View full article »

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: