zijianhuang / webapiclientgen

Strongly Typed Client API Generators generate strongly typed client APIs in C# .NET and in TypeScript for jQuery and Angular 2+ from ASP.NET Web API and .NET Core Web API
MIT License
167 stars 38 forks source link

VB.NET through decompiler #167

Open zijianhuang opened 4 months ago

zijianhuang commented 4 months ago

https://www.jetbrains.com/decompiler/ https://devblogs.microsoft.com/visualstudio/decompilation-of-c-code-made-easy-with-visual-studio/ https://www.codeproject.com/Articles/5355807/NET-5-Free-Decompilers

Write article and demo about this.

Some VB.NET shop might like it.

zijianhuang commented 4 months ago

github.com/dnSpyEx/dnSpy seems to be the only one.

zijianhuang commented 4 months ago

https://converter.telerik.com/ is Web based, and interactive. However, the conversion is wrong, even after I have resolve the case-insensitive issues through text replacement.

zijianhuang commented 4 months ago

https://icsharpcode.github.io/CodeConverter/ is better than telerik converter, however, it translate the extension method incorrectly. Reported the bug on https://github.com/icsharpcode/CodeConverter/issues/1118