maingi4 / ProtoBuf.Services

Tests show a whopping 10x improvement for medium sized data, works with .Net 4.5+ (both client and server), can run side by side with other bindings for cross platform purposes
Apache License 2.0
28 stars 17 forks source link

Make the library portable #11

Open maingi4 opened 10 years ago

maingi4 commented 10 years ago

1) Silverlight 2) Windows mobile 3) .Net 4.0 ?

sirius17 commented 10 years ago

I would recommend targetting 4.5 incase you are using TPL. Getting TPL to work right with .NET 4.0 and portable class libraries is a big pain, especially with the testing.

Regards

"Sumit Maingi" notifications@github.com wrote:

1) Silverlight

2) Windows mobile

3) .Net 4.0 ? —

Reply to this email directly or view it on GitHub.

maingi4 commented 9 years ago

Makes sense, there is no multi-threading at all in the project though, What I'm worried about though is WCF internal behaviour changes in previous .Net frameworks. What do you think?