# Blog

### [Radial progress with CSS - Implementing a CSS-only radial progress animation](/content/de/blog/radial-progress-css-animation/index.html)

11. April 2023

von [Sebastian Greifeneder](/content/de/blog/autor/e417ff36-4933-45ce-96f9-5e6056ab658d/index.html)

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](/content/de/blog/load-testing-put-endpoints-with-apache-jmeter/index.html)

2. Januar 2023

von [Christopher Dresel](/content/de/blog/autor/0152e82d-a848-44f8-b0b8-fd8aec4b874a/index.html)

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](/content/de/blog/iso-tc-211-plenary-vienna/index.html)

15. Mai 2022

von [Sebastian Greifeneder](/content/de/blog/autor/e417ff36-4933-45ce-96f9-5e6056ab658d/index.html)

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](/content/de/blog/removing-infrastructure-information-from-domain-code-5/index.html)

29. Juli 2021

von [Christopher Dresel](/content/de/blog/autor/0152e82d-a848-44f8-b0b8-fd8aec4b874a/index.html)

Keep navigation properties of type IReadOnlyCollection<T> small and simple with SpatialFocus.EFLazyLoading.Fody.

### [Removing infrastructure information from domain code - Part 4 - Always ensure tracked entities for navigation properties operations](/content/de/blog/removing-infrastructure-information-from-domain-code-4/index.html)

13. April 2021

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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](/content/de/blog/removing-infrastructure-information-from-domain-code-3/index.html)

8. April 2021

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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](/content/de/blog/removing-infrastructure-information-from-domain-code-2/index.html)

2. April 2021

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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](/content/de/blog/removing-infrastructure-information-from-domain-code-1/index.html)

10. März 2021

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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](/content/de/blog/working-with-file-geodatabase-in-csharp-3/index.html)

18. Oktober 2020

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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](/content/de/blog/bringing-net-extensions-to-xamarin-forms/index.html)

27. September 2020

von [Christopher Dresel](/content/de/blog/autor/0152e82d-a848-44f8-b0b8-fd8aec4b874a/index.html)

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](/content/de/blog/working-with-file-geodatabase-in-csharp-2/index.html)

27. August 2020

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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](/content/de/blog/working-with-file-geodatabase-in-csharp-1/index.html)

4. August 2020

von [Christoph Perger](/content/de/blog/autor/247edfce-2ecf-40b8-87e1-58e549d0c243/index.html)

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.
