SalesforceMagic 0.2.3.8

.NET Framework 4.5
dotnet add package SalesforceMagic --version 0.2.3.8
NuGet\Install-Package SalesforceMagic -Version 0.2.3.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SalesforceMagic" Version="0.2.3.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SalesforceMagic --version 0.2.3.8
#r "nuget: SalesforceMagic, 0.2.3.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SalesforceMagic as a Cake Addin
#addin nuget:?package=SalesforceMagic&version=0.2.3.8

// Install SalesforceMagic as a Cake Tool
#tool nuget:?package=SalesforceMagic&version=0.2.3.8

A simple, solid, and small library that encompasses and provides access to the SOAP and Bulk API's for Salesforce.

- Dynamic SOQL/SOSL 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 (Can also auth using OAuth 2 access token).
- SOAP Query/Search based on generic types.
- SOAP Retrieve, Insert, Upsert, Update, and Delete based on generic types.
- Re-implementable storage for reusing session details.

More Details: https://clamidity.github.io/SalesforceMagic/

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SalesforceMagic:

Package Downloads
SCVO.ElasticForce

A neat way of keeping an ElasticSearch index of your Salesforce objects and easily searching them from an MVC project.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.3.8 50,306 12/9/2015
0.2.3.7 2,582 5/14/2015
0.2.3.6 3,297 4/28/2015
0.2.3.5 1,047 4/10/2015
0.2.3.4 1,033 4/9/2015
0.2.3.3 939 4/9/2015
0.2.3.2 944 4/8/2015
0.2.3.1 944 4/7/2015
0.2.3 1,213 3/13/2015
0.2.2.9 1,106 3/6/2015
0.2.2.8 1,148 3/4/2015
0.2.2.7 1,068 3/3/2015
0.2.2.6 1,746 3/1/2015
0.2.2.5 1,771 2/27/2015
0.2.2.4 1,202 2/2/2015
0.2.2.3 1,172 2/2/2015
0.2.2.2 1,527 1/5/2015
0.2.2.1 1,255 1/5/2015
0.2.2 1,534 1/5/2015
0.2.1 1,802 11/19/2014
0.2.0.5 1,385 11/18/2014
0.2.0.4 1,305 11/18/2014
0.2.0.3 1,248 8/14/2014
0.2.0.2 1,143 8/13/2014
0.2.0.1 1,142 8/13/2014
0.2.0 1,333 6/13/2014
0.1.8 1,149 6/12/2014
0.1.5 1,176 5/7/2014
0.1.4 1,122 5/7/2014
0.1.3 1,149 5/7/2014
0.1.2 1,160 5/7/2014
0.0.2.1 1,200 4/25/2014
0.0.1.12 1,228 4/21/2014

fixed conversion of empty string to double