views:

50

answers:

2

Hi, 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 many 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

+1  A: 

You should probably also have a look at ServiceStack.

Dave Van den Eynde
+1  A: 

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.

Luke
Thanx for sharing your experience.
Christofffer