Beiträge zum Thema 'C#'

3. Januar 2023Christopher Dreselvon Christopher Dresel

Load testing PUT endpointsWith Apache JMeter and minimal APIs

Load testing PUT endpoints with Apache JMeter using ASP.NET Core minimal APIs as an example.

Mehr erfahren
19. Oktober 2020Christoph Pergervon Christoph Perger

Working with File Geodatabase using GDAL/OGR in C# - Part 3

The third part of this blog series is going into more detail and will show a couple of real life examples how to extract data from a File Geodatabase using data sampling strategies of different complexities.

Mehr erfahren
28. September 2020Christopher Dreselvon Christopher Dresel

Bringing .NET extensions to Xamarin.Forms

This blog post will show you a way of integrating configuration, dependency injection, logging and localization of the .NET extensions stack into your Xamarin.Forms application.

Mehr erfahren
28. August 2020Christoph Pergervon Christoph Perger

Working with File Geodatabase using GDAL/OGR in C# - Part 2

The second part of this blog series is looking into reading the actual data within a File Geodatabase. We will explore how to access both the attribute as well as the spatial data of a vector layer and build some indexes, that will be used later.

Mehr erfahren