WCF Enhancements and Essential Tools
The WCF enhancements in the .NET Framework 3.5 SP1 RTM (hey, why not just call this 3.6?) include one thing I've been dying to have: one does not have to [DataContract]/[DataMember] everything - yeah, POCO's!
I installed it last night and except for VS breaking some references to NUnit (I'm not sure exactly what's up with that), things are going really well.
Also, I get asked, "Hey, Scott, what's the WCF debugging tool you use....", all the time. So, here are the links to a couple of tools that make life easier:
- WCF trace tool http://msdn.microsoft.com/en-us/library/aa751795.aspx
- Debbuger visualizer http://www.codeplex.com/WCFVisualizer
There are no comments.