开发者

What is the preferred way of calling REST services in MonoTouch?

开发者 https://www.devze.com 2023-01-18 11:25 出处:网络
Should I use traditional .NET methods or the MonoTouch .NET wrapper (1-1 mapping)? Rephrase: Should I use .NET´s e.g WebClient object or NSURLRequest (in .NET)?

Should I use traditional .NET methods or the MonoTouch .NET wrapper (1-1 mapping)? Rephrase: Should I use .NET´s e.g WebClient object or NSURLRequest (in .NET)?

I can think of ma开发者_运维百科ny situations where you have to choose between .NET and .NETified objective-c.

Is there a rule of thumb here? Because I don´t think it´s obvious.

BR


You should probably also have a look at ServiceStack.


I can't really offer a fully balanced answer, however you may be interested to know that we've been using .NETs methods from an iphone to great success.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号