Content
EF Core 7 - System.InvalidOperationException
Hi, Can someone please help? I am trying to insert a record with an FK using DBContext. EF Core keeps saying that the Country is already tracked. I am aware that EF Core thinks that I am inserting a new country but that's not my intention. In the below…


Deserialising a Json string throwing error in razor pages.
Hi , I have a jsonresult like shown below "{\r\n "AccessRights": [],\r\n "ADAttributes": [\r\n {\r\n \ "AD": "teenajohn",\r\n \ "ADFull": "",\r\n …


Unable to configure Microsoft Identity Platform while publishing .Net Core 3.1.4 project + VS 2022 + Azure
I have a .net core 3.1 project. The project has a dependency on Microsoft Identity Platform and SQL Server. While publishing the project to Azure. I am not able to configure the Microsoft Identity Platform. It gives below Error window. I am…
Entity Framework Core Custom Enum Key Dictionary Converter implementation
I made an SDK that uses Cosmos DB via EF Core. I created a Service by accessing Cosmos DB from the SDK, I used this Service in Isolate Azure Timer Trigger. Then the following error occurred. The Property {property} is a collection or…
How to run console application in Background
Hello, I have created one console application in .Net core 3.1 which is running fine on Linux. But I have a new requirement that once I ran my app which should not block the terminal window. Currently it is blocking the terminal window as my app is…


Spatial data operations
Hello, I have to migrate some routines written in VBNET in WPF environment on AZURE (webapi net core). In these routines spatial operations such as union, intersection, etc. take place. here is an example: Private Sub example(ByVal sender…

