hello.
I would really appreciate your help, I made an extension with a database in Azure and everything works fine, I can change, save and etc. But I noticed that in the integration you can already do actions...
Soon then comes the doubt, how can I do the actions to save in the Bank in the integration studio? and well, I know that I need to use .Net, but I don't have much knowledge in C#, if anyone can indicate a video, article so that I can help me build these actions!
Ps.:I'm using Azure as an external database, and Azure data studio to model the tables
Thank you very much for your attention.
Hi Luis,
You are right, using .NET we can build extensions in integration studio which includes writing actions in C# code. Here I am sharing a link how to create action using Integration Studio and Visual Studio(IDE for .NET development).
https://success.outsystems.com/documentation/11/extensibility_and_integration/extend_logic_with_your_own_code/
Learning.NET and C# is a another area and have another learning path but here I am sharing how you can create basic CRUD operations
https://www.c-sharpcorner.com/article/crud-in-web-api-using-sql-server/
If you want to learn very basic about C# then TutorialPoints should be good start
https://www.tutorialspoint.com/csharp/index.htm
Please right here if you need more details.
Happy Learning
Best of luck
Thank you friend! I will read! and try to implement!