# ApexSharp

A collection of open-source tools developed in C# to help C# (or any other . NET programming languages) developers developing applications on Salesforce be more productive.&#x20;

Projects

* [ApexSharp API](https://doc.apexsharp.com/readme/apexsharp-salesforce-c-api): An intelligent .NET (C#, F#, VB) wrapper for Salesforce Rest API
* [ApexSharp Functions](https://doc.apexsharp.com/readme/apexsharp-functions): C# (Microsoft . NET) Server Side SDK for Salesforce Functions
* [Salesforce Functions API Specification](https://doc.apexsharp.com/readme/salesforce-functions-api): Specification to all anyone to develop **a** server-side SDK for Salesforce function in **any** programming language hosted in **any** cloud provider.
* ApexSharp Apex Parser:&#x20;
* ApexSharp CovertToApex: Convert C# to Apex
* ApexSharp ConvertToCSharp: Conver Apex code to C#
  * ApexSharp ApexLib: This provides 1-1 mapping between Apex class signatures and C# to allow Apex code to be developed on a local C# dev IDE.&#x20;
* ApexSharp Api: C# Client for Salesforce Metadata and Tooling API

Demo Projects: Demos created using multiple open-source products in the C# ecosystem, including ours, demonstrate different use cases for Salesforce developers familiar with C#.

* ApexSharp.GPU: Using C# and GPU
* ApexSharp.gRPC: Connecting to Salesforce using Pub / Sub
* ApexSharp.ApexParser.Examples: Multiple demos showing how the ApexParser project can be used.&#x20;

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.apexsharp.com/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
