5d4f4e6c68 | ||
---|---|---|
src | ||
.gitignore | ||
LICENSE | ||
README.md |
README.md
Create Custom Objects Using the Force.com SOAP API with .NET
Interact with the Force.com SOAP and Metadata APIs using SOAP and .NET without proxy classes.
Getting Started
After you clone the repository make the following updates:
- In
Program.cs
update theuserName
. You may want to add your security token. - In
Program.cs
update thepassword
. - In
Program.cs
update theorgId
.
Build, run, and enjoy!