paint-brush
How to Build a Web App with ASP NET Core and Vueby@samwalpole
794 reads
794 reads

How to Build a Web App with ASP NET Core and Vue

by Sam Walpole9mDecember 29th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

ASPNET Core will be used to create a CRUD API and Vue to create the frontend UI. Using the knowledge gained here, you should be able to apply it to start making your own web apps. We will first start with building the API and then move on to the Vue client. To help simplify this tutorial I am using an in-memory database to help simplify the development process. We create a checklist item model using an Id, which will uniquely identify this item when we save it to a database, and a Text property.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - How to Build a Web App with ASP NET Core and Vue
Sam Walpole HackerNoon profile picture
Sam Walpole

Sam Walpole

@samwalpole

Fullstack .NET and JavaScript web developer. Coding teacher and advocate

About @samwalpole
LEARN MORE ABOUT @SAMWALPOLE'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Sam Walpole HackerNoon profile picture
Sam Walpole@samwalpole
Fullstack .NET and JavaScript web developer. Coding teacher and advocate

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here