Blazor for Web Form and C# Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2024
  • In this session we will cover how you can use Blazor within your Web Form applications.
    For more information head over to aka.ms/Focuson...

ความคิดเห็น • 8

  • @joefredriks6834
    @joefredriks6834 3 ปีที่แล้ว

    On a positive note - I didnt realize how well supported Mono's implementation of the .net framework is. At least in time we'll all have a home on linux!

  • @solotech1206
    @solotech1206 4 ปีที่แล้ว +2

    sweet blazor. I want one

  • @whatwhome6914
    @whatwhome6914 4 ปีที่แล้ว +1

    I see a lot of very simple one page Blazor examples. How would someone architect a large application that has 50+ displays whereas each display would present itself on a tabbed (MDI style) layout? Oh, and switching between already open tabs would not require rebuilding the content on the tab. In an old WebForms app, we just open each page as a new web page and the build in browser tabs do their job. In this single page world, how does someone mimic that style?

    • @contrist0
      @contrist0 4 ปีที่แล้ว

      this dude streams on twitch and has done work on several multipage apps.

  • @joefredriks6834
    @joefredriks6834 3 ปีที่แล้ว +2

    Explain to me how any of that is 'better' than Webforms? It seemed to me like you just showed us how to move one thing over to another thing with no actual 'gain'. 1-1. In fact, it's gone backwards. Since now I'm expected to recreate functionality that just worked out of the box previously. I understand the need for MS to try and stay relevant by coming out with new shinny things. But, at least show us some big leaps forward. Migrating from WebForms to Blazor is a waste of time for anyone trying to actually get work done and solve customer problems.

    • @LettersAndNumbers300
      @LettersAndNumbers300 ปีที่แล้ว

      Oh thank you I thought it was just me. What a mess. It’s fucking mysticism figuring out what will run on server and what runs on client. My current theory that if you make a method return a task it goes to the server, is that right?