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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Which one is fast ,If DataSet store in Session or HashTable or Data Dictionary

Which one is fast ,If DataSet store in Session or HashTable or Data Dictionary

Scheduled Pinned Locked Moved ASP.NET
3 Posts 3 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.
  • I Offline
    I Offline
    indiaone
    wrote on last edited by
    #1

    HI, Which one is fast ,If DataSet store in Session or HashTable or Data Dictionary Thanks

    F W 2 Replies Last reply
    0
    • I indiaone

      HI, Which one is fast ,If DataSet store in Session or HashTable or Data Dictionary Thanks

      F Offline
      F Offline
      Fred_Smith
      wrote on last edited by
      #2

      I wouldn't advise any - sessionstate shouod only be used to store SMALL amounts on information, such as user ID and maybe their name, or flags to indicate user-preferences on your site. If you start storing datasets and the like in there, you will seriously limit the scalability of your application.

      1 Reply Last reply
      0
      • I indiaone

        HI, Which one is fast ,If DataSet store in Session or HashTable or Data Dictionary Thanks

        W Offline
        W Offline
        wk633
        wrote on last edited by
        #3

        Huh? I can't figure out what your question is. I can tell you that 'Session' is a place you can store an Object. DataSet, HashTable and DataDictionary are all data structures that could be stored in Session.

        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