tags:

views:

180

answers:

1

From your own personal experience, how much of an impact will migrating to .Net 4 have on my existing WCF components?

Is there a big risk that I may need to re-write a lot of code?

+3  A: 

I was worried about the same thing- we have a large system with about 50 services/contracts across several bindings with some complex config and custom bindings/behaviors. I migrated the whole thing over to 4.0b2 and ran everything with no problems whatsoever. They've done a really good job of preserving backward compatibility where things have changed. I haven't seen a list of breaking changes from 3.5 to 4.0 yet (only between betas), but I'm sure they'll publish one at release.

Good luck!

nitzmahone
Awesome! Thanks for the answer!
Terry Donaghe