Book Image

Full Stack Development with React and ASP.NET Core 2 [Video]

By : Joseph Jorden
1 (1)
Book Image

Full Stack Development with React and ASP.NET Core 2 [Video]

1 (1)
By: Joseph Jorden

Overview of this book

<p>ASP.NET Core 2 is a relatively new, and very powerful tool for creating websites that will serve your customers well. Combine that with the power of React and other tools such as SignalR, Entity Framework, Redux, and TypeScript and you will be able to create incredible websites with powerful functionality that your customers will absolutely love.</p> <p>In this video course, you will start off with a simple website that uses React and ASP.NET Core. As the course progresses we will add even more power to the site with Entity Framework, SignalR, Web API, and Redux.</p> <p>By the end of this course, you will be able to build awesome websites with the power of React and ASP.NET Core 2.</p> <p>All the code and supporting files for this course are available on GitHub at&nbsp;<a href="https://github.com/PacktPublishing/Full-Stack-Development-with-React-and-ASP.NET-Core-2" target="_blank">https://github.com/PacktPublishing/Full-Stack-Development-with-React-and-ASP.NET-Core-2</a></p> <h1>Style and Approach</h1> <p>This course is filled with hands-on step-by-step instructions and working examples. It focuses on the task at hand such as: how to scaffold a website and how to add individual tools such as Entity Framework and SignalR. After you’ve finished a segment, you should be able to apply that knowledge at work right away.</p>
Table of Contents (6 chapters)
Chapter 4
Adding the WebAPI Backend
Content Locked
Section 3
Adding the Create Method
This video shows how to add the Create method to the API. - Add the Create method to the API - Connect the frontend - Test the Create method