Legion Developers

Sharing Knowledge

programming

Connect Salesforce Pub/Sub API with .NET

Hi guys, I want to share how to connect Salesforce Pub/Sub API with .NET. I was recently working on an integration project where I needed to integrate C# with Salesforce’s pub/sub API, so to solve this requirement I did some research and finally managed to finish the task. What is Salesforce Pub/Sub API: Pub/Sub API […]

Execute ef-core migrations with different settings

Hi guys, now I want to share how to execute ef-core migrations with different appsettings.json files, to change the string connection to execute migrations according to the environment. Supposing that you have different string connections for each environment that you have, for example: development, staging, production; you could have three appsettings. appsettings.development.json appsettings.staging.json appsettings.production.json If […]

Scroll to top