{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "csharp",
  "home_page_url": "https://evotec.xyz/es/tags/csharp",
  "feed_url": "https://evotec.xyz/es/tags/csharp/index.feed.json",
  "description": "Evotec Main Website",
  "items": [
    {
      "id": "https://evotec.xyz/es/blog/supercharging-your-network-diagnostics-with-globalping-for-net",
      "url": "https://evotec.xyz/es/blog/supercharging-your-network-diagnostics-with-globalping-for-net",
      "title": "Supercharging Your Network Diagnostics with Globalping for NET",
      "summary": "Ever wondered how to run network diagnostics like Ping, Traceroute, or DNS queries from probes scattered across the globe? Enter Globalping.NET, a powerful library that makes it effortless to interact with the Globalping API using C#. Whether you\u2019re debugging latency issues or exploring packet routes, this library has you covered.",
      "date_published": "2025-06-15T19:52:52.0000000Z",
      "tags": [
        ".NET Products",
        "csharp",
        "globalping",
        "library"
      ]
    },
    {
      "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/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-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"
      ]
    }
  ]
}