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. General Programming
  3. Design and Architecture
  4. Using DataTables against arrays

Using DataTables against arrays

Scheduled Pinned Locked Moved Design and Architecture
csharpdata-structuresquestion
3 Posts 2 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.
  • J Offline
    J Offline
    JayKhatri
    wrote on last edited by
    #1

    Hi, I have again here in this section just to have experts comments over my thought: My project is in VB.Net. I was using arrays in vb6 when I was coding, but since when I used VB.Net, I merely use array and almost replaced Datatables wit that. I store several things and results in datatable. My question is should I continue using datatable instead of arrays as it gives me great extension and flexibility. Is it a gud idea. Thanks in advance. Jay Khatri

    L 1 Reply Last reply
    0
    • J JayKhatri

      Hi, I have again here in this section just to have experts comments over my thought: My project is in VB.Net. I was using arrays in vb6 when I was coding, but since when I used VB.Net, I merely use array and almost replaced Datatables wit that. I store several things and results in datatable. My question is should I continue using datatable instead of arrays as it gives me great extension and flexibility. Is it a gud idea. Thanks in advance. Jay Khatri

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      JayKhatri wrote:

      My question is should I continue using datatable instead of arrays as it gives me great extension and flexibility. Is it a gud idea.

      Yes/no. As stated, it does offer you some advantages over arrays. If it speeds up the development-proces without impacting the performance too much, go for it. It does cost a bit more resources, but most PC's have (often more than) a GB of memory. I'd recommend using a Generic.List though, as they combine the best of both worlds :)

      I are Troll :suss:

      J 1 Reply Last reply
      0
      • L Lost User

        JayKhatri wrote:

        My question is should I continue using datatable instead of arrays as it gives me great extension and flexibility. Is it a gud idea.

        Yes/no. As stated, it does offer you some advantages over arrays. If it speeds up the development-proces without impacting the performance too much, go for it. It does cost a bit more resources, but most PC's have (often more than) a GB of memory. I'd recommend using a Generic.List though, as they combine the best of both worlds :)

        I are Troll :suss:

        J Offline
        J Offline
        JayKhatri
        wrote on last edited by
        #3

        Then I will study Generic.list first. Thanks for your reply.

        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