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
(3,909 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 19980
  • Last Updated February, 2023
  • Intro to WPF 47:28

    • Lecture
      Windows Presentation Foundation 06:56
    • Lecture
      Getting the Tools Ready 06:08
    • Lecture
      The Structure of a WPF project 09:21
    • Lecture
      Hello World with WPF 07:29
    • Lecture
      Hello World with WPF & .NET Core 06:27
    • Lecture
      .NET Core vs .Net Framework 11:07
  • XAML - The Calculator App 01:02:59

    • Lecture
      What is XAML? 07:16
    • Lecture
      The XAML Syntax 08:33
    • 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
      The Weather Underground API 06:16
    • Lecture
      Creating Event Handlers from XAML 05:55
  • C# - The Calculator App 01:09:46

    • Lecture
      The C# Language 07:04
    • Lecture
      Creating Event Handlers from C# 12:52
    • Lecture
      Working with Methods 11:26
    • Lecture
      Using the Sender as a Button 04:51
    • Lecture
      Creating Custom Types 13:51
    • Lecture
      Testing the App 03:16
    • Lecture
      Defining the Classes - Accu Weather API 02:49
    • Lecture
      Displaying a Message Box 05:15
    • Lecture
      Percentage Challenge 08:22
  • Improving the UI with Resources and Styles 38:03

    • Lecture
      Styling XAML Controls 05:35
    • Lecture
      XAML Static Resources 06:38
    • Lecture
      Application-Wide Resources 04:15
    • Lecture
      Implicit Styles 06:10
    • Lecture
      Requests to the Accu Weather API 04:34
    • Lecture
      Explicit Styles 10:51
  • Practicing C# 01:23:25

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

    • Lecture
      Working with More Windows 04:21
    • Lecture
      Binding Accu Weather API 06:18
    • Lecture
      Opening and Closing Windows 07:39
    • Lecture
      Adding SQLite 04:40
    • 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
      Autocomplete Endpoint 04:52
    • Lecture
      Reading from the Table 12:00
  • ListView 01:28:35

    • Lecture
      Defining a ListView 09:19
    • Lecture
      The ToString method 05:56
    • Lecture
      Intro to DataBinding 06:59
    • Lecture
      The Autocomplete API 11:56
    • Lecture
      Using an ItemTemplate 08:23
    • Lecture
      Filtering a List 09:11
    • Lecture
      Linq 11:56
    • Lecture
      Deleting from the Table 10:03
    • Lecture
      Update the SQLite Table 06:11
    • Lecture
      Autocomplete API - Accu Weather 06:25
    • Lecture
      Update the ListView after closing the Window 02:16
  • Custom User Controls 01:10

    • Lecture
      Creating a Custom User Control 11:45
    • Lecture
      Using Custom Controls 06:19
    • Lecture
      Binding to a Custom Control - Dependency Properties 13:50
    • Lecture
      Using the Observable Collection class - PART 1 16:06
    • Lecture
      Extend the ListView items 04:42
    • Lecture
      Improving the User Interface 07:28
  • REST and AI 01:42:57

    • Lecture
      Microsoft's CustomVision API 04:56
    • Lecture
      Deserializing as List 02:11
    • Lecture
      Creating a Custom Vision Project 09:23
    • 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
      Reading the Response as JSON 13:04
    • Lecture
      Using the Observable Collection class - PART 2 18:29
    • Lecture
      Deserializing JSON 06:08
    • Lecture
      Displaying the Results using a GridView 11:27
  • MVVM - The Weather App 03:13:45

    • Lecture
      Intro to the MVVM pattern 08:03
    • Lecture
      AccuWeather API 05:32
    • Lecture
      The Endpoints that We Will Use 06:23
    • Lecture
      Implementing the ICommand interface 06:13
    • Lecture
      The Model 06:21
    • Lecture
      Defining the Classes 09:25
    • Lecture
      The View Model 06:33
    • Lecture
      Binding the ICommand 07:35
    • Lecture
      Requests to the AccuWeather API 19:19
    • 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
      Using Design Mode Bindings 05:15
    • Lecture
      The ICommand interface 04:43
    • 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 05:08:45

    • Lecture
      The Model 04:03
    • Lecture
      The SQLite Functionality 16:15
    • Lecture
      The View Model 10:55
    • Lecture
      Adding Login and Register Functionality 14:13
    • Lecture
      Working with Menus 17:29
    • Lecture
      Adding Login and Register Functionality 12:03
    • Lecture
      Using a Toolbar 09:44
    • Lecture
      Displaying Notebooks and Notes 16:23
    • Lecture
      The RichTextBox and StatusBar 12:06
    • Lecture
      Speech Recognizer with .NET Core 14:01
    • Lecture
      Speech Recognizer with .NET Framework 15:46
    • Lecture
      Intro to Microsoft Azure 06:05
    • Lecture
      Working with a ToggleButton 10:41
    • Lecture
      Creating your Azure Account with 200 USD of credit 04:26
    • Lecture
      Working with a ComboBox 15:44
    • Lecture
      Configuring the SQL Database 11:59
    • Lecture
      Creating Custom Controls 18:05
    • Lecture
      Getting the App Service Ready 09:49
    • Lecture
      Adding a Context Menu - PART 1 13:41
    • Lecture
      Creating the Backend code 22:31
    • Lecture
      Adding a Context Menu - Binding Event Handlers 10:27
    • Lecture
      Updating the Node JS version used by the App Service 15:10
    • Lecture
      Saving and Reading files 20:35
    • Lecture
      Connecting the WPF app to the App Service 06:34
  • Google Firebase Services 02:21:17

    • Lecture
      Changes on Azure Services 04:11
    • Lecture
      Define Login and Register View - Part 1 17:58
    • Lecture
      Implementing User Login with the Cloud 05:55
    • Lecture
      Define Login and Register View - Part 2 21:49
    • Lecture
      Inserting Notebooks and Notes 08:33
    • Lecture
      Registering user with Firebase Authentication 23:36
    • Lecture
      Reading Notebooks and Notes 12:17
    • Lecture
      Logging users with Firebase Authentication 10:16
    • Lecture
      Inserting into a Firebase Database 13:47
    • Lecture
      Reading from a Firebase Database 15:12
    • Lecture
      Updating and deleting from a Firebase Database 07:43
  • Azure Storage Account Service 42:02

    • Lecture
      Creating a Storage Account Service 04:23
    • Lecture
      Creating a Container 05:00
    • Lecture
      Syncing the Storage blob with the App Service 08:40
    • Lecture
      Connecting WPF to the Storage Account 04:37
    • Lecture
      Uploading a File to a Storage Account blob 12:21
    • Lecture
      Downloading a File from the Storage Account 07:01
  • 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 52:28

    • 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
    • Lecture
      Bonus - Please Watch! 00:48
  • Dependency Injection 59:06

    • 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:23

    • Lecture
      Source Codes 03:34
    • 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. I have been developing mobile apps for 7 years now, I started when iOS 5 had just been released! During this… 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.5
3,909 Average ratings
50%
37%
11%
2%
1%
  • 1 week ago

    Rafal

    Well designed course with good ideas and examples, but something is missing here - too low dive into MVVM pattern, not just to touch it and withdraw immediately with "code behind" examples. .NET framework stuff should be deleted, it's obviously deprecated technology and shouldn't bother learning for the future programmers. And please, stop repeat "eventually" all over the course, please :-)

  • 1 week ago

    Albert Straub

    This guy exudes competence. His coding is really clean so far.

  • 3 weeks ago

    Aleksandar Stefanov

    Good course, provides clarity on the command pattern. However, the course could have delved into a fully fledged application in more detail. Additionally, Azure requires a subscription so if you wan to follow the azure sections you need to pay additionally.

  • 1 month ago

    Shiva Sai Reddy

    OK

  • 1 month ago

    Sonnycho Sonny

    Looks very professions so far! Looking forwards to the next lectures..

  • 1 month ago

    Deepika A

    Good

  • 1 month ago

    Akhil Kumar K

    very good

  • 1 month ago

    黄联樵

    这个老师讲得不快,但是很稳,而且节奏很好。

  • 1 month ago

    Robert Thurman

    OMG! Best Class I have ever seen on WPF. The real world examples have helped explain some of the many questions that I had regarding WPF. Now at first, I was reluctanct to give a rating as I hadn't finished enough of the course but through all my excitement of learning new things, I had to say something. I still have a long ways to go but it's very promising especially the information on MVVM. And while I am still learning, this has beem by far the best explaination so far that I've seen as well as some of the other information.

  • 1 month ago

    Bill Warren

    very clear explanations and steady, methodical teaching pace

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

Related Courses

Java Programming Masterclass updated to Java 17 Read More
mm
LPA TEAM

Java Programming Masterclass updated to Java 17

mm
LPA TEAM
(0 review)
754243
(176543 Reviews)
Learn Python Programming Masterclass Read More
mm
LPA TEAM

Learn Python Programming Masterclass

mm
LPA TEAM
(0 review)
404691
(96448 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)
68578
(10343 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)
38147
(6155 Reviews)
Kotlin for Java Developers Read More
mm
LPA TEAM

Kotlin for Java Developers

mm
LPA TEAM
(0 review)
23376
(3905 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)
3275
(486 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)
23782
(4811 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)
5331
(774 Reviews)
Ruby for Beginners Read More
mm
LPA TEAM

Ruby for Beginners

mm
LPA TEAM
(0 review)
812
(78 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)
1352
(100 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)
134712
(41224 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)
89035
(13908 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)
1461
(188 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)
5005
(418 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)
23833
(4298 Reviews)
Android App Development Masterclass using Kotlin Read More
mm
LPA TEAM

Android App Development Masterclass using Kotlin

mm
LPA TEAM
(0 review)
38768
(5771 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)
131358
(28960 Reviews)
Ruby on Rails for Beginners Read More
mm
LPA TEAM

Ruby on Rails for Beginners

mm
LPA TEAM
(0 review)
796
(63 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)
239229
(56335 Reviews)
PHP for Beginners Read More
mm
LPA TEAM

PHP for Beginners

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

Master MATLAB through Guided Problem Solving

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

Machine Learning with Python from Scratch

mm
LPA TEAM
(0 review)
4456
(317 Reviews)
Advanced Algorithms in Java Read More
mm
LPA TEAM

Advanced Algorithms in Java

mm
LPA TEAM
(0 review)
6996
(275 Reviews)
Rust Programming Language for Beginners Read More
mm
LPA TEAM

Rust Programming Language for Beginners

mm
LPA TEAM
(0 review)
3969
(388 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)
16754
(2000 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)
6347
(953 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)
16559
(2594 Reviews)
HTML and CSS Masterclass Read More
mm
LPA TEAM

HTML and CSS Masterclass

mm
LPA TEAM
(0 review)
1705
(205 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)
5938
(1067 Reviews)
Azure Machine Learning using Cognitive Services Read More
mm
LPA TEAM

Azure Machine Learning using Cognitive Services

mm
LPA TEAM
(0 review)
4149
(396 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)
1095
(86 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)
2130
(116 Reviews)
The Advanced Xamarin Developer Masterclass Read More
mm
LPA TEAM

The Advanced Xamarin Developer Masterclass

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

The Complete Javascript Course for Developers

mm
LPA TEAM
(0 review)
2357
(392 Reviews)
Learn Java Programming Crash Course Read More
mm
LPA TEAM

Learn Java Programming Crash Course

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

Learn C# for Beginners Crash Course

mm
LPA TEAM
(0 review)
9473
(1730 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)
5108
(653 Reviews)
The Java Design Patterns Course Read More
mm
Jason Fedin

The Java Design Patterns Course

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

Mastering Intellij IDEA and Android Studio

mm
LPA TEAM
(0 review)
1194
(94 Reviews)
Git & GitHub Masterclass Read More
mm
LPA TEAM

Git & GitHub Masterclass

mm
LPA TEAM
(0 review)
10553
(1355 Reviews)
Python GUI Programming Using PyQt5 Read More
mm
LPA TEAM

Python GUI Programming Using PyQt5

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

Android Firebase Masterclass - Master Google Firebase

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

Master CI/CD for Xamarin

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

Master CI/CD for Android Developers

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

Master CI/CD for iOS Developers

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

Master CI/CD for React Native

mm
LPA TEAM
(0 review)
2530
(262 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)
21648
(3225 Reviews)
Advanced C Programming Course Read More
mm
LPA TEAM

Advanced C Programming Course

mm
LPA TEAM
(0 review)
25648
(3131 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)
345
(33 Reviews)
Introduction to Continuous Integration & Continuous Delivery Read More
mm
LPA TEAM

Introduction to Continuous Integration & Continuous Delivery

mm
LPA TEAM
(0 review)
8716
(3953 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)
11339
(853 Reviews)
Learn Go for Beginners Crash Course (Golang) Read More
mm
LPA TEAM

Learn Go for Beginners Crash Course (Golang)

mm
LPA TEAM
(0 review)
9438
(1644 Reviews)
Python Django 4 Masterclass | Build a Real World Project Read More
mm
LPA TEAM

Python Django 4 Masterclass | Build a Real World Project

mm
LPA TEAM
(0 review)
1832
(152 Reviews)
Python Crash Course:  Gain Real World Developer Skills Now! Read More
mm
LPA TEAM

Python Crash Course: Gain Real World Developer Skills Now!

mm
LPA TEAM
(0 review)
697
(52 Reviews)
Kotlin Crash Course:  Gain Real World Developer Skills Now! Read More
mm
LPA TEAM

Kotlin Crash Course: Gain Real World Developer Skills Now!

mm
LPA TEAM
(0 review)
173
(6 Reviews)

    2 Comments

  1. mm
    gralion torile
    October 28, 2022
    Reply

    Some times its a pain in the ass to read what website owners wrote but this site is very user genial! .

  2. mm
    gralion torile
    November 18, 2022
    Reply

    As I website possessor I conceive the content material here is rattling great, thanks for your efforts.

Leave A Reply Cancel reply

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

Latest Courses

Kotlin Crash Course:  Gain Real World Developer Skills Now!

Kotlin Crash Course: Gain Real World Developer Skills Now!

Python Crash Course:  Gain Real World Developer Skills Now!

Python Crash Course: Gain Real World Developer Skills Now!

Python Django 4 Masterclass | Build a Real World Project

Python Django 4 Masterclass | Build a Real World Project

Learn Go for Beginners Crash Course (Golang)

Learn Go for Beginners Crash Course (Golang)

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

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
Modal title

Message modal