views:

123

answers:

0

I have an application in asp.net MVC (C#), which has some basic user registration to maintain their contacts and also some other information of the users in various tables.

I need to implement Google gears to my asp.net mvc website using google gears' database API to make the website work offline and also faster.

Is there any good reference or samples to have a catch on how to implement the Database API google gears?