function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jay JanarthananJay Janarthanan 

Introducing my open source project, a C# to Salesforce APEX converter ApexSharp.

ApexSharp is C# library that allows you to write Salesforce APEX code in C# and then automatically convert them to APEX code, a . It’s a Transpiler like TypeScript but convert code both ways.

By writing your APEX code in C#, you take advantage of local development plus all the advance tools that C# developers are used to. I find this way of developing is 5 to 10 times more productive then developing APEX code directly on Salesforce.

Take a look at ApexSharp.com and let me know your thougts.  

Jay