I'm using subsonic o/rm to generate my data classes. But the active record and active list classes it generates don't work over WCF. I have to manually write the data contract classes, and this is fairly tedious work for all the properties. Is there any way to automatically generate data contract classes for WCF services? Any ideas appreciated.
From stackoverflow
P a u l
-
If possible, .net framework 3.5 SP1 made your life easier, not requiring DataContract or DataMember attributes.
From Darren Kopp -
I believe the svcutil tool could give you a hand...
From sebastian
0 comments:
Post a Comment