.NET Core API + Vue JS + Microsoft SQL | full-stack app tutorial

preview_player
Показать описание

Related Tutorials:
--------------------
React JS + Python Django + SQLite full-stack app
--------------------
React JS + .NET Core Web API + Microsoft SQL full stack app
--------------------
.NET Core API + Vue JS + Microsoft SQL full-stack web app
--------------------
ASP .NET Core Web API + Microsoft SQL CRUD APIs
--------------------
ASP .Net Core Web API + MySQL | CRUD APIs Tutorial
--------------------
.NET Core Web API + PostgreSQL | CRUD APIs
--------------------
.Net Core Web API + MongoDB CRUD APIs
--------------------
Python Django + SQLite | REST APIs
--------------------
Python Django + PostgreSQL | REST API Tutorial
--------------------
Python Django + MySQL CRUD API Tutorial
--------------------
Python Django + MongoDB CRUD API Tutorial
--------------------
Python Django + Microsoft SQL Server CRUD API Tutorial
--------------------

Hello every one, In this tutorial, you will learn how to create a full stack web application from scratch using Microsoft SQL server for the database, .NET Core Web API for the backend, and Vue JS for the front end.

We will first start with creating the necessary tables in Microsoft SQL server, then create the Web API project with the required rest API end points. Finally we will use Vue JS for creating the front end.

You will learn how to add routing for our app.

Create bootstrap table with custom sorting and filtering capabilities.

Add modal pop up windows with drop downs and date pickers.

We will also learn how to upload an image and store it in the backend server.
Рекомендации по теме
Комментарии
Автор

For those using the tutorial, if the default connection string provided at 14:10 doesn't work, added the following to your connection string: "; Trusted_Connection=True" This fixed my connection error that sql client gave me

Soccercrazyigboman
Автор

Welldone. I needed a tutorial like this. ! Thank you

Avastnortonbaby
Автор

Wonderful ! Thank you, your tutorials are on anther level

Azm
Автор

Thank You so much for this tutorial with great explanation. It helped.

vaishalibhalerao
Автор

Thank you so so so much, this was really helpful!!! :))

Smooth_Waver
Автор

Good, but writing longer HTML template code as a string without syntax highlighting is evil. Can't it be written in the "template" element?

PetrVobornik
Автор

Dude!! This is just perfect!!! Thank you so much!!! Just have a doubt, why not use the Vue CLI?

guillermomazzari
Автор

I’m curious why you create a department table with DepartmentID but then, when you create Employees you don’t refer to that ID, but refer to departmentName instead…? Doesn’t seem right

AndrasEliassen
Автор

For anyone wondering - Allowing any origin in your CORS policy is not recommended.

craigrobinson
Автор

Very good tutorial, although sometimes code looks bit messy
Thnx for this intro into Vue
I couldn't make it work with cdn vue3 & vue-router; instead using vue v2.x & vue-router v2.x resolved the issue I had 🤔

MiskoKatua
Автор

Awesome tutorial video!
Great thanks👍👍👍

TigerCat
Автор

There is no Startup.cs despite using the same project type as you

lexingtonbrython
Автор

Can someone tell me what are the changes on the this tutorial, based on the new versions of vue.js and .net.

I know it's a bit too much, lol. Only if you feel like it <3

WyniciusSilva
Автор

Nothing happens when i click the buttons. i get this error in the app.js file (Cannot use import statement outside a module) does anyone know how to fix this?

coldijkx
Автор

Can we have the tutorial with vue3 composable api, login, multiple roles, repository pattern incorporated

malathip
Автор

In FilterFn() you use function(el). What is "el" and where it comes from?

Constr
Автор

Very cool tutorial, I already subscribe your channel

mymailmth
Автор

The video is very good for a beginner like me. BUT I hate those ADs. They're tooo many. 😀

muhammadtauqeer
Автор

Hey there! Great tutorial! I just can't seem to get the navigation working. Any tips or updates?

MixOnSight
Автор

Could you explane the string on 12:00 about JSON Serialize, what does this service will do? To convert all requests into json format?

Kravenhunter