
Install Visual Studio 2020 preview or 2022, with the Community edition free for open source contributors, and the developer version of SQL Server to complete this tutorial.
Open the NuGet package manager, install Entity Framework Core and Entity Framework Design Tools, and enable ORM-based database connections for the ASP.NET TodoList app.
Learn to connect to a database by creating a connection string from the server explorer, saving it in app settings.json under connection strings named default, and wiring it in program.cs.
Create a reactive todo list form component in Vue by defining props, validating the title length, and submitting a todo object with title and completed, then resetting the form.
Identify and fix a not a function error by passing the submit todo as a prop, enabling submitting todos, deleting them, and making changes in the to do list.
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 Vue Electron. It focuses heavily on designing a backend RESTful Web Service with CRUD functionality that sends data to a Vue 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
Vue 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 Vue Electron and ASPNet Core.