Coding in c#

Can you code in c# what you are doing in UIPATH Studio? I want to know if I can code all that UIPATH Studio does in C#, I am an developer and what I want is not to drag and drop activities, but to wrote them, and make them dynamic.

You can write code in the language of UiPath which is VB.Net using an invoke code activity. I don’t think you can write anything in C#.

You can create custom activities in C# which can be deployed as nuget packages and referenced inside of UiPath. The Invoke Code activity currently only accepts VB.Net I believe but this should only be used for smaller snippets of code IMO anyway. The correct way for deploying custom activities is to create your own packages.