Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
VB
Context: I have a web forms application using the Entity Framework to store objects in the SQL Server Express LocalDB. To work offline on a mobile client´s browser, i use a manifest file and need to synchronize the stored data.

Approach: I could use the local storage of a mobile browser, avoid creating a mobile app and thus could stay platform independent.

Question: How could i achieve to synchronize and map the stored data of the SQL Server with the local storage easily? Is there maybe another approach?

I´d appreciate your input.
Posted

1 solution

I recommend you play around with Web API, that's really the easiest thing in Microsoft world

http://channel9.msdn.com/Events/aspConf/aspConf/Introduction-to-the-ASP-NET-Web-API[^]

It would be a bit like lerning to fish as opposed to just getting one ... you shouldn't opt for a quick solution imho, but if you'd known this before starting ... it's also the fastest way :)
 
Share this answer
 
Comments
tvelop 8-Jul-14 4:17am    
Okay i'll check it!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900