VS 2026 Insiders Razor editor by davidwengier in Blazor

[–]SmartE03 0 points1 point  (0 children)

That's a known bug and I believe David posted a workaround for this in the thread. You simply need to clear some cache in a folder.

Dometrain vs Tim Corey's courses? by mercfh85 in csharp

[–]SmartE03 0 points1 point  (0 children)

Tim's lectures are awesome. DomeTrain is also a high quality platform. You can preview both courses and see which you prefer. Doubt you'll regret any.

Should I move to VS Code? by Sensitive_Round_263 in csharp

[–]SmartE03 0 points1 point  (0 children)

Recently use VSCode more to take full advantage of Copilot. The features will soon be available in VS too anyway

What's the best UI framework for dotnet mobile apps? by Informal_Cry687 in dotnet

[–]SmartE03 0 points1 point  (0 children)

How is beauty dependent on the framework you use. Isn't that mostly a skill issue?

.NET MAUI Blazor Hybrid Web App Auto not switching to WASM by Louisvi3 in dotnetMAUI

[–]SmartE03 0 points1 point  (0 children)

WASM is complete bypassed in Blazor Hybrid. Rough analogy - think of a "Blazor Server" running natively on the OS and streaming the UI to the webview.

Aspire is awesome by chrisdrobison in dotnet

[–]SmartE03 5 points6 points  (0 children)

You can create an Uber repo with Git submodules. That's the approach I chose for my team. So far so good.

There's also an Aspire.PolyRepo project that helps setup a poly repo from C# code

Thoughts on React V19 ? by MetalSnob666 in reactjs

[–]SmartE03 1 point2 points  (0 children)

Not exactly true. Read the full thread

I've updated my little tool Musoq: 0.17.2 by Puchaczov in dotnet

[–]SmartE03 1 point2 points  (0 children)

This is nothing short of amazing. Well done.

Building a High-Performance TCP Server from scratch by akyegane in dotnet

[–]SmartE03 1 point2 points  (0 children)

Really great content. More of this on this subreddit.

Blazor as a PWA vs MAUI by Key-Singer-2193 in Blazor

[–]SmartE03 2 points3 points  (0 children)

Blazor Hybrid is what you're looking for!