Apply .NET Skills to Salesforce

Go to class
Write Review

Free Online Course: Apply .NET Skills to Salesforce provided by Trailhead is a comprehensive online course, which lasts for 3-4 hours worth of material. The course is taught in English and is free of charge.

Overview
  • Use your existing .NET skills as a foundation to learning Salesforce Platform fundamentals.

    • Take what you know about SQL and apply that to SOQL, SOSL, and DML in Apex.
    • Apply your SQL skills to write SOQL queries and display the results in Salesforce.
    • Discover the basics of Apex and its similarities to programming with .NET.

Syllabus
    • Database & .NET Basics
      • Move from SQL to SOQL
      • Write SOSL Queries
      • Write Efficient Queries
      • Modify Records with DML
    • Transform SQL Queries to SOQL Queries in a Lightning App
      • Set Up Your Trailhead Playground
      • Write Your First SOQL Query
      • Display Books with Their Authors
      • Get Book Ratings
      • Get Books with Missing Author Data
      • Add Author Data to Your Book Ratings Component
    • Apex & .NET Basics
      • Map .NET Concepts to the Lightning Platform
      • Understand Execution Context
      • Use Asynchronous Apex
      • Debug and Run Diagnostics