Thanks Mihies and Otis,
I've already noticed Genuine channels during my searches, of course I think it could do the trick and doesn't cost that much but I'd like to see what can be done with the standard .net functionalities before opting for a third party product.
Considering I'm working on a new app, perhaps I should not wait too much before switching to llblgen 2.5.
I also tried webservices hosted on IIS, was impressed by their ease of use but everywhere on the net people are saying it's so much slower than remoting.
I am confused about all this.
Good to hear that llblgen has new features that greatly improves serialization. I think it means that the amount of data sent over the wire is smaller, right?
I'm currently using remote methods like
EntityCollection<ArticlesEntity> GetOrderArticles( OrderEntity order ) { (...) };
Should I rather work with byte arrays instead of concrete llblgen objects?
PS: I sincerely appreciate your help