Visual Studio Code, .NET 8, Blazor and C# Dev Kit - Create a Basic Application - Beginner Friendly

  Рет қаралды 13,934

Gavin Lon

Gavin Lon

Күн бұрын

Пікірлер: 37
@razakalsharafy4708
@razakalsharafy4708 Жыл бұрын
Very impressive demonstration. Thank you so much.
@GavinLon
@GavinLon Жыл бұрын
Thanks so much! Great to get such positive feedback! :)
@jordanolson11
@jordanolson11 Жыл бұрын
Hey Gavin, I work with a team, we code an API using laravel (php) to basically make the original application more user friendly, I learned a lot of C# in college but it's been like 10 years, you've inspired me to get back into C# and move onto bigger and better things, after getting the basics down I'll be learning godot, I really want to make a game. I'm super excited, I'm currently working on your beginner course to get the certificate, once I finish that I'm going to jump in the rest of your videos, I am loving it and having a great experience, I never thought I would. Thanks!
@GavinLon
@GavinLon Жыл бұрын
That's awesome! Thanks so much for this comment. C# is such a versatile and powerful language - you cannot go wrong by learning C#. Thank you for letting me know that you are enjoying my videos - it is greatly appreciated! More content is coming soon! :)
@BroniusMotekaitis-p1l
@BroniusMotekaitis-p1l 3 ай бұрын
Very nice, simple, straightforward, well-paced. Thanks for taking the time to post a vid like this. Github tip: When viewing a file, instead of drag-select-copy, use the simple Copy icon next to Raw and do away with funny characters post-edit and potential for missing select-all. Cheers!
@GavinLon
@GavinLon 3 ай бұрын
Thank you! :)
@yapcona
@yapcona 11 күн бұрын
Legend, thank you for the help 🙏
@GavinLon
@GavinLon 11 күн бұрын
You are very welcome! :)
@glass_eater11
@glass_eater11 4 ай бұрын
Can't wait to start developing on a website, thanks a ton!!
@GavinLon
@GavinLon 4 ай бұрын
Awesome! Creating web apps using Blazor is an enjoyable experience!
@harrivayrynen
@harrivayrynen Жыл бұрын
Thish kind of coding videos are nice way to learn new things. You can build first simple working version with video and afterwards add things to the project. Thank you!
@GavinLon
@GavinLon Жыл бұрын
Thank you for your positive feedback! I'll definitely do more videos like this moving forward :)
@zedshockblade7157
@zedshockblade7157 10 ай бұрын
Do you know any formatter with razor pages in vscode?
@p4nc4ket1me
@p4nc4ket1me Жыл бұрын
With the weather loading example, how is that different from a typical project where the page is loaded instantly and the table is populated through an asynchronous function? The end result for the user would be the same no?
@GavinLon
@GavinLon Жыл бұрын
In a typical Blazor Server application on for e.g. .NET 7 the weather data would be pushed via a signal-R connection to the client (asynchronously). In a Blazor application on .NET 8 where server side rendering is implemented - streaming rendering can be leveraged in which case a typical http Request/Response model is used for loading the data asynchronously in the browser. SSR has several benefits over the use of a Signal-R connection for initial page loads - it can result in potentially faster load times and better SEO. I hope that helps :)
@abdulrashgadu8325
@abdulrashgadu8325 11 ай бұрын
Perfect Video to get started with VS Code and .NET... I for some reason, my images don't display and I think it might have something to do with the location routing or something as I only saved the name as images and now images/movies. Not sure what to do next
@GavinLon
@GavinLon 11 ай бұрын
Thank you for your comment. Assuming you have appropriately included the correct paths to the images in your code, there shouldn't be a problem. Also of course check that you have the images saved to the correct folder, and compare your code to the code on GitHub :)
@adeterminedpolarbear
@adeterminedpolarbear Жыл бұрын
Hey Gavin, I really appreciate what you do for the dev community. I was wondering if you could make a course for people using Unity that also covers backend development, such as using services such as Playfab,aws or firebase. I think backend development isn't talked about enough and Unity is a beast of a game engine. Regardless, thank you for everything you do :)
@GavinLon
@GavinLon Жыл бұрын
I've done 6 parts in a course for Unity which I haven't finished but will finish it in the future. You can find the videos at this URL - kzbin.info/www/bejne/gYXOXoh8d9OEpq8 I can certainly look into including services in this course and backend development. Thanks so much for your valuable feedback! :)
@tibba69
@tibba69 Жыл бұрын
Is the C# dev kit free to use at my company if I am the only programmer?
@GavinLon
@GavinLon Жыл бұрын
C# Dev Kit is totally free for anyone to use :)
@tibba69
@tibba69 Жыл бұрын
Awesome! I mistakenly though that if the company I work for has too much revenue ($1,000,000), then I couldn’t use the C# dev kit.
@GavinLon
@GavinLon Жыл бұрын
@@tibba69 Its generally free but please check out the details here for the conditions associated with using C# dev kit - code.visualstudio.com/docs/csharp/cs-dev-kit-faq#:~:text=This%20means%20that%20C%23%20Dev,Dev%20Kit%20at%20no%20cost.
@vivekkaushik9508
@vivekkaushik9508 Жыл бұрын
Nice background you got there 😅
@GavinLon
@GavinLon Жыл бұрын
Thank you! :)
@DavidOfTheSouth
@DavidOfTheSouth Жыл бұрын
Gavin Im a beginner but my ultimate goal is to make a chess website. Is something like that best done in unity? or Asp.Netcore? Maui? what do you think I should focus on learning.
@GavinLon
@GavinLon Жыл бұрын
A 3D or 2D chess game developed on Unity would be great but you could also create a web based chess game using Blazor. You could also create your chess game for cross platform mobile devices (Android or IOS) using .Net MAUI. Once you have the logic down you can reuse the code across platforms - you can create your chess game for multiple platforms. :) If you want your chess game to be in 3D I would recommend Unity.
@kipchickensout
@kipchickensout 6 ай бұрын
That annoying invisible character that was at the start of your files might just be the BOM, at the bottom right of VS Code you can see "UTF-8 with BOM" so you might be able to disable it there Are you from south africa or am I mistaken? (because of the accent)
@GavinLon
@GavinLon 6 ай бұрын
Hi. Thanks for your comment. I grew up in South Africa but spent most of my working life in London :)
@kipchickensout
@kipchickensout 6 ай бұрын
@@GavinLon Aah okay good to know my mind wasn't tricking me :)
@repairstudio4940
@repairstudio4940 Жыл бұрын
How did you make the YT Like button do that thing??? Lol
@harrisonpops6913
@harrisonpops6913 10 ай бұрын
it does that automaticly now its pretty cool
@tmarkovski
@tmarkovski Жыл бұрын
dotnet --list-sdks
@GavinLon
@GavinLon Жыл бұрын
Yes thanks :) dotnet --list-sdks - will show you a list of the dotnet sdks that you have installed on your machine. You can see both the SDK versions and runtime versions with the command, dotnet --info
@Weareisreal
@Weareisreal Жыл бұрын
this is not good for a beginner all we are doing is copying and pasting and no explanation .
@GavinLon
@GavinLon Жыл бұрын
It's not intended to be a comprehensive tutorial on Blazor. The focus is on Visual Studio Code, .NET 8 and C# Dev Kit, and provides an overview of how you can put a Blazor app together using these technologies.
@asoftraiden
@asoftraiden 5 ай бұрын
very bad content alert ! just find somebody who can make coherent statements
Is Blazor Better than React?
14:25
Gavin Lon
Рет қаралды 57 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
How to Become a Highly Employable C# Developer in 2025
20:10
Gavin Lon
Рет қаралды 4,2 М.
6 Reason to Skip Blazor in 2025
10:15
Deploy & Destroy
Рет қаралды 1,8 М.
Getting Started with MAUI in Visual Studio Code
26:55
Microsoft Visual Studio
Рет қаралды 21 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 310 М.
12 VS Code Extensions to INCREASE Productivity 2024
27:13
Devression
Рет қаралды 867 М.
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 359 М.
CRUD with the Blazor Server Render Mode in .NET 8 🔥
50:27
Patrick God
Рет қаралды 14 М.
Is Asp.NET Core Better than Node.js
13:35
Gavin Lon
Рет қаралды 10 М.
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН