Тёмный

Blazor in .NET 8 in 3 Hours | Blazor Server | WebAssembly | Entity Framework Core | ASP.NET Identity 

Frank Liu
Подписаться 32 тыс.
Просмотров 11 тыс.
50% 1

Source Code:
frankliu.thinkific.com/produc...
🎁ALL-ACCESS Subscription: Unlock access to all of my courses, both now and in the future at a low $19.99 / month.
frankliucs.com/all-access
💎 Blazor Deep Dive in .NET 8 - From Beginner to Advanced
frankliucs.com/blazor8
💎 Learn Blazor while building an Inventory Management System in .NET 8
frankliucs.com/blazor-ims
💎 Become advanced-level programmer with challenges from CodeCrafters. Over 50k devs use CodeCrafters, including staff-level engineers at Google, GitHub, Vercel, and more. Use the following link to get 40% off:
frankliucs.com/codecrafters
💎 Learn .NET Core MVC in .NET 8 by building a Market Management System
frankliucs.com/mvc
💎 Complete Guide to ASP.NET Core Identity in .NET 8
frankliucs.com/identity
💎 Complete Web API Course in .NET 8
frankliucs.com/webapi-course
💎 SQL Masterclass: From Zero to Hero with SQL Server
frankliucs.com/sql
💎Learn .NET MAUI while creating a Contacts App in .NET 7:
frankliucs.com/maui
🔥Learn Blazor while creating an Inventory Management System in .NET 6
frankliucs.com/blazor-ims
💎Complete Blazor Course: Build an e-commerce app with ASP.NET Blazor and Clean Architecture
frankliucs.com/blazor-course
👍Clearn Architecture Course
frankliucs.com/architecture-c...
🔌 Connect with me: frankliucs.com/
🏅 Support me on Patreon: / frankliucs
☕ Support me on Buy me a Coffee: www.buymeacoffee.com/frankliucs
00:00:00 Introduction
00:04:31 What is Blazorm
00:10:14 Choices of Interactivities
00:18:45 Project Structure
00:31:54 Two Types of Components
00:40:24 Implicit Razor Expressions
00:47:04 Explicit Razor Expressions
00:51:41 Create a static data repository
00:54:20 Razor syntax: Output list with looping
00:59:51 Assignment 1: Output City button list
01:01:32 Assignment 1: Answer
01:06:09 Working with static resources
01:11:36 Assignment 2: Create a routable component
01:12:39 Assignment 2: Answer
01:16:44 Route Parameters and Constraints
01:24:26 Use OnParametersSet to receive parameter value
01:30:31 Use EditForm and Input components to display and collect data
01:38:20 Form submission and model binding in Blazor SSR
01:51:59 Form Validations
02:00:39 Dependency Injection & NavigationManager
02:14:46 Assignment 3: Add Server
02:15:40 Assignment 3: Answer
02:22:44 Use EditForm to delete data
02:32:10 Stream Rendering
02:36:28 What is Interactivity
02:41:56 Use Enhanced Navigation in Blazor SSR for interactivity
02:47:36 Use Enhanced form handling in Blazor SSR for interactivity
03:01:21 What is Server Interactivity
03:09:49 Enable Server Interactivity how to make a component interactive
03:18:19 Ineractivity Location
#blazor
#aspnetcore
#entityframework
#aspnetcorewebapi

Опубликовано:

 

25 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@ShilpaGowda-bc2xb
@ShilpaGowda-bc2xb 15 дней назад
One of the best tutorial on RU-vid
@handypda
@handypda 6 дней назад
Really good!
@CodySkidmorenh
@CodySkidmorenh 16 дней назад
@Frank Liu 15 minutes in... excellent content.
@vulcanlee
@vulcanlee Месяц назад
I have purchased this course on Udemy and I really like your course
@bobtoad8601
@bobtoad8601 20 дней назад
Very good course. Worth any minute.
@jlpetersen20
@jlpetersen20 5 дней назад
Very good tutorial
@NotMarkKnopfler
@NotMarkKnopfler День назад
Any idea why it is displaying the messages in the rendered web pages twice? Is it something to do with the class being instantiated (1st message), and then later we explicitly display a property - which causes the message to be displayed again?
@0x-003
@0x-003 12 дней назад
Can you create more beginner friendly C# videos, like how to build stuff, like projects. am a frontend dev, and wanting to learn and move to backend development. i recently started learning about C#, and I want to become good
@robinheyer708
@robinheyer708 18 дней назад
2:29:10 Can confirm the refresh works as expected again. I had a Navigation Exception earlier in the project but this works fine. MS seems to be struggling getting all these different render modes correctly through the compiler (not entirely unexpected, I'd say).
@FrankLiuSoftware
@FrankLiuSoftware 18 дней назад
I tried it and it does work now.
@robinheyer708
@robinheyer708 13 дней назад
@@FrankLiuSoftware Thanks for your generosity, Frank. This was really good. I was just wondering, near the end, we go to an interactive setup. Does this negatively impact the way methods are called using the EditForm in any way or can you use both ways in a component set to InteractiveServer rendering without issues?
@9dgalo
@9dgalo 29 дней назад
Hi Frank, I’ve bought this course in Udemy. I need to learn WASM specifically… I know it can be a silly question but would you recommend to go right to de WASM part (skip the SSR section) or definitely will be better to take the entire course?? It’s just that I’m running late for a school project. Best regards. Thanks.
@FrankLiuSoftware
@FrankLiuSoftware 29 дней назад
I definitely recommend watching everything. Most of the knowledge about Blazor SSR and Server interactivity is the same as WASM.
@9dgalo
@9dgalo 29 дней назад
@@FrankLiuSoftware thanks for taking the time Frank, and thanks for this excellent course.
@wisnu7734
@wisnu7734 Месяц назад
Hi...does browser get full html then blazor.web.js will compare current documet with incoming full html then change the diferent between them ???...or the browser get only partial imcoming html the update the dom ??
@FrankLiuSoftware
@FrankLiuSoftware Месяц назад
If you are referring to SSR, the first request will get full HTML unless you are using stream rendering. After that , requests are intercepted by the Blazor. Web.js and it sends fetch request and does partial update.
@wisnu7734
@wisnu7734 Месяц назад
@@FrankLiuSoftware thanks...can you show me the fetch request and the pure response from server in the next video ??
@AL-kn4yx
@AL-kn4yx 5 дней назад
Can you make a full Udemy course on Entity framework?
@FrankLiuSoftware
@FrankLiuSoftware 5 дней назад
Yes, that is on my radar.
@luisfernandodeolazabalsche3317
@luisfernandodeolazabalsche3317 12 дней назад
Hello Frank, I would like to purchase several of your udemy courses, do you please have a discount code to give me?
@FrankLiuSoftware
@FrankLiuSoftware 10 дней назад
Please check out the description area. All links have coupons assicy.
@skanthathurai9701
@skanthathurai9701 Месяц назад
Where can I get the source code?
@FrankLiuSoftware
@FrankLiuSoftware Месяц назад
Check out the description please.
@Porwal-wd6mn
@Porwal-wd6mn 29 дней назад
@@FrankLiuSoftware I entered my name and email id but the page is still showing "Success! You will be redirected shortly."
@atirah14
@atirah14 22 дня назад
Frank, I didn’t know how to contact you. The virtualize html attribute is not working after I updated visual studio 2022. @typeparam also is not being recognised. Any help on this would be appreciated
@FrankLiuSoftware
@FrankLiuSoftware 22 дня назад
Did you try to restart visual studio or reboot the computer? If it is truly caused by visual studio updates, you will have to wait for the next update. There is not much you can do about it. But it shouldn't affect your production environment.
@atirah14
@atirah14 22 дня назад
@@FrankLiuSoftware I rebooted and restarted the computer several times. Blazor just refuses to recognise the virtualise and typeparam. I am using visual studio 2022 version 17.10.1.
@robinheyer708
@robinheyer708 13 дней назад
VS has been a mess, I had TypeScript warnings in this project specifically and randomly generated warnings for width and height set on img tags... All seems good after today's update, it even seems to recognize the container css rule now.
@nick78698
@nick78698 13 дней назад
Honestly, drop VS and go for Rider. Totally worth the 15 euros/month(or totally free with an educational license). I'm a software engineering teacher, and half of the time I'm debugging VS for my students instead of the actual code 🙄
Далее
2000 vs 2100
00:15
Просмотров 16 тыс.
СТРИМ ► Elden Ring - Shadow of the Erdtree #4
5:55:46
При каком ВЕСЕ ЛОПНЕТ ШИНА?
18:44
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
Просмотров 1,5 млн
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
APIs Explained (in 4 Minutes)
3:57
Просмотров 667 тыс.
Building Beautiful Blazor Websites in .NET 8
1:01:47
Просмотров 7 тыс.
Brutally honest advice for new .NET Web Developers
7:19
Is Blazor Better than React?
14:25
Просмотров 42 тыс.
2000 vs 2100
00:15
Просмотров 16 тыс.