CodeGanesh
CodeGanesh
  • Видео 26
  • Просмотров 52 259
How to migrate from ASP.NET Core 8.0 to ASP.NET Core 9.0
In this video, we're going to see how to migrate from ASP.NET Core 8.0 to ASP.NET Core 9.0.
If you liked my content, consider subscribing to my channel. Thanks.
#aspnetcore
#codeganesh
Просмотров: 702

Видео

Razor Pages vs MVC vs Blazor
Просмотров 3,5 тыс.2 месяца назад
In this video tutorial, we are going to learn the differences between Razor Pages, MVC and Blazor. All three sit on top of the ASP.NET Core framework. You'll learn that Razor Pages and MVC use Static Server-Side Rendering (Static SSR), while Blazor supports Static SSR, Interactive SSR, and Client-Side Rendering (CSR), plus a component-based programming model for building web UIs. If you liked m...
Thanks for taking my course: Blazor CRUD Jumpstart
Просмотров 4057 месяцев назад
Thanks for taking my course: Blazor CRUD Jumpstart
Welcome to my course: Blazor CRUD Jumpstart
Просмотров 3,6 тыс.7 месяцев назад
Are you a beginner developer with some Blazor and Entity Framework Core under your belt? Learn how to perform CRUD operations in .NET 8 with my course: Blazor CRUD Jumpstart with Entity Framework Core in .NET 8. In this course, we will be building a simple book catalog app, that lets a user add a new book, list all books, update an existing book and delete a book. This course is ideal for begin...
Thanks for taking my course: New Blazor Features in .NET 8
Просмотров 1387 месяцев назад
Thanks for taking my course: New Blazor Features in .NET 8
Render Razor Components Outside of ASP.NET Core | Blazor Tutorial | .NET 8
Просмотров 3197 месяцев назад
Welcome to this Blazor tutorial on how to render Razor Components outside of ASP.NET Core in Blazor in .NET 8. If you found the video helpful, consider subscribing to my channel. Thanks. #aspnetcore #blazor #codeganesh
Blazor Sections | Blazor Tutorial | .NET 8
Просмотров 3677 месяцев назад
Welcome to this Blazor Tutorial on the new feature of Blazor in .NET 8 called Sections. If you found the video helpful, consider subscribing to my channel. Thanks. #aspnetcore #blazor #codeganesh
Blazor Render modes | Blazor Tutorial | .NET 8
Просмотров 6727 месяцев назад
Hello, and welcome to this tutorial on Render Modes that are introduced to Blazor in .NET 8. In this video, you will be learning about the Static, InteractiveServer, InteractiveWebAssembly and the InteractiveAuto render modes. If you found the video helpful, consider subscribing to my channel. Thanks. #aspnetcore #blazor #codeganesh
Streaming Rendering | Blazor Tutorial | .NET 8
Просмотров 4227 месяцев назад
Welcome to this Blazor Tutorial on the new feature of Blazor in .NET 8 called Streaming Rendering. This is one of the Progressive Enhancements to Server Side Rendering in Blazor DotNet 8, now called Static Server Rendering. So, we''ll talk about how Blazor Server Side Rendering works, and then we'll create a Blazor Web App to see how Streaming Rendering works. This feature does not need to have...
Blazor Enhanced Navigation | Form Handling | Blazor Tutorial | .NET 8
Просмотров 5837 месяцев назад
Welcome to this Blazor Tutorial on the new feature of Blazor in .NET 8 called Enhanced Navigation and Form Handling. This is one of the Progressive Enhancements to Static Server-Side Rendering in Blazor in .NET 8. So, first we'll talk about how Blazor Static Server-Side Rendering works, and then we'll create a Blazor Web App to see how Enhanced Navigation and Form Handling works when the Blazor...
Blazor Static SSR | Blazor Tutorial | .NET 8
Просмотров 1357 месяцев назад
Hello. This is a tutorial on how Static SSR, or Static Server-Side Rendering works in Blazor in .NET 8. If this video helped you, consider subscribing to my channel for more content. Thanks! #aspnetcore #blazor #codeganesh
Blazor Web App Template | Blazor Tutorial | .NET 8
Просмотров 2597 месяцев назад
In this Blazor Tutorial, we explore the new Blazor Web App Template that is added to Blazor in .NET 8. Hope you enjoy the video. Consider subscribing for more content. Thanks. #blazor #aspnetcore #codeganesh
Blazor in .NET 8: Why You Need It
Просмотров 2467 месяцев назад
In this video, we'll take a deep dive into the high-level goal for Blazor .NET 8 and what it means for web developers. Blazor .NET 8 is a powerful web framework for building web applications using C# and .NET, and it offers a number of benefits over traditional web development approaches. We'll look at what's new in Blazor .NET 8, including its component-based architecture and support for serve...
Tools required for my course: New Blazor Features in .NET 8
Просмотров 1047 месяцев назад
Tools required for my course: New Blazor Features in .NET 8
Welcome to my mini course: New Blazor Features in .NET 8
Просмотров 1597 месяцев назад
Welcome to my mini course: New Blazor Features in .NET 8
Blazor CRUD Operations With Entity Framework Core in .NET 8
Просмотров 12 тыс.10 месяцев назад
Blazor CRUD Operations With Entity Framework Core in .NET 8
Delete data using Entity Framework Core in Blazor
Просмотров 1,1 тыс.10 месяцев назад
Delete data using Entity Framework Core in Blazor
Create a reusable form component in Blazor
Просмотров 3,3 тыс.10 месяцев назад
Create a reusable form component in Blazor
Update data using Entity Framework Core in Blazor
Просмотров 1,7 тыс.10 месяцев назад
Update data using Entity Framework Core in Blazor
Read data using Entity Framework Core in Blazor
Просмотров 2,2 тыс.10 месяцев назад
Read data using Entity Framework Core in Blazor
Save data using Entity Framework Core in Blazor
Просмотров 3,7 тыс.10 месяцев назад
Save data using Entity Framework Core in Blazor
Create a database using Entity Framework Core in Blazor
Просмотров 7 тыс.11 месяцев назад
Create a database using Entity Framework Core in Blazor
New Blazor Features in .NET 8 | A Complete Overview
Просмотров 6 тыс.Год назад
New Blazor Features in .NET 8 | A Complete Overview
Blazor in .NET 8 | New Features and Enhancements
Просмотров 1,4 тыс.Год назад
Blazor in .NET 8 | New Features and Enhancements
JavaScript Isolation in Blazor | .NET 5 | A Step-By-Step Tutorial
Просмотров 1,6 тыс.Год назад
JavaScript Isolation in Blazor | .NET 5 | A Step-By-Step Tutorial

Комментарии

  • @ramashankar2750
    @ramashankar2750 11 дней назад

    Thank you, You illuminated me on the nuances of upgrade needed for every .net version released yearly - a nightmare with solutions having 100 projects and to test all.

  • @junlapunete1602
    @junlapunete1602 11 дней назад

    Nice video, can you provide the source code?

  • @kesavavissamsetti5237
    @kesavavissamsetti5237 23 дня назад

    while editing new value not updating..

    • @codeganesh
      @codeganesh 14 дней назад

      Hello. Make sure you called "await context.SaveChangesAsync();" in the BookRepository's UpdateAsync method.

  • @kesavavissamsetti5237
    @kesavavissamsetti5237 23 дня назад

    Thanks

  • @frankfinken8378
    @frankfinken8378 Месяц назад

    Best Blazor video I found!

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much Frank

  • @ymtan
    @ymtan Месяц назад

    Hello Ganesh, my name is Delonix Tan and I am your new subscriber here. All of your videos tutorial are truly fantastic. However, I failed to comprehend the usage of [SupplyParameterFromForm] attribute. Could you kindly please elucidate what is the purpose of decorating the Book property with [SupplyParameterFromForm] attribute for both AddNew.razor and Edit.razor components ?

    • @codeganesh
      @codeganesh 14 дней назад

      Hi Delonix, and thanks for commenting. Sorry for the late reply. The [SupplyParameterFromForm] attribute simply indicates that: The data entered in the form should be passed to the Book property. So, for example, if a user enters some data, like, "Blazor in Action" in the EditForm's InputText element whose @bind-Value is set to Book.Title, then that data will automatically be passed to the Book's Title property. So, thus, Book.Title will have the value "Blazor in Action"

    • @ymtan
      @ymtan 14 дней назад

      @@codeganesh Hi Ganesh, is ok never mind. Many thanks for your crystal clear explanation.

  • @SBDavin
    @SBDavin Месяц назад

    Good video - thank you. 6:14 I think it is misleading to say that Razor Pages and MVC do not provide a component-based programming model. Both actually do. For Razor Pages and MVC, you can use Tag Helpers, Razor Components, View Components, and Partial Views.

    • @codeganesh
      @codeganesh 14 дней назад

      Hi. Thanks for your comment. What I meant was, Razor Pages and MVC by themselves lack a component-based programming model, in the stricter sense of "Razor components". So, yes, if we consider Tag Helpers, View Components and Partial Views as components in a broader sense, you're definitely right; Razor Pages and MVC do support this model. Thanks for pointing it out.

  • @miyu545
    @miyu545 Месяц назад

    Very good, but your library creation is not very standard. Nobody uses domain and infrastructure and application for naming conventions. Use one library for "DataAccess" Layer and one library for the "BusinessLogic" layer, and then finally the GUI "Presentation Layer". It will be much better to use standard terms when trying to teach others.

    • @codeganesh
      @codeganesh Месяц назад

      Hi. Thanks for your feedback. The architecture I use in this demo is referred to as "Clean Architecture", coined by Robert C.Martin, or Uncle Bob. It consists of 4 layers: Presentation, Application, Domain and Infrastructure layers. I just chose to name my libraries that mimic the architecture layers. Thanks.

  • @janwong5766
    @janwong5766 Месяц назад

    Is the CSR that you mentioned equivalent to WebAssembly?

    • @codeganesh
      @codeganesh Месяц назад

      Hi. Sorry for the late reply. Yes, you are right. CSR (Client-Side Rendering) refers to a component running in Blazor WebAssembly.

  • @saroshwadia
    @saroshwadia 2 месяца назад

    Great video clear and easy to understand! Is there a link to the source code? Thx

  • @darkside3ng
    @darkside3ng 2 месяца назад

    This is amazing!!! Thanks for your time in producing this video

    • @codeganesh
      @codeganesh 2 месяца назад

      Thank you so much for your comment. You're welcome.

  • @billvanheulen6700
    @billvanheulen6700 2 месяца назад

    This is the best Blazor video I have watched. You have a talent for teaching.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much. Really means a lot.

  • @cissemy
    @cissemy 2 месяца назад

    Which one do you recommend ?

    • @codeganesh
      @codeganesh 2 месяца назад

      I recommend Blazor going forward because it is full stack and can be used for building both server-rendered and client-rendered web UIs.

  • @ufukoztopcu8335
    @ufukoztopcu8335 2 месяца назад

    Differences of three frameworks are clearly explained. Many thanks.

    • @codeganesh
      @codeganesh 2 месяца назад

      Thank you so much for your comment. You're welcome.

  • @MuthuKumaran-md7tv
    @MuthuKumaran-md7tv 2 месяца назад

    Best presentation ever for render modes , interactivity.. Thank you..

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much Muthu.

  • @snamit8028
    @snamit8028 2 месяца назад

    Thanks you for this video can you make video on handling login sessions

    • @codeganesh
      @codeganesh 14 дней назад

      Hi. You're welcome. And sorry for the late reply. Sure, I will add that into my todo list.

  • @Corey8007
    @Corey8007 3 месяца назад

    I created the delete function as shown, but when i click delete i get an unhandled error exception: No object instance was found.

  • @waleedbensumaidea3947
    @waleedbensumaidea3947 3 месяца назад

    Thank you so much for this great video. Would you like make more videos about Blazor with js introp with more complex scenarios that happens in real world some times like when use bootstrap template that has its own js files, those files causes problems

    • @codeganesh
      @codeganesh 14 дней назад

      You're welcome. I will definitely add JS Interop scenarios to my todo list.

  • @kd_alanazi
    @kd_alanazi 3 месяца назад

    Thanks for great tutorial and how can we get the source code ?

  • @stephenhutasoit5570
    @stephenhutasoit5570 3 месяца назад

    I'm looking for you course, is there any link to sign up?

    • @codeganesh
      @codeganesh 3 месяца назад

      Hi. You can check my channel playlist here ruclips.net/p/PLVSMgoNxQkBOzYk7rNRYrotWqhbTRw-2-

  • @RadheKrishna-s4n
    @RadheKrishna-s4n 3 месяца назад

    Hi Ganesh can we get the source code please it would be very helpful, thanks for this wonderful course❤

  • @rashoElhasa
    @rashoElhasa 4 месяца назад

    Is it possible with EF in .NET to read data from a View?

  • @robotinike
    @robotinike 4 месяца назад

    very good, thanks for this video

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much. And you're welcome.

  • @vishalgangapuram6239
    @vishalgangapuram6239 4 месяца назад

    well explained

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much VIshal.

  • @jayjorneypua8174
    @jayjorneypua8174 4 месяца назад

    WHERE'S THE SOURCE CODE?

  • @DfrlonlineMeetings
    @DfrlonlineMeetings 4 месяца назад

    Very Helpful. I really got benefited with the course. please post frequently.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much. Sure, I will post frequently.

  • @ДарьяБондарева-р4г
    @ДарьяБондарева-р4г 5 месяцев назад

    This is the best video on this topic <3 Thank you very much! You are my savior. If your video didn't exist, I wouldn't have written a my summer practice with a blazor

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much for your comment. You're welcome.

  • @jameskayihura1675
    @jameskayihura1675 5 месяцев назад

    You're amazing as an instructor.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much James. Really means a lot.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much James.

  • @skynet9914
    @skynet9914 5 месяцев назад

    how much i appreciate you , is not enough , so patient so clever , you are golden mine bro

    • @codeganesh
      @codeganesh 14 дней назад

      Thanks a lot for your appreciation bro. It really means a lot.

  • @buba6422
    @buba6422 5 месяцев назад

    Thank you for starting from a blank Solution and explaining everything as you went along.

    • @codeganesh
      @codeganesh 14 дней назад

      You're most welcome.

  • @Don-ii4vm
    @Don-ii4vm 5 месяцев назад

    Impressive course. I learned a lot. Thank you. I look forward to more courses from you.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much Don. You're welcome.

  • @skynet9914
    @skynet9914 5 месяцев назад

    you are best bro

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much bro.

  • @RecipeNama
    @RecipeNama 5 месяцев назад

    very valuable

  • @hoanghung2809
    @hoanghung2809 5 месяцев назад

    you have git ? please give me link souce !

  • @BashirManteq
    @BashirManteq 6 месяцев назад

    Great ♥ , you deserve 1m subscribers

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much Bashir

  • @navindalmia
    @navindalmia 6 месяцев назад

    Really liked the video as it was very informative for a beginner like me..

    • @codeganesh
      @codeganesh 14 дней назад

      Thanks. Glad you liked my content.

  • @waynegreen7970
    @waynegreen7970 6 месяцев назад

    Good content!

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much Wayne.

  • @anomalii7720
    @anomalii7720 6 месяцев назад

    Very nice, but...if you put the connectionstring in the frontend ...there is something wrong.

  • @RouteDeTours
    @RouteDeTours 6 месяцев назад

    This series is extremely well done. It is a pity more posters are not like yourself. Your series has helped me learn Blazor more than all the other posters put together. Many thanks!

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much. Really means a lot.

  • @mohammedessa3432
    @mohammedessa3432 6 месяцев назад

    Very good thank you

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you so much Mohammed. You're welcome.

  • @dhirenpathak
    @dhirenpathak 7 месяцев назад

    Nice Tutorials

  • @sabarinathanthangaraj8681
    @sabarinathanthangaraj8681 7 месяцев назад

    Excellent work.

    • @codeganesh
      @codeganesh 7 месяцев назад

      Thank you very much.

  • @belalbadawy3593
    @belalbadawy3593 7 месяцев назад

    I am genuinely grateful for the time and effort you put into creating and sharing this tutorial. I wish that you can do a full project with Blazor as enterprise arch.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you for your comment. I will add that one in my todo list.

  • @jimmydavila7196
    @jimmydavila7196 7 месяцев назад

    Great Tutorial. Thanks for sharing your knowledge. It would be awesome if you create a Master Detail tutorial with user authentication in Blazor.

    • @codeganesh
      @codeganesh 14 дней назад

      Thank you. And you're welcome. I will be surely adding that one in my todo list. Thanks.

  • @MrLexitt
    @MrLexitt 7 месяцев назад

    Very Good! You deserve 100k subscribers.

    • @codeganesh
      @codeganesh 7 месяцев назад

      Thank you so much for your comment. Glad my content was useful. Love to hear that. Regards.

  • @SANKALPRAJSINGH
    @SANKALPRAJSINGH 7 месяцев назад

    in your video you are able to redirect your page to fill the form but i am not, even then when i have strictly followed your instruction, i you have you have any solution then please do share that

  • @sureshmutluru4532
    @sureshmutluru4532 7 месяцев назад

    You are a wonderful teacher with clear concepts. Consider auth in your tutorial, tough but essential part of most of the apps

    • @codeganesh
      @codeganesh 14 дней назад

      Hi. and Thanks for your comment. I will definitely add that one to my todo list.

  • @satwikgawas5582
    @satwikgawas5582 7 месяцев назад

    Hello sir can you please start complete blazor course

    • @codeganesh
      @codeganesh 7 месяцев назад

      Hi Satwik! You can find the course on my channel Playlist "New Blazor Features in .NET 8 - A Mini Course".

    • @satwikgawas5582
      @satwikgawas5582 7 месяцев назад

      @@codeganesh no complete from scratch not new features

  • @satwikgawas5582
    @satwikgawas5582 7 месяцев назад

    Hello sir can you start complete course on blazor

  • @markharby180
    @markharby180 8 месяцев назад

    Hey Ganesh, I have watched a number of Blazor CRUD videos and I have to say this is the best. You develop and explain in a real-world way, I love that you take the time to style as you go, this stuff is priceless, well done. You now have one new subscriber.

    • @codeganesh
      @codeganesh 7 месяцев назад

      Thank you so much for your comment. Glad you found my content useful. Thanks for subscribing.