By the power of Greysk...ehm...Blazor, You have the power!

By the power of Greysk...ehm...Blazor, You have the power!

Indeed, by the power Blazor gives you, you have the power over the software development world, how so? Blazor has been developed as a component-based engine, giving you the ability to run it virtually everywhere

  • Server-side web apps using Blazor Server
  • Standalone web apps using Blazor WebAssembly
  • Client-Server web apps using Blazor WebAssembly + .NET Core Hosted APIs ( or any other server exposing endpoints ), though, by using .NET you save development time by reutilizing lots of code, like models classes, source generators, localization engine, regular expressions, constants, enumerations, etc.
  • As part of other SPAs with Blazor Custom Elements: https://learn.microsoft.com/en-us/aspnet/core/blazor/components/js-spa-frameworks?view=aspnetcore-7.0#blazor-custom-elements
  • Cross platform apps with MAUI Blazor
  • Windows Forms, Windows Presentation Foundation with Blazor Hybrid

By leveraging Blazor capabilities to its max, while also combining it with techniques such as C# Source Generators, and shared code and UI, you are able to quickly develop high quality enterprise-grade platforms that will run in most of the major platforms, additionally, Blazor Hybrid gives you the ability to modernize existing applications without the need of rewriting them from scratch.

Check FairPlaySocial repository to see an example of how to use the Shared UI approach and C# Source Generators together to speed up your software development

https://github.com/pticostaricags/FairPlaySocial

Check the following Carl Franklin video to see how Blazor gives you all the power

And, while unofficially supported, you can even use Blazor from within an ASP .NET Webforms app.

Sponsor @efonsecab on GitHub Sponsors

Subscribe to my newsletter on LinkedIn?https://www.dhirubhai.net/build-relation/newsletter-follow?entityUrn=6868649232346226689

要查看或添加评论,请登录

Eduardo Fonseca的更多文章

  • Blazor How-To: Display Toast Notifications

    Blazor How-To: Display Toast Notifications

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

    3 条评论
  • How to use Instagram APIs with C# and .NET - Part I

    How to use Instagram APIs with C# and .NET - Part I

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

    3 条评论
  • Blazor How-To: Dynamically Set Page Render Mode

    Blazor How-To: Dynamically Set Page Render Mode

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • Features in the FairPlay platform

    Features in the FairPlay platform

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • Blazor How-To: Creating a Blog platform - Part 1

    Blazor How-To: Creating a Blog platform - Part 1

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • Progress Update on The FairPlay Platform

    Progress Update on The FairPlay Platform

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • How can Software Developers fight boredom

    How can Software Developers fight boredom

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • Using Artificial Intelligence to Improve Data Validations

    Using Artificial Intelligence to Improve Data Validations

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • How to Create Image Shares for LinkedIn Using C#

    How to Create Image Shares for LinkedIn Using C#

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

  • How to overcome legacy-fatigue?

    How to overcome legacy-fatigue?

    Hello, I hope you are doing great! Thanks for reading. Remember to share the article with your network and invite more…

社区洞察

其他会员也浏览了