ASP.NET Web API and Javascript Full Stack Web Application – Build A Notes Application



ASP.NET Web API and Javascript Full Stack Web Application – Build A Notes Application

ASP.NET Web API and Javascript Full Stack Web Application - Build A Notes Application

This is PART-1 of the video series – Build Full Stack Web Application Using ASP.NET Core Web API and Javascript Client – Notes App

In this video, you will learn to create an amazing full-stack application that will be used to show, add, and delete update notes.
This will be a great learning experience and in this one, we will create a backend API using ASP.NET 6 (.NET 6) and use entity framework core to persist our data.
we will also create a front-end client using HTML CSS and javascript and we will tie both these applications together to create a wonderful full-stack web application.

If you like this video, please hit that like button and subscribe to the channel if you want to see more free content like this in the future.

💖 Subscribe to show support: https://bit.ly/2FAgXzS
☕ Buy me a coffee: https://www.buymeacoffee.com/SameerSaini

In the ASP.NET 6 Web API, we will install Entity Framework Core to talk to our SQL Server database and perform CRUD operations.

In the Client Side, we will create our UI Client using HTML, CSS and Javascript.

We will use the Fetch API to make HTTP Calls to our .NET API and make CRUD operations on the API.

We will also enable CORS on the .NET API.

#javascript #aspnetcore #fullstack

Comments are closed.