How to Develop Full-Stack Application using ASP.NET Blazor WebAssembly

preview_player
Показать описание
ASP.NET Blazor gives opportunity for .NET developers to develop Full-Stack interactive web application by leveraging C# sharp skills without using javascript. In this video we explore the functionality and capabilites of Blazor WebAssembly and create a modern interative full-stack web application to perfrom database operations like Create , Read, Update & Delete (CRUD) using Web API, Entity Framework and SQL Server database.

You will learn the following

Build a Modern Web Application using Blazor WebAssembly
Using Visual Studio 2022
Entity Framework and Code First Approach
Dependency Injection
Introduction to Blazor Components
Understanding of Blazor Assembly Project Structure (ASP.NET core hosted)
NuGet Package Manager
Entity Framework Migration Commands
Blazor Components
Blazor WebAssembly and .NET Core RESTful API
Custom CSS and JavaScript in Blazor
Perform Database Operations like Create , Read, Update & Delete

Thanks for visiting Digital TechJoint Channel and we wish all the very Best Learning experience .

Please do Subscribe, Share and like our videos
Below are the links of Video that will help further in learning ASP.NET.

Good Luck !!! Keep Learning

RazorPay Payment Integration in ASP.NET MVC

Blazor Server Vs Blazor WebAssembly Application

Develop Full-Stack Application using Blazor WebAssembly

How To Deploy ASP.NET Appliction on AWS Cloud Platform

How To Apply Free Bootstrap in ASP.NET Application

Razor Pages Complete Course Dotnet Framework 6.0

Complete Course in ASP.NET MVC 6.0

How to Setup Amazon AWS Free Account

AWS Secure Root User Using Identity Access Management Service (IAM)

Intro To ASP.net CORE

How To Upload Images in Database ASP.NET Razor Pages

Dependency Injection Explained

ASP.net CORE Using ADO.net

Repository Pattern Explained

Getting Started with Razor

Working with Images

Razor Page Short Videos Playlist

Complete ASPNET MVC Course

AWS S3
Рекомендации по теме
Комментарии
Автор

For anyone watching, this is NOT WebAssenbly static page, there is a huge difference when You try to host this. Weassembly will need the JS libraries from google not the Nuget Packages. WASM can be hosted on google host, this can not.

CasalGamerGG
Автор

Would I be ok to put the 3 projects under a "src" folder? Would that cause any issues?

HaileeMiu