SalesforceMagic

Easy access to various Salesforce APIs.

View project on GitHub

Salesforce Magic

While dealing with Salesforce I realized that there aren't any decent libraries that can communicate using the various APIs. This library is intended to be a simple, solid, and small library that encompasses and provides access to the SOAP, REST and Bulk API's for Salesforce. The magic lies in the library's ability to dynamically generate SOQL queries based on generic types and also the dynamic generation of the SOAP wsdl. You will never have to replace or update a wsdl again.

Installation

Nuget => PM> Install-Package SalesforceMagic

Documentation

Currently Implemented Features

  • Dynamic SOQL query generation based on generic type interpretation
  • Expression and predicate visitation allowing users to create both simple and complicated where conditions using powerful lambda expressions.
  • SOAP Login and Session ID Retrieval
  • SOAP Query based on generic types.
  • Re-implementable storage for reusing session details.