Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Building Applications with React 19 and ASP.NET Core 9
Rating: 4.6 out of 5(98 ratings)
512 students

Building Applications with React 19 and ASP.NET Core 9

Use React, ASP.NET Core, Entity Framework Core, Material Design, JWT, Leaflet, to build a full application!
Created byFelipe Gavilán
Last updated 8/2025
English

What you'll learn

  • Build Web APIs with .NET Core
  • Develop Single-Page Apps with React
  • Using Entity Framework Core to work with databases
  • Create register and login functionality
  • Deploy .NET Core and React apps

Course content

10 sections190 lectures17h 25m total length
  • Introduction0:30
  • What is React?4:00

    Explore React, a progressive library for building web UIs with a component paradigm, per-component CSS, and an ecosystem for routing, animations, forms, and testing.

  • What is ASP.NET Core?2:25
  • Front-End vs Back-End3:19

    Learn to distinguish the front end and back end, using HTML, CSS, and JavaScript with React on the client, and ASP.NET Core web APIs on the server through HTTP.

  • What is TypeScript?4:15

    Discover how TypeScript adds static typing to JavaScript, enabling explicit data types for variables and functions. Learn how TypeScript catches type errors and compiles to JavaScript for use with React.

  • Installing NVM and Node2:42
  • What is Vite?1:03
  • Installing Visual Studio1:42
  • Installing Visual Studio Code1:49
  • Installing SQL Server2:21

    Install the SQL Server Developer Edition and SQL Server Management Studio, then connect using Windows authentication to manage databases, create tables, and run queries on your machine.

  • Creating the React App2:50

    Create a react app with Vit, using TypeScript with SWC for faster transpilation, then install dependencies and run dev to view the app, and optionally install ESLint to analyze code.

  • Creating the Web API using Visual Studio4:14
  • Creating the Web API using Visual Studio Code4:52
  • Summary0:47
  • Github repository0:02

Requirements

  • Basic knowledge of HTML, CSS and C#

Description

With ASP.NET Core, we can build Web APIs using C#.

With React, we can create modern, flexible web applications.

In this course, we’ll use both tools to build a complete project. We’ll create an application with a database, user system, back end, and UI, putting into practice all the concepts covered throughout the course.

We’ll go step by step through both the front-end development with React and the back-end with ASP.NET Core. You don’t need to have much experience with either technology to take this course. In fact, I’ll teach you the basics as we go.

By the end, we’ll deploy both our React app and ASP.NET Core app to production.

Here are some of the topics we’ll cover:

  • Building Web APIs with ASP.NET Core

  • Working with SQL Server databases using Entity Framework Core

  • Implementing a user system with JSON Web Tokens (JWT)

  • Developing a single-page application (SPA) with React

  • Creating forms in React

  • Using React Hooks and building custom Hooks

  • Making HTTP requests from React to ASP.NET Core using Axios

  • Using third-party components

  • Displaying maps with Leaflet

  • Storing spatial data in the database with NetTopologySuite

  • Allowing users to upload images and saving them either in Azure Storage or locally

By the end of this course, you’ll have the knowledge and skills to tackle real-world development challenges using ASP.NET Core and React.

Who this course is for:

  • Developers who want to be full-stack
  • .NET Developers who want to learn React (and vice versa)