{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "c#",
  "home_page_url": "https://evotec.xyz/es/tags/c",
  "feed_url": "https://evotec.xyz/es/tags/c/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/officeimo-free-cross-platform-microsoft-word-net-library",
      "url": "https://evotec.xyz/es/blog/officeimo-free-cross-platform-microsoft-word-net-library",
      "title": "OfficeIMO \u2013 Free cross-platform Microsoft Word .NET library",
      "summary": "I\u2019ve created a cross-platform (Windows, Linux, macOS) Word library based on Open XML SDK that heavily simplifies creating and modifying Word documents. Open XML SDK, while excellent, requires you to do a lot of work to make even simple documents. For example, if you want to use Table styles, you need first to define those styles, put them in a specific place, and assign them to a table. The same goes for lists, images, hyperlinks, bookmarks, and many other Microsoft Word types. Creating sections, managing headers, and footers \u2013 all that is possible using Open XML SDK, but it\u2019s far from easy. At least for a noob like me. You have to know the order to put them into the document; you must know the places and track IDs to all the elements. And trust me \u2013 it\u2019s not fun.",
      "date_published": "2022-06-12T16:14:01.0000000Z",
      "tags": [
        "c#",
        "csharp",
        "docx",
        "microsoft office",
        "Office 365",
        "officeimo",
        "Windows",
        "word"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/difference-between-gettempfilename-and-getrandomfilename-that-got-my-ass-kicked",
      "url": "https://evotec.xyz/es/blog/difference-between-gettempfilename-and-getrandomfilename-that-got-my-ass-kicked",
      "title": "Difference between GetTempFileName() and GetRandomFileName() that got my ass kicked",
      "summary": "Today\u2019s story is about me making assumptions on how things work based on the method\u2019s name. As the blog post says, I want to focus on two similar methods \u2013 GetTempFileName() and GetRandomFileName(), when using PowerShell. Still, since those methods are .NET based, it applies to a whole range of other languages \u2013 C#, F#, VisualBasic, and all others that I\u2019ve never used.",
      "date_published": "2022-01-24T18:51:13.0000000Z",
      "tags": [
        ".net",
        "c#",
        "powershell",
        "Windows"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-add-nested-lists-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-add-nested-lists-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Add nested lists to Microsoft Word document programmatically",
      "summary": "If you had one of those days looking for solution on how to easily add a nested list to Microsoft\u2026",
      "date_published": "2016-05-26T19:54:45.0000000Z",
      "tags": [
        "c#",
        "csharp",
        "docx",
        "microsoft word",
        "visual studio",
        "visual studio 2013",
        "visual studio 2015"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-add-horizontal-lines-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-add-horizontal-lines-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Add horizontal lines to Microsoft Word document programmatically",
      "summary": "Following code is an example on how to add horizontal lines to Microsoft Word document by using DocX package programmatically\u2026",
      "date_published": "2016-05-26T11:49:00.0000000Z",
      "tags": [
        "c sharp",
        "c#",
        "csharp",
        "docx",
        "microsoft word",
        "microsoft word 2013",
        "microsoft word 2016",
        "visual studio",
        "visual studio 2013",
        "visual studio 2016"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-add-image-to-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-add-image-to-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Add image to Microsoft Word document programmatically",
      "summary": "Following code is an example on how to add picture to Microsoft Word document using C# without needing to have Microsoft\u2026",
      "date_published": "2016-03-05T11:07:18.0000000Z",
      "tags": [
        "c sharp",
        "c#",
        "docx",
        "microsoft visual studio 2013",
        "microsoft visual studio 2015",
        "microsoft word",
        "microsoft word 2010",
        "microsoft word 2013",
        "microsoft word 2016",
        "visual studio"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-password-protect-microsoft-word-document-programmatically",
      "url": "https://evotec.xyz/es/blog/docx-password-protect-microsoft-word-document-programmatically",
      "title": "DocX \u2013 Password protect Microsoft Word document programmatically",
      "summary": "Following code is an example on how to add protection to Microsoft Word document using C# without needing to have\u2026",
      "date_published": "2015-11-20T12:13:14.0000000Z",
      "tags": [
        "c sharp",
        "c#",
        "csharp",
        "docx",
        "microsoft word",
        "microsoft word 2013",
        "password protected",
        "visual studio",
        "visual studio 2013",
        "visual studio 2015"
      ]
    },
    {
      "id": "https://evotec.xyz/es/blog/docx-a-short-tutorial-for-beginners-helloworld",
      "url": "https://evotec.xyz/es/blog/docx-a-short-tutorial-for-beginners-helloworld",
      "title": "DocX \u2013 A short tutorial for beginners HelloWorld()",
      "summary": "Beginning your coding story with DocX is very easy and intuitive even for beginners. Below you can find a quick overview\u2026",
      "date_published": "2015-10-03T21:58:50.0000000Z",
      "tags": [
        "c#",
        "docx",
        "helloworld",
        "microsoft word",
        "microsoft word 2013",
        "tutorial",
        "word"
      ]
    }
  ]
}