Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ASP.NET Core and React - The Complete Guide
Rating: 4.0 out of 5(69 ratings)
344 students

ASP.NET Core and React - The Complete Guide

The complete guide to build applications using ASP.NET Core 6, React and Entity Framework Core
Created byVictor Lins
Last updated 3/2022
English

What you'll learn

  • How to develop an interactive single page application (SPA) using React js
  • How to build a Web API using ASP NET Core 6 (.NET 6)
  • How to use Entity Framework Core to manipulate database records
  • How to allow users to create, read, update and delete items in the web page using Axios
  • How to document a Web API using Swagger
  • How to install and use Microsoft SQL Server Studio
  • How to install and publish an application in IIS

Course content

7 sections43 lectures3h 40m total length
  • Course overview1:51
  • Setting up the environment5:23

    Hi, the source code is attached in this lecture.

    To execute it, please:

    1 - Download and extract the file

    2 - Open the solution in VS22 and compile it

    3 - Right click on the folder "ClientApp" > Select the option "Open in Terminal" > and execute the command "npm install"

    4 - Wait until all node packages are downloaded and installed

    5 - Open SQL Server and create the database and table (execute the script inside the folder "SQL")

    6 - Run the application

    GitHub Repository: https://github.com/VictorLins/AspNetCoreWithReact

Requirements

  • Basic knowledge in C# and JavaScript

Description

In this course you will learn how to develop a complete functional application using ASP.NET Core 6, that connects to a database, allowing users to visualize, create, edit and delete elements directly from a friendly and well designed web page using React.js, one of the most powerful front-end libraries on the market.

At the end of this course, you will have sufficient knowledge to develop your own complete application using ASP.NET Core, React.js and Entity Framework Core connecting to a database.

Some of the topics that we will cover during this course:

• Setting up the environment

• Introduction to ASP.NET Core 6

• Dependency injection

• Custom middleware

• Introduction to Entity Framework Core

• Creating database and table in Microsoft SQL Server

• Designing CRUD operations in C# using Entity Framework Core

• Introduction to ASP.NET Core Web API

• Documenting our Web API using Swagger

• Introduction to React

• JSX

• Virtual DOM

• Component

• Props

• React Effect Hook

• State and Mutability

• Event Handling

• Conditional Rendering

• Cross-Origin Requests (CORS)

• Adding Axios to connect our front-end with our back-end

• Adding SweetAlert for notification

• Handling errors in the Front-End

In the last lecture, you will learn how you can deploy the solution that you've developed in IIS.

Who this course is for:

  • .NET developers who want to learn React js
  • React developers who want to learn .NET Core
  • Technology Enthusiasts
  • Technical Team Leader
  • Designers