{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "hashtable",
  "home_page_url": "https://evotec.xyz/es/tags/hashtable",
  "feed_url": "https://evotec.xyz/es/tags/hashtable/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/unlocking-powershell-magic-different-approach-to-creating-empty-pscustomobjects",
      "url": "https://evotec.xyz/es/blog/unlocking-powershell-magic-different-approach-to-creating-empty-pscustomobjects",
      "title": "Unlocking PowerShell Magic: Different Approach to Creating \u2018Empty\u2019 PSCustomObjects",
      "summary": "Today I saw an article from Christian Ritter, \u201CPowerShell: Creating an \u201Cempty\u201D PSCustomObject\u201D on X that got me curious. Do people create empty objects like Christian proposes? I want to offer an alternative to Christian\u2019s article, which uses OrderedDictionary and converts to PSCustomObject.",
      "date_published": "2023-08-10T09:27:32.0000000Z",
      "tags": [
        "conversion",
        "hashtable",
        "ordereddictionary",
        "powershell",
        "pscustomobject"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/how-i-didnt-know-how-powerful-and-fast-hashtables-are",
      "url": "https://evotec.xyz/es/blog/how-i-didnt-know-how-powerful-and-fast-hashtables-are",
      "title": "How I didn\u2019t know how powerful and fast hashtables are",
      "summary": "I\u2019ve been using PowerShell for a long while now using Hashtables, OrderedDictionary, and other types of data types in PowerShell, but I never paid attention to how powerful those are. And I don\u2019t mean your general knowledge about hashtables that is already covered by Kevin Marquette in his article Everything you wanted to know about Hashtables or my article PowerShell \u2013 Few tricks about HashTables and Arrays I wish I knew when I started. Let\u2019s find out, how Powerful they are, shall we?",
      "date_published": "2019-05-19T09:49:26.0000000Z",
      "tags": [
        "active directory",
        "hashtable",
        "learn",
        "powershell",
        "speed"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/powershell-few-tricks-about-hashtable-and-array-i-wish-i-knew-when-i-started",
      "url": "https://evotec.xyz/es/blog/powershell-few-tricks-about-hashtable-and-array-i-wish-i-knew-when-i-started",
      "title": "PowerShell \u2013 Few tricks about HashTables and Arrays I wish I knew when I started",
      "summary": "I\u2019ve been working with PowerShell for a while now and like with most things I do I\u2019ve learned it by doing and not by reading. I had a job to do, and since I don\u2019t like doing things over and over, I thought it\u2019s time to learn and do it in PowerShell. Problem with that approach is that you take bits and pieces from PowerShell scripts online that sometimes do the job but not necessarily pay attention to details. And it\u2019s fine. I\u2019ve learned a lot from reading someone else\u2019s work, and I learn something new every day. Hopefully, it will be useful to you to some extent.",
      "date_published": "2019-02-18T15:52:59.0000000Z",
      "tags": [
        "array",
        "arraylist",
        "genericlist",
        "hashtable",
        "powershell",
        "tricks"
      ]
    }
  ]
}