How to create Local Data Caching in c# WinApps?
        Posted  
        
            by kurt_jackson19
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kurt_jackson19
        
        
        
        Published on 2010-05-13T08:13:12Z
        Indexed on 
            2010/05/13
            8:24 UTC
        
        
        Read the original article
        Hit count: 146
        
Anyone can give me an example on how to create local data caching? Like for example I query 10 millions records from my DB and I want to store it in my local so that I would not encounter performance problem next time when I want to reload the data. Thank you so much.
© Stack Overflow or respective owner