I wonder, has anyone is ASP.NET team considered using C# for frontend code? TypeScript is a very good option for writing large client libraries. But C# provides many exciting opportunities:
1) C# everywhere, no need to switch between two different languages
2) Sharing the same logic between server and client, no duplicate code, very easy refactoring with existing tools (i.e if we change fields of objects sent through WebAPI)
One of the most advanced C# to JS compilers is Bridge.NET https://github.com/bridgedotnet. So can we hope to see official integration of such technology in VS?