I have a database in geodatabase(.gdb) format with several layers inside.
I entered the layers in ArcGIS software to gdb.
Now I want to automatically create the table for data attribute of that layer in the sqlserver database when each layer is uploaded in asp.net core code first.
This layer was done manually by connecting to SQL database and importing layers through ArcGIS software.
But this method is not logical and I want to provide gdb storage conditions through the program and in ASP.NET Core.
I am waiting for your kind guidance