DEV Community

Discussion on: 2019 - The Year of .Net (Core) and Javascript. My New Directions for 2020

Collapse
 
dbshanks profile image
Derek Shanks

One thing to keep a close eye on for 2020 and beyond. Blazor and WebAssembly that is part of the .NET Core family.

It will be a game changer in the future. C# is very popular and having the ability to write C# that runs in the browser as an SPA is amazing. It’ll give React, Angular, Vue a major run for their money.

Collapse
 
zoltanhalasz profile image
Zoltan Halasz

I will dig deep in blazor server side soon. The client side is not yet stable. After it matures I will study that also.