Tag: .net core

  • Wie ich mit C# und VS Code mit der Entwicklung beginne

    Wie ich mit C# und VS Code mit der Entwicklung beginne

    Die Programmiersprache C# und der Code-Editor VS Code sind eine beliebte Kombination für die Entwicklung von Anwendungen. In diesem Blog-Beitrag werde ich Ihnen zeigen, wie ich mit C# und VS Code starte und Ihnen einige nützliche Tipps geben.

  • Tutorial about dinktopdf .NET Core example in C#

    Tutorial about dinktopdf .NET Core example in C#

    Are you looking for a reliable way to generate PDF documents in your .NET Core application using C#? Look no further! In this tutorial, we will explore the dinktopdf library and walk you through a step-by-step example of how to use it to generate PDFs.

  • How I Start Developing with C# and VS Code

    How I Start Developing with C# and VS Code

    If you’re looking to dive into the world of C# development and prefer using VS Code as your IDE, you’ve come to the right place. In this blog post, I’ll walk you through the steps I took to get started with C# development using Visual Studio Code.

  • C# Base64 decode and encode

    C# Base64 decode and encode

    Here is an quick example how to encode/decode a string to base64. This example works already on .net core 2.0 or above.

  • .Net Core PDF Library from HTML (DinkToPdf)

    .Net Core PDF Library from HTML (DinkToPdf)

    If you need an PDF library, wich converts an HTML document to a PDF you need a library. There are a lot of libraries on the market, but only a few wich are free and open source. In my projects i used the DinkToPdf library, wich is a wrapper for the webkit engine (the chrome […]