Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Data chacing...

Data chacing...

Scheduled Pinned Locked Moved C#
csharpdatabasesql-serversysadminsales
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ayuba asia
    wrote on last edited by
    #1

    i am developing a financial system using c sharp i have 1 master class that open all the master table required by all the form and store it in 1 static dataset that can be access from anywhere in the sytem.. but i want to change to have make it something like caching system where if the data required is not in the master class then i will get it from server.. the tricky part is that i want clear unwanted resource so i want to have to checking like if the dataset/datatable is not used in a certain timeframe let say 15 mins the i want to close the file any idea on how implement this idea.. sample MasterFile [Customer] when i do invoice transaction i will open the customer if the customer is not open at the master class and after i close the invoice screen the customer data still remain there for a cretain perriod of time.. so any form after that need to access the customer file dont have to fetch data from sql server again.. if not use in 30 mins it will closed... thanks

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups