LoginSignup
0
0

More than 3 years have passed since last update.

Salesforce Developer Course Overview

Posted at

Salesforce Developer Course Overview
Course Duration 20 hrs
Training Options
Live Projects

Salesforce Developer Course Curriculum
Basics of programming (for those who never did any coding before)
Basics of programming
Variables
Operators
Expressions
Looping Statement
Controlling Statement
Class
Objects
Functions

Basics of Salesforce programming
Architecture Apex / Force.com
Data Types in Salesforce
Collections
List
Set
Map
Debug process and methodology

Building logic through programming
APEX Class
Triggers in Salesforce
Invoking apex classes from Triggers
Trigger handlers
Trigger Scope
Trigger Types
Trigger Events
Best Practices Triggers
Governor Limits
Understanding Trigger Context Variables in Salesforce
Trigger.New
Trigger.Old
Trigger.New Vs Trigger.Old
Trigger.NewMap Vs Trigger.OldMap

Testing in Salesforce
Understanding Test Classes in Salesforce
Building Test Classes and execution
Code coverage understanding
Annotations
Data Manipulation Language
DML Statements
Insert statement
Update Statement
Delete Statement
Getting data from recycle bin
MVC pattern in Salesforce
Introduction to Visual Force
Enabling VF for your Organization and Execution
Creating First VF page

Testing in Salesforce
Working on UI with Visualforce Pages
Building Page Block Table in VF page
Building Form in VF page
Apex:PageBlockSection and apex :PageBlockSectionItem
Input Components
InputText
InputField
OutputLabel
Controllers
Types of Controllers
Standard Controllers
Custom Controllers
Controller Extension
Rerender
With sharing
Without sharing
VF page with multiple extension class
Best Practices Visualforce
Bulkification
Exceptions

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0