We use the application we have been building in this series to create a new Account in our Salesforce org.
We use the application we have been building in this series to update an Account in our Salesforce org using the id.
We use the application we built in part 1 to query an Account from our Salesforce org and return the id.
I walk the reader through setting up their Salesforce org and C# .NET application to successfully authenticate and login using the Salesforce REST API.
How I'm keeping my sanity and productivity as I get used to working from home during our world's pandemic.
In this post I'm sharing a fun little project I built to save some time in D&D when determining HP as my characters level up.
Resolving object-specific actions not showing up on Lightning Pages after creation, when Chatter/Feed Tracking is enabled.
A tutorial that teaches the reader how to replace their URL hack buttons with Salesforce Actions.
A brief re-introduction of myself
Salesforce fields can be updated with a simple click of a button! I walk the reader through the steps of implementing a button-click field update.
Hello! I'm looking for a few great books to improve my skills at Software Project Management....
Details of the strategies I have used to pay down a significant portion of debt from my degree program in the last year and a half.
I found an interesting article while browsing HackerNews regarding the downfalls of Object-Oriented Programming and wanted to discuss it with the community.
A brief story about my experiences while my manager was away on vacation for a work week.
My workplace uses a large number of stored procedures and views in our data management and as a...
Web scraping is a skill that can come in handy in a number of situations, mainly when you need to get...
I was browsing a fellow member's Dev.to profile and saw they had several of their articles pinned to...
I go into several reasons why everyone should be regularly signing in and updating their LinkedIn account.
A review of "Managing Humans: Biting and Humorous Tales of a Software Engineering Manager" by Michael Lopp.
I share an update on how my goals are going since the start of the year and hope to help keep myself and everyone else accountable so we have a strong second half of the year ahead of us!
How to resolve the common Salesforce SoapException "Login_MUST_USE_SECURITY_TOKEN" without resetting your Salesforce Security Token
My manager and I were having a discussion about this yesterday and I wanted to bring it up to a...
Do you consider yourself to be a Software Developer? A Software Engineer? Something else? I dive into the controversy that's been going on with the title "Software Engineer" and give my own take on it.
What are habits, how can we build good ones, and how can we the bad ones?
An opinion & discussion piece discussing the concept of job titles and potential self-imposed limitations.
I go into the details of a bug with Entity Framework that I had to tackle last week to get a SQL Stored Procedure working correctly.
Hello everyone! I took a couple of days off work to celebrate another year safely around the sun...
Salesforce has a number of different field types that can be modified programmatically and I wanted to share my discovery on how to make changes to any non-text/number fields (what I call "special" fields).
What makes a good name for methods and variables and why is it important to spend time getting them right?
This week I teach the reader how to create new records for their Salesforce objects using an external C# application, such as a WCF Web Service