Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good Morning guys,

i would like to ask about cache if i want to create an offline asp.net application is there any sample of it?
because i need to create for senario when there is a moment is offline status.
Thanks...

What I have tried:

I have tried for aSQLite for in case in mobile using to retrieve data as well...
Posted
Updated 7-Oct-20 21:04pm

1 solution

Sounds like you are looking for something like: Build an HTML5 Offline Application with Application Cache, Web Storage and ASP.NET MVC[^]

Quote:
The example in this article uses the Application Cache and Web Storage APIs together to build an application that works offline to store user information and automatically synchronize with the server when available.
 
Share this answer
 
Comments
Jing Suan 8-Oct-20 20:30pm    
Hi,

Thank For info,

BTW as below Cache Manifest i'm still confuse
is there any suitable way that to define with cache can be copy/ download? And is below method suitable for asp.net with vb code?

CACHE MANIFEST
# version 1

CACHE:
/home.htm
/contact.htm
/images/logo.png
/styles/global.css
/script.js

FALLBACK:
/events.aspx /events.htm

NETWORK:
/customer/list

Best Regard.

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