Go to Preview Lesson
Go to Preview Lesson
LESSON 15.1
Updating Project to .net 6
LESSON 15.2
Adding New Dotnet 6 Features to Our Application
The newline Guide to Fullstack ASP.NET Core and React
MODULE 1
Introduction
LESSON 1.1
Introduction
LESSON 1.2
Technologies Used in this Course
LESSON 1.3
Setting up the Environment
LESSON 1.4
Setting up VS Code
MODULE 2
Preparing Our Server
LESSON 2.1
Module Introduction
LESSON 2.2
Creating WebAPI Project using DOTNET CLI
LESSON 2.3
Reviewing the Project Files
LESSON 2.4
Reviewing the API Controllers
LESSON 2.5
Exploring Postman
LESSON 2.6
Adding Course Model to our Project
LESSON 2.7
What is Entity Framework?
LESSON 2.8
Adding Entity Framework
LESSON 2.9
Adding our First Migration
LESSON 2.10
Creating a Database
LESSON 2.11
Seeding Data in our Database
LESSON 2.12
Adding our First Controller
LESSON 2.13
Module 1 Summary
MODULE 3
Setting up our client
LESSON 3.1
Setting up the React Project
LESSON 3.2
Reviewing our React Project
LESSON 3.3
React Concepts
LESSON 3.4
Why TypeScript?
LESSON 3.5
Fetching Data
LESSON 3.6
Installing SASS to our Project
LESSON 3.7
Installing React Router
LESSON 3.8
Adding Routes and Refactoring
LESSON 3.9
Installing Ant Design
LESSON 3.10
Adding Base Styles
LESSON 3.11
Creating Navbar
LESSON 3.12
Adding Side-drawer to our Navbar
LESSON 3.13
Setting up Axios