ABP.io + NetTopologySuite = True?

171 Views Asked by At

How to handle spatial data with abp.io framework (SQLServer and EF Core)? Any recommendations?

I guess one can have NetTopologySuite in the Domain project, but it does not feel DDD correct to do so.

Please tell me if you have any experiences with this combination.

1

There are 1 best solutions below

1
Anto Subash On BEST ANSWER

Abp Framework project are just a .Net Project. you can use the NetTopologySuite like you normally use in any other project. if you don't want DDD then just create a single layer project. single layer project removes all the DDD requirements.

Here is the more info about single layer project: https://docs.abp.io/en/abp/latest/Tutorials/Todo/Single-Layer/Index?UI=MVC&DB=EF