Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking for the Advice with a project that is in the planing stages.
I need to Build a JSON REST API so we can integrate an internal system that we are developing with our ERP(Netsuite). I program in VB.net and am looking for advice on what framework to use and were i can find examples that I can learn from. Performance is reasonably important to us if that helps.

All help and advice is very much appreciated.

Cheers,
Aneets

What I have tried:

have built a system in witch we used WCF so did try to convert this example to VB without success. Create RESTful WCF Service API: Step By Step Guide[^]

have read up on ServiceStack but cant find any documentation on how to use in VB.
Posted
Updated 13-Jun-17 14:34pm
Comments
Graeme_Grant 16-Mar-17 7:23am    
Server or client side? or both?
Aneets 16-Mar-17 15:37pm    
Thanks for you Reply Graeme_Grant,
Just Server Side.
F-ES Sitecore 16-Mar-17 7:41am    
Use WCF, that's not the only example out there, look for articles on MSDN as they will have vb.net samples too.
Richard Deeming 16-Mar-17 14:24pm    
I'd be inclined to use WebAPI[^] or Nancy[^] rather than WCF.

But you'll need to get used to the fact that you're more likely to find samples and documentation in C# than VB.NET - it's generally easy to convert between the two, so most authors only provide code in a single language.

Like Richard has mentioned, WebAPI[^] would be the best ASP.NET option. Here is a quuick guide to setting it up and trying it out: Token Based Authentication using ASP.NET Web API 2, Owin, and Identity - Bit of Technology[^]
 
Share this answer
 
Managed to get Service Stack to work. Thanks all for your sugestions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900