The Learn Programming AcademyThe Learn Programming Academy
  • Home
  • Courses
  • Meet The Team
  • Blog
  • About Us
  • Contact
  • Home
  • Courses
  • Meet The Team
  • Blog
  • About Us
  • Contact

Programming Languages

  • Home
  • All courses
  • Programming Languages
  • Windows Presentation Foundation Masterclass

Windows Presentation Foundation Masterclass

Leverage WPF with C# and XAML to build real world skills with Azure, REST, MVVM and Machine Learning

mm
Eduardo Rosas
Programming Languages
(2,391 reviews)
Take this course
1649714_d105-1.jpg
  • Overview
  • Curriculum
  • Instructor
  • Reviews

Do you know a little programming in C# or another language, but are struggling to get an interview, let alone a job?

Maybe you are stuck in a low paying programming job, and want to move up to a better, more senior position.

Perhaps you want to learn a new skill and expand your rèsumè.

Or maybe you want to improve your .NET skills by learning a new and valuable framework.

If one or more of these things describe you, then I’d suggest you give serious consideration to this course.

This course will teach you how to create applications that have a rich user interface, using Microsoft’s Windows Presentation Foundation (WPF).

What is WPF ?

WPF is part of the .NET framework and  provides a consistent programming model for building applications by separating the user interface from business logic.  It uses XAML (an XML based language) and C#.  The runtime libraries are included with all versions of Microsoft Windows since Windows Vista.  It’s heavily supported by Microsoft and is a mature and powerful framework.

Why should you bother to learn it?

Many, perhaps most enterprise level .NET applications are built in WPF because of it’s ability to create loosely coupled apps where the business logic and presentation layer are separated.  This also applies to apps in general that are developed in .NET.  A good portion of Winforms based projects are being upgraded to WPF as well.

WPF developers are in high demand and WPF is fully supported by Microsoft in the latest versions of Visual studio and .NET.  It’s a key part of Microsoft’s strategy moving forward.

What will you learn in this course?

WPF is developed using C# and XAML.  You will learn how to use WPF to build and access powerful REST services (specifically weather information and machine learning in this course).  You will also learn to create your own cloud services, and learn languages and patterns the open up future opportunities in Xamarin as well (iOS, Android and the Universal Windows Platform (UWP).

In addition, in this course you will learn C#, XAML, the MVVM (Model-View-ViewModel) architectural pattern, Azure App and Storage services, and SQLite and more.

Why enrolling in this course is the best decision you can make.

Other courses focus on isolated examples on what you can do with WPF.  Not this course!  This course guides you through the creation of real world applications as you learn more and more about WPF. You will:

  1. Build a calculator as you learn:
    1. C#
    2. XAML
    3. Styles
  2. Build a contacts app as you learn:
    1. SQLite
    2. Using ListViews
    3. Creating Custom Controls
  3. Build a machine learning classifier as you learn:
    1. REST services
    2. Picking images from the computer
  4. Build a weather app as you learn:
    1. The MVVM architectural pattern
    2. More REST
  5. Build a notes app as you learn:
    1. More WPF controls such as toolbar, speech to text, toggle buttons, comboboxes, context menus and rich text format editors
    2. To add Azure App Services for cloud hosted databases
    3. To add Azure Storage Account services for storing files in the cloud
    4. To add Animations

Your instructor, Eduardo Rosas, is a certified Xamarin Mobile Developer who has been building apps with C# and XAML since 2012.

This means you are learning from someone who has all the professional training, skills, and experience you need to teach you how to become proficient with WPF in the fastest possible way.  But all the while being taught the right way to program.

If you are ready to get that first paid programming job, or to move up to a more senior programming position, then this course is for you!

After completing this course, you will have the necessary skills to be able to use create your own WPF desktop apps giving you increase career opportunities.

The sooner you sign up for this course, the sooner you will have the skills and knowledge you need to increase your job or consulting opportunities.    Your new job or consulting opportunity awaits!

Why not get started today?

Click the Signup button to sign up for the course!

Requirements

  • Some previous programming experience in C# or a similar language like Java is recommended, but not essential
  • Access to a computer running Windows (previously Windows 10, but Windows 7 or 8 is ok as well).
  • If not running Windows natively, a Virtual machine running Windows is required.

What you will learn

  • Be able to build desktop apps that leverage WPF
  • Be able to create your own cloud services
  • Learn languages and patterns that open up opportunities to create iOS, Android and UWP applications using Xamarin
  • Learn to better structure your code for easier maintenance, better code reuse, and greater compatibility with other projects (such as Xamarin and UWP)
  • Build your own app from start to finish including its cloud services such as databases and file storage

Who should attend

  • Anyone wanting to understand and use Windows Presentation Foundation (WPF)
  • Anyone wanting to increase career options by learning an important Microsoft Windows development technology

Is available on google app?

Yes

Is available on ios?

Yes

Course Features

  • Lectures 132
  • Quizzes 0
  • Exercises 0
  • Duration 20.5 total hours
  • Skill level All Levels
  • Students 12570
  • Last Updated August, 2020
  • Intro to WPF 24:42

    • Lecture
      Windows Presentation Foundation 06:56
    • Lecture
      Getting the Tools Ready 04:23
    • Lecture
      The Structure of a WPF project 05:54
    • Lecture
      Hello World with WPF 07:29
  • XAML - The Calculator App 55:04

    • Lecture
      What is XAML? 07:16
    • Lecture
      The XAML Syntax 06:54
    • Lecture
      Setting Property Values 08:15
    • Lecture
      The Grid 15:14
    • Lecture
      Communication with Code Behind 05:57
    • Lecture
      How XAML to C# Linking Works 05:33
    • Lecture
      Creating Event Handlers from XAML 05:55
  • C# - The Calculator App 01:02:06

    • Lecture
      The C# Language 07:04
    • Lecture
      Creating Event Handlers from C# 12:52
    • Lecture
      Working with Methods 11:26
    • Lecture
      Creating Custom Types 13:51
    • Lecture
      Testing the App 03:16
    • Lecture
      Displaying a Message Box 05:15
    • Lecture
      Percentage Challenge 08:22
  • Improving the UI with Resources and Styles 33:29

    • Lecture
      Styling XAML Controls 05:35
    • Lecture
      XAML Static Resources 06:38
    • Lecture
      Application-Wide Resources 04:15
    • Lecture
      Implicit Styles 06:10
    • Lecture
      Explicit Styles 10:51
  • Practicing C# 01:29:33

    • Lecture
      The Weather Underground API 06:16
    • Lecture
      Creating a Console Project 06:51
    • Lecture
      Variables and Scope 05:51
    • Lecture
      Classes and Namespaces 11:11
    • Lecture
      Properties of a Class 08:52
    • Lecture
      Objects 08:33
    • Lecture
      Inheritance 07:18
    • Lecture
      Method Overloading 06:34
    • Lecture
      Defining the Classes - Accu Weather API 02:49
    • Lecture
      Method Overriding 06:52
    • Lecture
      Interfaces 06:29
    • Lecture
      Implementing an Interface 11:57
  • SQLite - The Contacts App 01:08:39

    • Lecture
      Working with Mode Windows 04:50
    • Lecture
      Opening and Closing Windows 07:39
    • Lecture
      Requests to the Accu Weather API 04:34
    • Lecture
      Adding SQLite 04:41
    • Lecture
      The Contacts Class 06:05
    • Lecture
      More SQLite Attributes 08:48
    • Lecture
      Inserting into a Table 10:15
    • Lecture
      The Using Statement 06:49
    • Lecture
      Reading from the Table 12:00
    • Lecture
      Defining the UI - Accu Weather Forecasts 02:58
  • ListView 01:14:16

    • Lecture
      Defining a ListView 09:19
    • Lecture
      The ToString method 05:56
    • Lecture
      Intro to DataBinding 06:59
    • Lecture
      Using an ItemTemplate 08:23
    • Lecture
      Filtering a List 09:11
    • Lecture
      Binding Accu Weather API 06:18
    • Lecture
      Linq 11:56
    • Lecture
      Deleting from the Table 10:03
    • Lecture
      Update the SQLite Table 06:11
  • Custom User Controls 36:46

    • Lecture
      Creating a Custom User Control 11:45
    • Lecture
      Autocomplete Endpoint 04:52
    • Lecture
      Using Custom Controls 06:19
    • Lecture
      Binding to a Custom Control - Dependency Properties 13:50
  • REST and AI 01:36:41

    • Lecture
      Microsoft\\\\\\\'s CustomVision API 04:56
    • Lecture
      The Autocomplete API 11:56
    • Lecture
      Creating a Custom Vision Project 05:26
    • Lecture
      Training the AI 08:40
    • Lecture
      Selecting a File from the Computer 13:41
    • Lecture
      Sending a request to the REST Service 14:58
    • Lecture
      Autocomplete API - Accu Weather 06:25
    • Lecture
      Reading the Response as JSON 13:04
    • Lecture
      Deserializing JSON 06:08
    • Lecture
      Displaying the Results using a GridView 11:27
  • MVVM - The Weather App 03:50:31

    • Lecture
      Intro to the MVVM pattern 08:03
    • Lecture
      Using the Observable Collection class - PART 1 16:06
    • Lecture
      AccuWeather API 05:32
    • Lecture
      The Endpoints that We Will Use 06:23
    • Lecture
      Deserializing as List 02:11
    • Lecture
      The Model 06:21
    • Lecture
      Defining the Classes 09:25
    • Lecture
      The View Model 06:33
    • Lecture
      Requests to the AccuWeather API 19:19
    • Lecture
      Using the Observable Collection class - PART 2 18:29
    • Lecture
      The View 05:52
    • Lecture
      Defining the UI 06:18
    • Lecture
      The INotifyPropertyChanged interface 06:09
    • Lecture
      Implementing the INotifyPropertyChanged interface 08:33
    • Lecture
      Binding Context and Design Time Binding 15:39
    • Lecture
      Implementing the ICommand interface 06:13
    • Lecture
      Using Design Mode Bindings 05:15
    • Lecture
      The ICommand interface 04:43
    • Lecture
      Binding the ICommand 07:35
    • Lecture
      Implementing the ICommand interface 08:41
    • Lecture
      Binding the ICommand 07:24
    • Lecture
      Using a Command Parameter 09:18
    • Lecture
      The ObservableCollection class 05:35
    • Lecture
      Using the Observable Collection class - PART 1 07:21
    • Lecture
      Using the Observable Collection class - PART 2 12:43
    • Lecture
      The IValueConverter interface 05:51
    • Lecture
      Implementing the IValueConverter 08:59
  • Cloning Evernote 03:32:12

    • Lecture
      The Model 07:19
    • Lecture
      The SQLite Functionality 11:28
    • Lecture
      The View Model 10:55
    • Lecture
      Working with Menus 17:29
    • Lecture
      Using a Toolbar 19:21
    • Lecture
      The RichTextBox and StatusBar 12:06
    • Lecture
      Speech Recognizer 15:46
    • Lecture
      Working with a ToggleButton 12:59
    • Lecture
      Working with a ComboBox 15:44
    • Lecture
      Creating Custom Controls 16:13
    • Lecture
      Adding Login and Register Functionality 14:13
    • Lecture
      Adding Login and Register Functionality 12:03
    • Lecture
      Adding a Context Menu - PART 1 11:23
    • Lecture
      Adding a Context Menu - PART 2 15:45
    • Lecture
      Saving and Reading files 19:28
  • Azure App Services 02:02:43

    • Lecture
      Intro to Microsoft Azure 06:05
    • Lecture
      Creating your Azure Account with 200 USD of credit 04:26
    • Lecture
      Configuring the SQL Database 11:59
    • Lecture
      Getting the App Service Ready 09:49
    • Lecture
      Creating the Backend code 22:31
    • Lecture
      Updating the Node JS version used by the App Service 15:10
    • Lecture
      Connecting the WPF app to the App Service 06:34
    • Lecture
      Implementing User Registration in the Cloud 15:13
    • Lecture
      Changes on Azure Services 04:11
    • Lecture
      Implementing User Login with the Cloud 05:55
    • Lecture
      Inserting Notebooks and Notes 08:33
    • Lecture
      Reading Notebooks and Notes 12:17
  • Azure Storage Account Service 45:20

    • Lecture
      Creating a Storage Account Service 04:32
    • Lecture
      Creating a Container 05:10
    • Lecture
      Connecting WPF to the Storage Account 05:37
    • Lecture
      Uploading a File to a Storage Account blob 13:33
    • Lecture
      Syncing the Storage blob with the App Service 08:40
    • Lecture
      Downloading a File from the Storage Account 07:48
  • Animations 43:11

    • Lecture
      Intro to Blend 07:32
    • Lecture
      Exploring Blend for Visual Studio 07:37
    • Lecture
      Storyboards and Keyframes 12:30
    • Lecture
      Triggers for interactivity 07:23
    • Lecture
      Adding Easing Functions 08:09
  • Deploying your WPF App 51:40

    • Lecture
      Adding a Window Icon 10:38
    • Lecture
      Complete the App Challenge 16:10
    • Lecture
      Preparing the Project 08:35
    • Lecture
      AppxUpload Package 10:43
    • Lecture
      The Microsoft Windows Store 05:34
  • Dependency Injection 59:54

    • Lecture
      Bonus - Please Watch! 00:48
    • Lecture
      The Model 09:48
    • Lecture
      The View Model 09:16
    • Lecture
      The View 11:43
    • Lecture
      Creating the Interface 10:01
    • Lecture
      Unity Containers 18:18
  • Extra Information - Source code, and other stuff 08:50

    • Lecture
      Check out Our Other 42 Udemy Courses! 00:35
    • Lecture
      Source Codes 03:26
    • Lecture
      Bonus Lecture and Information 04:49
Eduardo Rosas
Xamarin-Certified Mobile Developer, Software Engineer I am a Software Engineer and Xamarin-Certified Mobile Developer (just got my certification renewed on September 11th, 2017, yay!) I have been developing mobile apps for 6 years now, I… View Profile
Tim Buchalka's Learn Programming Academy
Professional Programmers and Teachers - 323,000+ students The Learn Programming Academy was created by Tim Buchalka, a software developer with 35 years experience, who is also an instructor on Udemy, with over 335,000 students in his courses… View Profile

Student Feedback

4.3
2,391 Average ratings
39%
32%
11%
2%
1%
  • 5 months ago

    Peter Sliacky

    I started this course for a sake of learning MVVM pattern in first place, but it turned out there's a lot of useful content here related to day-to-day tooling and patterns, especially for someone coming from Java(scrip)/PHP background. For seasoned developers, first couple of lessons are fairly boring (=dev basics), but later it picks up and Eduardo speeds things up towards the end. Generally the course is structured very well, it took some time to get used to the Eduardo's accent, but after that, everything was fairly comprehensible.

  • 5 months ago

    Steve Francis

    Quite good so far, I cant wait to learn a bit more

  • 5 months ago

    Lajos Szabó

    Yes, the performance is clear, well-followed.

  • 5 months ago

    Anton Bilal

    This course presents information that builds up in complexity without confusing me. I'm not very far in the course, but I like the instructor's presentation of the material so far. I'm really excited about XAML. I initially started learning WinForms and Powershell to work on a GUI project, but now see the potential of C# and XAML to achieve my goals.

  • 5 months ago

    Nicolas Bacquias

    Je développais déjà sur visual studio avec des WinForm, ce cours m'a permis de découvrir les différences entre WinForm et WPF et de découvrir d'autres sujets comme le pattern MVVM avec WPF.

  • 5 months ago

    Luke Nunn

    I am complete beginner for C# and windows applications. I do however have intermediate level knowledge for Python which I have been learning for 2 years now. There seems to be some similarities between the two languages but this course is walking you through as a beginner so it is quite easy to follow. Whilst this course probably does end up explaining everything to you (I am currently only on Section 4 ~ 3 or 4 hours into the course) I find it useful to google terms as and when they are used to gain more understanding. Would recommend to others

  • 5 months ago

    Chethan Halaiah

    Excellent

  • 6 months ago

    Tamilselvi

    Great Session.

  • 6 months ago

    Peter Lokaj

    Informative, good explained, interesting toppics where the functionality is shown. Gives you inspiration and ideas, what you could develop.

  • 6 months ago

    Al Zr

    Yes, but I would be like NET Core examples projects too !

  • Overview
  • Curriculum
  • Instructor
  • Reviews
Take this course
  • Share:
Take this course

Related Courses

Java Programming Masterclass for Software Developers Read More
mm
LPA TEAM

Java Programming Masterclass for Software Developers

mm
LPA TEAM
(0 review)
550313
(134762 Reviews)
Learn Python Programming Masterclass Read More
mm
LPA TEAM

Learn Python Programming Masterclass

mm
LPA TEAM
(0 review)
286368
(69840 Reviews)
Android Java Masterclass – Become an App Developer Read More
mm
LPA TEAM

Android Java Masterclass - Become an App Developer

mm
LPA TEAM
(0 review)
57671
(9107 Reviews)
Java Spring Tutorial Masterclass – Learn Spring Framework 5 Read More
mm
LPA TEAM

Java Spring Tutorial Masterclass - Learn Spring Framework 5

mm
LPA TEAM
(0 review)
30216
(5153 Reviews)
Kotlin for Java Developers Read More
mm
LPA TEAM

Kotlin for Java Developers

mm
LPA TEAM
(0 review)
13158
(2260 Reviews)
Learn Java Creating Android Games Using the LibGDX library Read More
mm
LPA TEAM

Learn Java Creating Android Games Using the LibGDX library

mm
LPA TEAM
(0 review)
2917
(444 Reviews)
Oracle Java Certification – Pass the Associate 1Z0-808 Exam. Read More
mm
LPA TEAM

Oracle Java Certification - Pass the Associate 1Z0-808 Exam.

mm
LPA TEAM
(0 review)
16243
(3488 Reviews)
What’s New in Java 9 – Modules and More! Read More
mm
LPA TEAM

What's New in Java 9 - Modules and More!

mm
LPA TEAM
(0 review)
4418
(609 Reviews)
Ruby for Beginners Read More
mm
LPA TEAM

Ruby for Beginners

mm
LPA TEAM
(0 review)
641
(67 Reviews)
Learn To Write 2D Games with C# and Unity Read More
mm
LPA TEAM

Learn To Write 2D Games with C# and Unity

mm
LPA TEAM
(0 review)
1069
(76 Reviews)
SQL for Beginners: Learn SQL using MySQL and Database Design Read More
mm
LPA TEAM

SQL for Beginners: Learn SQL using MySQL and Database Design

mm
LPA TEAM
(0 review)
41887
(8402 Reviews)
Data Structures and Algorithms:  Deep Dive Using Java Read More
mm
Tim Buchalka

Data Structures and Algorithms: Deep Dive Using Java

mm
LPA TEAM
(0 review)
48654
(8427 Reviews)
Learn Kotlin and Create Games Using the LibGdx Library Read More
mm
LPA TEAM

Learn Kotlin and Create Games Using the LibGdx Library

mm
LPA TEAM
(0 review)
1292
(164 Reviews)
Ethical Hacking Course:  Protect Yourself From Being Hacked Read More
mm
LPA TEAM

Ethical Hacking Course: Protect Yourself From Being Hacked

mm
LPA TEAM
(0 review)
4268
(333 Reviews)
The Complete Xamarin Developer Course:  iOS And Android! Read More
mm
LPA TEAM

The Complete Xamarin Developer Course: iOS And Android!

mm
LPA TEAM
(0 review)
17368
(3276 Reviews)
Android App Development Masterclass using Kotlin Read More
mm
LPA TEAM

Android App Development Masterclass using Kotlin

mm
LPA TEAM
(0 review)
28399
(4195 Reviews)
C Programming For Beginners – Master the C Language Read More
mm
LPA TEAM

C Programming For Beginners - Master the C Language

mm
LPA TEAM
(0 review)
75321
(18023 Reviews)
Ruby on Rails for Beginners Read More
mm
LPA TEAM

Ruby on Rails for Beginners

mm
LPA TEAM
(0 review)
705
(58 Reviews)
Beginning C++ Programming – From Beginner to Beyond Read More
mm
LPA TEAM

Beginning C++ Programming - From Beginner to Beyond

mm
LPA TEAM
(0 review)
130280
(34775 Reviews)
PHP for Beginners Read More
mm
LPA TEAM

PHP for Beginners

mm
LPA TEAM
(0 review)
6988
(1370 Reviews)
Master MATLAB through Guided Problem Solving Read More
mm
LPA TEAM

Master MATLAB through Guided Problem Solving

mm
LPA TEAM
(0 review)
15931
(2984 Reviews)
Machine Learning with Python from Scratch Read More
mm
LPA TEAM

Machine Learning with Python from Scratch

mm
LPA TEAM
(0 review)
4119
(272 Reviews)
Advanced Algorithms in Java Read More
mm
LPA TEAM

Advanced Algorithms in Java

mm
LPA TEAM
(0 review)
4550
(150 Reviews)
Rust Programming Language for Beginners Read More
mm
LPA TEAM

Rust Programming Language for Beginners

mm
LPA TEAM
(0 review)
2559
(254 Reviews)
Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps Read More
mm
LPA TEAM

Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps

mm
LPA TEAM
(0 review)
11095
(1357 Reviews)
3D Programming with JavaScript and the Three.js 3D Library Read More
mm
LPA TEAM

3D Programming with JavaScript and the Three.js 3D Library

mm
LPA TEAM
(0 review)
4734
(745 Reviews)
Java Enterprise Edition 8 for Beginners course Read More
mm
LPA TEAM

Java Enterprise Edition 8 for Beginners course

mm
LPA TEAM
(0 review)
7463
(1084 Reviews)
HTML and CSS Masterclass Read More
mm
LPA TEAM

HTML and CSS Masterclass

mm
LPA TEAM
(0 review)
870
(107 Reviews)
ArcPy for Python Developers using ArcGIS Pro Read More
mm
LPA TEAM

ArcPy for Python Developers using ArcGIS Pro

mm
LPA TEAM
(0 review)
3210
(600 Reviews)
Azure Machine Learning using Cognitive Services Read More
mm
LPA TEAM

Azure Machine Learning using Cognitive Services

mm
LPA TEAM
(0 review)
2836
(245 Reviews)
Learning Bootstrap – From HTML to WordPress Theme Read More
mm
LPA TEAM

Learning Bootstrap - From HTML to Wordpress Theme

mm
LPA TEAM
(0 review)
785
(69 Reviews)
Search Algorithms in Artificial Intelligence with Java Read More
mm
LPA TEAM

Search Algorithms in Artificial Intelligence with Java

mm
LPA TEAM
(0 review)
1368
(70 Reviews)
The Advanced Xamarin Developer Masterclass Read More
mm
LPA TEAM

The Advanced Xamarin Developer Masterclass

mm
LPA TEAM
(0 review)
4403
(359 Reviews)
The Complete Javascript Course for Developers Read More
mm
LPA TEAM

The Complete Javascript Course for Developers

mm
LPA TEAM
(0 review)
1405
(193 Reviews)
Learn Java Programming Crash Course Read More
mm
LPA TEAM

Learn Java Programming Crash Course

mm
LPA TEAM
(0 review)
8065
(1548 Reviews)
Learn C# for Beginners Crash Course Read More
mm
LPA TEAM

Learn C# for Beginners Crash Course

mm
LPA TEAM
(0 review)
4397
(750 Reviews)
Python Tkinter Masterclass – Learn Python GUI Programming Read More
mm
Volkan Atış

Python Tkinter Masterclass - Learn Python GUI Programming

mm
LPA TEAM
(0 review)
3699
(498 Reviews)
The Java Design Patterns Course Read More
mm
Jason Fedin

The Java Design Patterns Course

mm
LPA TEAM
(0 review)
6164
(570 Reviews)
Mastering Intellij IDEA and Android Studio Read More
mm
LPA TEAM

Mastering Intellij IDEA and Android Studio

mm
LPA TEAM
(0 review)
923
(77 Reviews)
Git & GitHub Masterclass Read More
mm
LPA TEAM

Git & GitHub Masterclass

mm
LPA TEAM
(0 review)
6714
(819 Reviews)
Python GUI Programming Using PyQt5 Read More
mm
LPA TEAM

Python GUI Programming Using PyQt5

mm
LPA TEAM
(0 review)
3086
(503 Reviews)
Android Firebase Masterclass – Master Google Firebase Read More
mm
LPA TEAM

Android Firebase Masterclass - Master Google Firebase

mm
LPA TEAM
(0 review)
1757
(157 Reviews)
Master CI/CD for Xamarin Read More
mm
LPA TEAM

Master CI/CD for Xamarin

mm
LPA TEAM
(0 review)
319
(31 Reviews)
Master CI/CD for Android Developers Read More
mm
LPA TEAM

Master CI/CD for Android Developers

mm
LPA TEAM
(0 review)
293
(36 Reviews)
Master CI/CD for iOS Developers Read More
mm
LPA TEAM

Master CI/CD for iOS Developers

mm
LPA TEAM
(0 review)
474
(49 Reviews)
Master CI/CD for React Native Read More
mm
LPA TEAM

Master CI/CD for React Native

mm
LPA TEAM
(0 review)
643
(65 Reviews)
Java SE 11 Developer 1Z0-819 OCP Course – Part 1 Read More
mm
LPA TEAM

Java SE 11 Developer 1Z0-819 OCP Course - Part 1

mm
LPA TEAM
(0 review)
10026
(1204 Reviews)
Advanced C Programming Course Read More
mm
LPA TEAM

Advanced C Programming Course

mm
LPA TEAM
(0 review)
9139
(1028 Reviews)
iOS Firebase Masterclass – Real time Database and Firestore Read More
mm
LPA TEAM

iOS Firebase Masterclass - Real time Database and Firestore

mm
LPA TEAM
(0 review)
223
(24 Reviews)
Introduction to Continuous Integration & Continuous Delivery Read More
mm
LPA TEAM

Introduction to Continuous Integration & Continuous Delivery

mm
LPA TEAM
(0 review)
851
(142 Reviews)
Java SE 11 Developer 1Z0-819 OCP Course – Part 2 Read More
mm
LPA TEAM

Java SE 11 Developer 1Z0-819 OCP Course - Part 2

mm
LPA TEAM
(0 review)
3048
(137 Reviews)

Leave A Reply Cancel reply

Your email address will not be published. Required fields are marked *

Latest Courses

Java SE 11 Developer 1Z0-819 OCP Course – Part 2

Java SE 11 Developer 1Z0-819 OCP Course - Part 2

Introduction to Continuous Integration & Continuous Delivery

Introduction to Continuous Integration & Continuous Delivery

iOS Firebase Masterclass – Real time Database and Firestore

iOS Firebase Masterclass - Real time Database and Firestore

Advanced C Programming Course

Advanced C Programming Course

Java SE 11 Developer 1Z0-819 OCP Course – Part 1

Java SE 11 Developer 1Z0-819 OCP Course - Part 1

Master CI/CD for React Native

Master CI/CD for React Native

logo-eduma-the-best-lms-wordpress-theme

+61 422 512 549

[email protected]

Company

  • About Us
  • Blog
  • Contact
  • Become A Co-Instructor

Links

  • Courses
  • FAQs
  • Contact Us

  • Privacy Policy
  • Terms & Conditions

Would you like to become a Udemy Course Co-Instructor?

Struggling to find students? Let us publish and promote your course to our students.

FIND OUT MORE NOW