
Install and connect to SQL Server, configure the server name and Windows authentication, then create a new database named App and prepare an empty testing database for upcoming tables.
Install Entity Framework Core and EF Design Tools through the package manager to prepare database connectivity for the ASP.NET Core API.
Create and apply an Entity Framework Core migration to mirror your todo list schema, then update the database and verify id, title, and completed columns in SQL Server.
Create an ASP.NET Core todos controller with CRUD actions using a private readonly to do context and entity framework to manage todos after migrations.
Build an async get-todo endpoint with entity framework core, query the context for a to-do, handle not found, and return the result.
Update a todo item with Entity Framework Core using an async put, handle bad requests, mark the entity as modified, manage concurrency exceptions, and verify existence with a private method.
Create a new React app with create-react-app, install dependencies, and integrate a ui framework featuring buttons, pagination, date pickers, forms, and inputs, then run in Visual Studio.
Learn to set up a React project structure by creating services and components folders, adding a to-do service file, and building to-do form, item, list, and tab components.
Finish wiring the on finish handler, apply a horizontal layout with a twenty gutter, and create a responsive two-column grid with a primary submit button labeled add todo.
If you're tired of long courses and just want to learn basic web development this course is for you. This course was built with the goal of teaching the students how to use ASPNet Core and React. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to a React Front End Application. This is an entry-level course that focuses on building and reinforcing some of the techniques used by developers to build a full-stack application.
In this course, we start by learning what tools you need to create a full-stack Before taking this course, it is recommended that you have an understanding of skills such as Javascript, C#, Basic SQL, or ORM development. If not we'll touch on some of those topics early in the course but it is still recommended to have a better understanding.
When going through this course you may come across subjects that you are familiar with as well as those that are completely new to you.
Some of the topics touched upon include
React Hooks
React Functional Components
HTTP Requests with Fetch
CRUD Methods
ASPNet Core
Database Migrations
ORMs
When taking this course, please know that you can take your time because you will get access to support along the way. By the time you finish this course, you should feel comfortable creating a full-stack web application with React and ASPNet Core.