Microsoft's Long-Term Support (LTS) Plans for Blazor

DJGrossman-FileTrail 26 Reputation points
2022-01-24T21:37:28.05+00:00

My team is considering Blazor for its next project, but there is an understandable hesitance to adopt it given what happened with Silverlight.

We are looking for information on Microsoft's long-term support (LTS) plans for Blazor, but we are having difficulty finding any official statements of commitment. Can anyone shed light on the expected survival and growth of Blazor going forward?

The only thing I've found is in this blog post, but it is not sufficient: https://devblogs.microsoft.com/dotnet/blazor-webassembly-3-2-0-now-available/

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,500 questions
{count} vote

Accepted answer
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2022-01-25T16:38:36.503+00:00

    No one can really tell you this as it depends on future events. will web assembly stay supported, will web applications stay a preferred ui, etc.

    on the plus, blazor unlike silverlight is hosted by a web standard (web assembly). yet while web assembly has been declared the future of the web, blazor is probably the most popular toolkit.

    my guess is that web assembly applications will always be a niche. it is a compute sandbox that depends on javascript to access the dom or network.

    the reality is that the web application development is a fast moving technology. you would hard pressed to pick any framework guaranteed to last. what ever you pick today, may or may not look so good 5 years from now. You need a plan to stay current. You should reevaluate your decisions on a regular basis.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful