SalesforceMagic 0.2.3.8

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 Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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 60,362 12/9/2015
0.2.3.7 3,114 5/14/2015
0.2.3.6 3,900 4/28/2015
0.2.3.5 1,600 4/10/2015
0.2.3.4 1,573 4/9/2015
0.2.3.3 1,491 4/9/2015
0.2.3.2 1,489 4/8/2015
0.2.3.1 1,507 4/7/2015
0.2.3 1,791 3/13/2015
0.2.2.9 1,654 3/6/2015
0.2.2.8 1,744 3/4/2015
0.2.2.7 1,637 3/3/2015
0.2.2.6 2,336 3/1/2015
0.2.2.5 2,323 2/27/2015
0.2.2.4 1,769 2/2/2015
0.2.2.3 1,775 2/2/2015
0.2.2.2 2,119 1/5/2015
0.2.2.1 1,837 1/5/2015
0.2.2 2,113 1/5/2015
0.2.1 2,390 11/19/2014
0.2.0.5 1,925 11/18/2014
0.2.0.4 1,910 11/18/2014
0.2.0.3 1,804 8/14/2014
0.2.0.2 1,716 8/13/2014
0.2.0.1 1,689 8/13/2014
0.2.0 1,936 6/13/2014
0.1.8 1,740 6/12/2014
0.1.5 1,742 5/7/2014
0.1.4 1,728 5/7/2014
0.1.3 1,746 5/7/2014
0.1.2 1,779 5/7/2014
0.0.2.1 1,813 4/25/2014
0.0.1.12 1,794 4/21/2014

fixed conversion of empty string to double