DURASI
4 hari
DESKRIPSI
Materi ini merupakan materi dasar untuk para pengembang yang akan membuat aplikasi berbasis .NET Framework dan bahasa VB. Materi pelatihan ini meliputi konsep .NET, jenis-jenis aplikasi .NET, struktur program VB, penanganan error, hingga Object Oriented Programming (OOP).
TUJUAN
Diharapkan setelah mengikuti training ini peserta sudah memiliki dasar yang cukup untuk melanjutkan ke materi yang lebih kompleks seperti pengembangan aplikasi desktop, web, ataupun mobile berbasis .NET.
MATERI
Introduction to VB
- ? Introduction Setup
- ? What is .NET?
- ? What is the CLR?
- ? What is the FCL?
- ? What is VB?
- ? Hello, World!
- ? The Compiler
- ? Hello, Visual Studio
- ? Editing VB
- ? Debugging VB
- ? Types
Classes and Objects in VB
- ? Introduction
- ? Class Definitions
- ? Classes and Objects
- ? Constructors
- ? Objects and Variables
- ? Reference Types
- ? OOP
- ? Encapsulation
- ? Access Modifiers
- ? Statics
- ? Computation
Types
- ? Introduction
- ? Reference Types
- ? Value Types
- ? Method Parameters
- ? Structs and Enums
- ? Immutability
- ? Array
Members: Methods, Events, and Properties
- ? Introduction
- ? Methods
- ? Fields and Properties
- ? Delegates
- ? Event
Flow Control
- ? Introduction
- ? Branching
- ? Switching
- ? Looping
- ? Jumping
- ? Exceptions
- ? Common Exceptions
- ? Try and Catch
- ? Try, Finally, Using
- ? Custom Exceptions
Object Oriented Programming
- ? Introduction
- ? Pillars of OOP
- ? Inheritance
- ? Polymorphism
- ? Abstract Classes
- ? Interfaces
- ? Common Interfaces