.NET 8 LIVE Coding - Building Blazor Movie

preview_player
Показать описание
Join Bobby and Jacob to build a .NET 8/Blazor movie application from start to finish.

Buy Bobby's T-shirt.

Blazor Movie App Repo:

---------------------------------------------------------------------
Timestamps:

0:00 - Start
01:38 - Intro
04:40 - Building Web Apps with Blazor
12:40 - Blazor Movie List App Demo (what we'll build)
15:10 - Project setup
41:05 - Blazor Components
52:20 - Wireframes & Initial Pages
01:41:50 - Get data from TMDB API
02:19:40 - Build the page and add API data
03:07:15 - Routing & Details page data
03:38:21 - Building movie details page
04:50:55 - Paging
05:28:50 - Wrap Up
------------------------------------------------------------------------

Learn to code online:

Get 50% off for the first 3 months:

------------------------------------------------------------------------
📖 Buy the Book: Breaking the Code

👕 Grab some CF merch

🗣 Join us on Discord

💻 How to get your first coding job

🎥 The equipment we use at Coder Foundry

DISCLAIMER: This video and description may contain affiliate links, which means that if you click on one of the product links, we’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!
Рекомендации по теме
Комментарии
Автор

Thanks for this live tutorial. I finished the app in about 3 days. For those of you wondering what the in-person CF bootcamp is like, this is a realistic representation(although a bit faster than in-person instruction). My next step is to built out a backend (akin to the .NET5 Movie Pro project in the self-paced course) and integrate this WASM project into a full-stack app. Please keep the Blazor content flowing. A Blazor-Maui hybrid project would be a great addition to the self-paced class as well.

WondervilleSeries
Автор

Wow, this channel is amazing! Thank you for sharing this great build; I'm a new subscriber now.

PabloSanDev
Автор

This video is amazing, special mentions to Jacob.

rahulmule
Автор

One of the best explanations of code, thanks.

MihaiMoisei
Автор

I am a Compute Science Student And this video help me with lott❤❤❤❤love you brooo keeeep it

beautyofworld
Автор

Thank you so much guys, the video was amazing for real 🙏🏻

nturodestiny
Автор

Thanks a lot guys! I learned a lot of cool things! 😊

christopherlebron
Автор

Timestamps would help all of us :D
Thank you for the content!

sawyer
Автор

Get this error 401 (Unauthorized). when executing movie example even though I have been assigned and entered the valid key into example code which works when url /key is just entered into browser, what did i do wrong?

ScottJohnson-hivv
Автор

I want API Key please, how can get it?

codeDotnet
Автор

Does anyone know how to deploy this project?

huyennguyenkhai
Автор

This was a great video!! thanks for the content guys!!

CodingMindsMadrid
Автор

I'm new to all of this so I'm a little confused. When would you ever use wasm/auto? If everything is seen by the client, how can you do anything useful? Api keys and proprietary code will be available to the client. Seems like signalR may be the best option for a lot of the use cases?

tbunreall
Автор

Thanks a lot for that awesome tutorial.
Can we use
@if(movies is null)
{
<p>Loading...</p>
return;
}
instead of if else ?

Tamer_Ali
Автор

For the blazor movie app, When I start up a new blazor web assembly standalone project in visual studio 2022 with Net 8.0 long term support, it creates everything except a components folder. Anyone else know why there would be no components folder? Do I need to install something in addition?

anthonychiara
Автор

Is there a setting I have to turn on for your styles like 'var(--cf-theme-900)' to work? I copied your themes.css into my project, but these are not working. If I replace the 'var(--cf-theme-900)' with a color like 'darkgrey' I get the styling.

rschmidt
Автор

Great video, watching and coding with the video. Was wondering is this going to be on github?

netrunner
Автор

Hello there, Thanks a lot for your content it is really helpful. I wanted to know if you have any full project using the new Blazor web app template and database first approach or if you plan to make a tutorial like this soon. Thanks for you help again.

wellingtonm
Автор

Damn nice! Thank you so much! 😘

Question: Isn't it safer in terms of data scraping to have the home page without the page parameter and to only switch the page internally?

lubobir
Автор

Hello awesome tutorial but I got the following error. UI\Paginator.razor.css : error BLAZOR102: The scoped css file 'UI\Paginator.razor.css' was defined but no associated razor component or vi
ew was found for it. please help.

Kokikaris