• Post category:StudyBullet-3
  • Reading time:4 mins read


Learn to build a Full Stack ASP.NET Core and Vue Application in No Time

What you will learn

The student will learn the basics of RESTful API development with ASPNET Core

How to create a Full Stack Todo List Application

Learn how to use the Entity Framework Core ORM

Learn to consume JSON with Vue

Description

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. 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.


Get Instant Notification of New Courses on our Telegram channel.


Some of the topics touched upon include

  • Vue
  • Child 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 and ASPNet Core.

English
language

Content

Introduction
Introduction
Disclaimer
Create ASP.Net Core API
Install DotNet Core 6
Install Visual Studio and SQL Server
Create a SQL Server Database
Create ASP.Net Core API
Add Entity Framework Core Dependencies
Add Database ConnectionString
Add ASP.NET Core DB Context
Run ASP.NET Core Entity Framework Core Migrations
Create ASP.NET Core Todos Controller
Get Todos Entity Framework Core
Create Todos Entity Framework Core
Update Todos Entity Framework Core
Delete Todos Entity Framework Core
Run ASP.NET Core Restful API
Create a Vue Project
Add Vue CLI
Add Vue Dependencies
Create Initial Vue Components
Create a Todo Form Components
Vue Events
Finish Todo Form
Display Todos
Building CRUD Functions
Finish Vue Table UI