Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything like Vaadin for .net? [closed]

Tags:

.net

vaadin

Sorry for asking such a basic question, I have just come across Vaadin, it looks like a interesting way of creating web applications. I am very out of date of what the state of the art is these days, having last worked on web applications with classic ASP.NET, but do know about ASP.MVC.

As my background is C# and .NET I mostly get to work on systems that have a very large code base in C#, so just jumping ship to Java is not a good option.

like image 326
Ian Ringrose Avatar asked Apr 04 '14 09:04

Ian Ringrose


2 Answers

To my knowledge, and apparently Wikipedia's knowledge, there are no C# GWT-based frameworks.

like image 115
Gabriel Ruiu Avatar answered Oct 13 '22 20:10

Gabriel Ruiu


I would say Microsoft's Blazor framework (https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) is the equivalent for C#/.NET.

like image 41
John Avatar answered Oct 13 '22 22:10

John