Thanks so much! Great to get such positive feedback! :)
@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 Жыл бұрын
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-p1l3 ай бұрын
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!
@GavinLon3 ай бұрын
Thank you! :)
@yapcona11 күн бұрын
Legend, thank you for the help 🙏
@GavinLon11 күн бұрын
You are very welcome! :)
@glass_eater114 ай бұрын
Can't wait to start developing on a website, thanks a ton!!
@GavinLon4 ай бұрын
Awesome! Creating web apps using Blazor is an enjoyable experience!
@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 Жыл бұрын
Thank you for your positive feedback! I'll definitely do more videos like this moving forward :)
@zedshockblade715710 ай бұрын
Do you know any formatter with razor pages in vscode?
@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 Жыл бұрын
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 :)
@abdulrashgadu832511 ай бұрын
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
@GavinLon11 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Is the C# dev kit free to use at my company if I am the only programmer?
@GavinLon Жыл бұрын
C# Dev Kit is totally free for anyone to use :)
@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 Жыл бұрын
@@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 Жыл бұрын
Nice background you got there 😅
@GavinLon Жыл бұрын
Thank you! :)
@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 Жыл бұрын
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.
@kipchickensout6 ай бұрын
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)
@GavinLon6 ай бұрын
Hi. Thanks for your comment. I grew up in South Africa but spent most of my working life in London :)
@kipchickensout6 ай бұрын
@@GavinLon Aah okay good to know my mind wasn't tricking me :)
@repairstudio4940 Жыл бұрын
How did you make the YT Like button do that thing??? Lol
@harrisonpops691310 ай бұрын
it does that automaticly now its pretty cool
@tmarkovski Жыл бұрын
dotnet --list-sdks
@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 Жыл бұрын
this is not good for a beginner all we are doing is copying and pasting and no explanation .
@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.
@asoftraiden5 ай бұрын
very bad content alert ! just find somebody who can make coherent statements