I'm working on a project for a client which they want written using VB and not C#. Most of the examples and tutorials for Web API are written using C#. Where can I find examples for Web API for Visual Basic? My underlying problem is that MVC 4 itself does
not have an XMLResult.
philmaker
None
0 Points
3 Posts
Web API Examples in Visual Basic
Oct 18, 2012 09:47 PM|LINK
I'm working on a project for a client which they want written using VB and not C#. Most of the examples and tutorials for Web API are written using C#. Where can I find examples for Web API for Visual Basic? My underlying problem is that MVC 4 itself does not have an XMLResult.
Thanks,
philmaker
visual
pro.shailend...
Participant
1000 Points
189 Posts
Re: Web API Examples in Visual Basic
Oct 25, 2012 06:12 AM|LINK
You can use online convertion tool for converting C# code to VB.
For convertion tool refer the link http://www.developerfusion.com/tools/convert/csharp-to-vb/
visual
Blog: Dot Net Tricks Windows Apps
Please "Mark As Answer" if my suggestions helps you
philmaker
None
0 Points
3 Posts
Re: Web API Examples in Visual Basic
Oct 26, 2012 09:30 PM|LINK
Thank you sir - that looks like a good resource.
invervegas
Member
31 Points
41 Posts
Re: Web API Examples in Visual Basic
Dec 27, 2012 09:59 PM|LINK
Just wondering, did you have any success in getting Web API functioning on a VB project?
I'm really keen to get involved in using Web API, but unfortunately the extent of my knowledge is VB webforms.
Any tips/tricks/problems encountered?
visual