Blog
Radial progress with CSS - Implementing a CSS-only radial progress animation
- April 2023
Creating an animatable version of a progress bar as an overlay which can be utilized on top of any child content.
Load testing PUT endpoints - With Apache JMeter and minimal APIs
- Januar 2023
Load testing PUT endpoints with Apache JMeter using ASP.NET Core minimal APIs as an example.
54th ISO/TC 211 Plenary Vienna - Standard in Action Seminar
- Mai 2022
Presenting our SDI-as-a-Service solution during the 54th ISO/TC 211 Plenary.
Removing infrastructure information from domain code - Part 5 - Dealing with readonly collections
- Juli 2021
Keep navigation properties of type IReadOnlyCollection
Removing infrastructure information from domain code - Part 4 - Always ensure tracked entities for navigation properties operations
- April 2021
von Christoph Perger
Ensure entities are always tracked for navigation properties operations by implementing a custom LazyLoadingIntercepter.
Removing infrastructure information from domain code - Part 3 - Getting rid of the private setters
- April 2021
von Christoph Perger
Eliminating the need of adding private setters to bind read-only properties by using IL weaving and the Fody plugin SpatialFocus.AddSetter.Fody.
Removing infrastructure information from domain code - Part 2 - Getting rid of the empty constructor
- April 2021
von Christoph Perger
Eliminating the need of adding an empty constructor to bind navigation properties by using IL weaving and the Fody plugin EmptyConstructor.Fody.
Removing infrastructure information from domain code - Part 1 - Getting rid of the virtual keyword
- März 2021
von Christoph Perger
Eliminating the need of using the virtual keyword in lazy loaded navigation properties by using IL weaving and the Fody plugin Virtuosity.
Working with File Geodatabase using GDAL/OGR in C# - Part 3
- Oktober 2020
von Christoph Perger
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.
Bringing .NET extensions to Xamarin.Forms
- September 2020
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.
Working with File Geodatabase using GDAL/OGR in C# - Part 2
- August 2020
von Christoph Perger
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.
Working with File Geodatabase using GDAL/OGR in C# - Part 1
- August 2020
von Christoph Perger
The first part of this blog series is providing some background information and lays the basis for working with the ESRI File Geodatabase data format for geospatial data.