Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. what is major difference between blazor server app and asp.net mvc razor app?

what is major difference between blazor server app and asp.net mvc razor app?

Scheduled Pinned Locked Moved ASP.NET
asp-netquestioncsharpsysadminarchitecture
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nitin S
    wrote on last edited by
    #1

    what is major difference between blazor server app and asp.net mvc razor app?

    ===================================================== The grass is always greener on the other side of the fence

    M 1 Reply Last reply
    0
    • N Nitin S

      what is major difference between blazor server app and asp.net mvc razor app?

      ===================================================== The grass is always greener on the other side of the fence

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      And you need more information than is already out there what is major difference between blazor server app and asp.net mvc razor app[^] ?

      Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

      N 1 Reply Last reply
      0
      • M Mycroft Holmes

        And you need more information than is already out there what is major difference between blazor server app and asp.net mvc razor app[^] ?

        Never underestimate the power of human stupidity - RAH I'm old. I know stuff - JSOP

        N Offline
        N Offline
        Nitin S
        wrote on last edited by
        #3

        every interaction is a network call

        if i have slow internet then basic functions will take forever to execute

        ===================================================== The grass is always greener on the other side of the fence

        J 1 Reply Last reply
        0
        • N Nitin S

          every interaction is a network call

          if i have slow internet then basic functions will take forever to execute

          ===================================================== The grass is always greener on the other side of the fence

          J Offline
          J Offline
          jkirkerx
          wrote on last edited by
          #4

          My take on it was that with Blazer, you can make client side apps sort of like Angular, in which you can type your client side code in c# instead of JavaScript or TypeScript, and a Blazer utility sort of like Babel will translate your c# code into current and backwards compatible JavaScript, and automatically insert it into the server side generated HTML, and transmit it back to the client. This reminds of .Net MVC, in which you can add React client and server via NuGet packages, and write react modules to insert on Razor pages, in which Babel will translate the React module into JavaScript and integrate into the server generated HTML and send the page to the client. So instead of client generating React JavaScript, it's done on the server side, so that .Net can keep track of it. Babel is a translator, that can generate backwards compatible JavaScript from ECMAScript 2015+ [What is Babel? · Babel](https://babeljs.io/docs/en/) So in my mind from what I read of it, Blazer is sort of like ReactJS using Babel, or AngularJS in which you can create a single page application SPA within a single Razor page all in c# without the steep learning curve of ReactJS or AngularJS.

          If it ain't broke don't fix it Discover my world at jkirkerx.com

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups