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
(5,047 reviews)
Take this course
1649714_d105-13.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 133
  • Quizzes 0
  • Exercises 0
  • Duration 20.5 total hours
  • Skill level All Levels
  • Students 26791
  • Last Updated May, 2025
  • Intro to WPF 59:27

    • Lecture
      Windows Presentation Foundation 06:56
    • Lecture
      Getting the Tools Ready 06:08
    • Lecture
      Configuring the SQL Database 11:59
    • 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:06:32

    • Lecture
      What is XAML? 07:16
    • Lecture
      The XAML Syntax 08:33
    • Lecture
      Setting Property Values 08:15
    • Lecture
      Getting the App Service Ready 09:49
    • 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:29:28

    • 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
      Displaying a Message Box 05:15
    • Lecture
      Creating the Backend code 22:31
    • 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:35:37

    • Lecture
      Creating a Console Project 06:50
    • Lecture
      Variables and Scope 05:51
    • Lecture
      Updating the Node JS version used by the App Service 15:10
    • 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
      Method Overriding 06:52
    • Lecture
      Interfaces 06:29
    • Lecture
      Implementing an Interface 11:57
  • SQLite - The Contacts App 01:37

    • Lecture
      Working with More Windows 04:21
    • 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
      Reading from the Table 12:00
  • ListView 01:10:14

    • 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
      Linq 11:56
    • Lecture
      Deleting from the Table 10:03
    • Lecture
      Update the SQLite Table 06:11
    • Lecture
      Update the ListView after closing the Window 02:16
  • Custom User Controls 48:15

    • Lecture
      Creating a Custom User Control 11:45
    • Lecture
      Changes on Azure Services 04:11
    • Lecture
      Using Custom Controls 06:19
    • Lecture
      Binding to a Custom Control - Dependency Properties 13:50
    • Lecture
      Extend the ListView items 04:42
    • Lecture
      Improving the User Interface 07:28
  • REST and AI 01:28:12

    • Lecture
      Microsoft's CustomVision API 04:56
    • Lecture
      Creating a Custom Vision Project 09:23
    • Lecture
      Training the AI 08:40
    • Lecture
      Selecting a File from the Computer 13:41
    • Lecture
      Implementing User Login with the Cloud 05:55
    • Lecture
      Sending a request to the REST Service 14:58
    • 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:20:47

    • Lecture
      Intro to the MVVM pattern 08:03
    • Lecture
      AccuWeather API 05:32
    • Lecture
      The Endpoints that We Will Use 06:23
    • Lecture
      Inserting Notebooks and Notes 08:33
    • 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
      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
      Reading Notebooks and Notes 12:17
    • 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:34:35

    • Lecture
      The Model 04:03
    • Lecture
      The SQLite Functionality 16:15
    • Lecture
      The View Model 10:55
    • Lecture
      Working with Menus 17:29
    • Lecture
      Using a Toolbar 09:44
    • Lecture
      Syncing the Storage blob with the App Service 08:40
    • 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
      Working with a ToggleButton 10:41
    • Lecture
      Working with a ComboBox 15:44
    • Lecture
      Creating Custom Controls 18:05
    • Lecture
      Adding a Context Menu - PART 1 13:41
    • Lecture
      Adding a Context Menu - Binding Event Handlers 10:27
    • Lecture
      Saving and Reading files 20:35
  • Google Firebase Services 01:50:21

    • Lecture
      Define Login and Register View - Part 1 17:58
    • Lecture
      Define Login and Register View - Part 2 21:49
    • Lecture
      Registering user with Firebase Authentication 23:36
    • 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 33:22

    • Lecture
      Creating a Storage Account Service 04:23
    • Lecture
      Creating a Container 05:00
    • 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:59

    • Lecture
      Intro to Blend 07:32
    • Lecture
      Exploring Blend for Visual Studio 07:37
    • Lecture
      Storyboards and Keyframes 12:30
    • Lecture
      Bonus - Please Watch! 00:48
    • 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: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 09:03

    • Lecture
      Check out Our Other 42 Udemy Courses! 00:35
    • Lecture
      Source Codes 03:34
    • Lecture
      Bonus Lecture and Information 04:49
    • Lecture
      Course Slides 00:05
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
5,047 Average ratings
51%
36%
10%
2%
1%
  • 3 weeks ago

    Nitin Bhosale

    Great Training. Covered all required content.

  • 3 weeks ago

    Viktor Maier

    Very good course with good examples and projects.

  • 3 weeks ago

    Joseph Bradley

    Great course!

  • 1 month ago

    Lamizor

    Très bon cours qui montre bien l'utilisation de WPF ainsi que le pattern MVVM. Petits points négatifs: La dernière grosse application ne respecte pas le pattern MVVM et certaines vidéos notamment celle de Blend for Visual Studio sont obsolètes.

  • 1 month ago

    Gasshu T

    Despite WPF becoming more and more of a legacy framework, the information in this class is still good! You will learn very solid design principles.

  • 2 months ago

    Akhilesh Chaturbedi

    nice

  • 2 months ago

    Amitpatel

    It's very important to shape our career all things are in detail

  • 2 months ago

    Caio Valente G. Leite

    Liked a lot! I got started in WPF apps through a free youtube playlist tutorial, which was very good by the way, but with this course I'm learning better the fundamentals, which for me is very important since it fills a lot of gaps in my understanding of the language because I'm a Python GIS developer, so a lot of things are new for me in desktop developing. Did not rated as 5 stars because my question was not answered yet, but for me is a tiny detail given the high quality of the teacher, material and use cases.

  • 3 months ago

    Yuya Asano

    ツールの選び方がわかりやすい

  • 3 months ago

    Roshan Patro

    Difficult but nice

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

Related Courses

Java Masterclass 2025: 130+ Hours of Expert Lessons Read More
mm
LPA TEAM

Java Masterclass 2025: 130+ Hours of Expert Lessons

mm
LPA TEAM
(0 review)
912352
(206505 Reviews)
Learn Python Programming Masterclass Read More
mm
LPA TEAM

Learn Python Programming Masterclass

mm
LPA TEAM
(0 review)
434160
(104166 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)
72356
(10698 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)
41043
(6421 Reviews)
Kotlin for Java Developers Read More
mm
LPA TEAM

Kotlin for Java Developers

mm
LPA TEAM
(0 review)
32462
(5174 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)
3875
(523 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)
30743
(6086 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)
5824
(844 Reviews)
Ruby for Beginners Read More
mm
LPA TEAM

Ruby for Beginners

mm
LPA TEAM
(0 review)
869
(83 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)
1494
(111 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)
186465
(60298 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)
117427
(22078 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)
1562
(200 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)
5503
(464 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)
25637
(4584 Reviews)
Android App Development Masterclass using Kotlin Read More
mm
LPA TEAM

Android App Development Masterclass using Kotlin

mm
LPA TEAM
(0 review)
41331
(6096 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)
176332
(38326 Reviews)
Ruby on Rails for Beginners Read More
mm
LPA TEAM

Ruby on Rails for Beginners

mm
LPA TEAM
(0 review)
856
(67 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)
337680
(75998 Reviews)
PHP for Beginners Read More
mm
LPA TEAM

PHP for Beginners

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

Master MATLAB through Guided Problem Solving

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

Machine Learning with Python from Scratch

mm
LPA TEAM
(0 review)
4688
(333 Reviews)
Advanced Algorithms in Java Read More
mm
LPA TEAM

Advanced Algorithms in Java

mm
LPA TEAM
(0 review)
8788
(497 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)
19994
(2292 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)
6523
(973 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)
21280
(3375 Reviews)
HTML and CSS Masterclass Read More
mm
LPA TEAM

HTML and CSS Masterclass

mm
LPA TEAM
(0 review)
2253
(299 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)
9465
(1746 Reviews)
Azure Machine Learning using Cognitive Services Read More
mm
LPA TEAM

Azure Machine Learning using Cognitive Services

mm
LPA TEAM
(0 review)
5358
(488 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)
2966
(170 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)
2727
(164 Reviews)
The Advanced Xamarin Developer Masterclass Read More
mm
LPA TEAM

The Advanced Xamarin Developer Masterclass

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

The Complete Javascript Course for Developers

mm
LPA TEAM
(0 review)
2716
(456 Reviews)
Learn Java Programming Crash Course Read More
mm
LPA TEAM

Learn Java Programming Crash Course

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

Learn C# for Beginners Crash Course

mm
LPA TEAM
(0 review)
11910
(2223 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)
6109
(769 Reviews)
The Java Design Patterns Course Read More
mm
Jason Fedin

The Java Design Patterns Course

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

Mastering Intellij IDEA and Android Studio

mm
LPA TEAM
(0 review)
1287
(103 Reviews)
Git & GitHub Masterclass Read More
mm
LPA TEAM

Git & GitHub Masterclass

mm
LPA TEAM
(0 review)
13406
(1821 Reviews)
Python GUI Programming Using PyQt5 Read More
mm
LPA TEAM

Python GUI Programming Using PyQt5

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

Android Firebase Masterclass - Master Google Firebase

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

Master CI/CD for Xamarin

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

Master CI/CD for Android Developers

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

Master CI/CD for iOS Developers

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

Master CI/CD for React Native

mm
LPA TEAM
(0 review)
3861
(430 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)
28415
(4223 Reviews)
Advanced C Programming Course Read More
mm
LPA TEAM

Advanced C Programming Course

mm
LPA TEAM
(0 review)
41931
(5186 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)
450
(38 Reviews)
Introduction to Continuous Integration & Continuous Delivery Read More
mm
LPA TEAM

Introduction to Continuous Integration & Continuous Delivery

mm
LPA TEAM
(0 review)
35530
(17394 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)
14755
(1201 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)
14495
(2541 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)
3480
(368 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)
1586
(155 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)
367
(15 Reviews)
JavaScript Crash Course: Learn Essential Coding Skills Fast! Read More
mm
LPA TEAM

JavaScript Crash Course: Learn Essential Coding Skills Fast!

mm
LPA TEAM
(0 review)
638
(48 Reviews)
MongoDB Masterclass: Excel in NoSQL & Pass Certification! Read More
mm
LPA TEAM

MongoDB Masterclass: Excel in NoSQL & Pass Certification!

mm
LPA TEAM
(0 review)
1393
(126 Reviews)
Oracle SQL Mastery: From Novice to Certified Database Pro Read More
mm
LPA TEAM

Oracle SQL Mastery: From Novice to Certified Database Pro

mm
LPA TEAM
(0 review)
651
(34 Reviews)
Google BigQuery for Programmers: Analyze & Visualize Read More
mm
LPA TEAM

Google BigQuery for Programmers: Analyze & Visualize

mm
LPA TEAM
(0 review)
336
(23 Reviews)

    4 Comments

  1. mm
    T Post Fence
    December 15, 2023
    Reply

    Electrical Insulator
    Distribution Cabinet Shell
    http://www.microbait.pl
    Pigeon Control
    Rabbit Fence
    Transformers
    Gabion Basket Manufacturers
    Chain Link Wire Mesh
    Disconnect Switch
    Circuit Breakers
    T Post Fence

  2. mm
    Eco-Friendly Silage Wraps for Greener Farming
    December 16, 2023
    Reply

    Cricket Practice Net Cargo Safety Net
    Diesel Branch Chipper
    Biodegradable Bale Wrap Net
    Biodegradable Silage Bale Wrap Net
    Industrial Wood Crusher
    Hydraulic Branch Chipper
    Round Biodegradable Silage Bale Wrap Net
    3 Inch Chipper Shredder
    Two Wheels Grass Cutter
    lioasaigon.vn
    Eco-Friendly Silage Wraps for Greener Farming

  3. mm
    Hanging Garment Rails For Vans
    December 16, 2023
    Reply

    Stand Up Plastic Packaging Bag With Spout
    Stand Up Spout Pouch For Liquid
    Zip Lock Food Packaging Flat Bottom Bag
    Ratchet Strap Corner Protectors
    http://www.idearico.com
    Cargo Keeper
    Flatbed Corner Protectors
    Seal Stand Up Smell Proof Spout Pouch
    Printed Stand Up Drink Spout Pouch
    Ratchet Strap
    Hanging Garment Rails For Vans

  4. mm
    Xanthan Gum For Soup
    December 16, 2023
    Reply

    Kitchen Clean Copper Coated Mesh Scourer
    Zinc Sulphate Powder
    Kitchen Clean Pure Copper Scourer
    Kitchen Clean Stainless Steel Scourer
    Xanthan Gum Buy Online
    Xanthan Gum Thickeners
    Kitchen Clean Plastic Mesh Scourer
    Kitchen Clean Galvanized Steel Scourer
    Cas 141-53-7
    theggum.dothome.co.kr
    Xanthan Gum For Soup

Leave A Reply Cancel reply

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


Latest Courses

Google BigQuery for Programmers: Analyze & Visualize

Google BigQuery for Programmers: Analyze & Visualize

Oracle SQL Mastery: From Novice to Certified Database Pro

Oracle SQL Mastery: From Novice to Certified Database Pro

MongoDB Masterclass: Excel in NoSQL & Pass Certification!

MongoDB Masterclass: Excel in NoSQL & Pass Certification!

JavaScript Crash Course: Learn Essential Coding Skills Fast!

JavaScript Crash Course: Learn Essential Coding Skills Fast!

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!

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