I have created a wcf web service that enable user access to database. For database model I use entity framework. Problem is that I have so much classes inside of entity framework and it will take too much time to write a datacontract by hand. Is there a easy way to avoid that?
-
similar question here: stackoverflow.com/a/1122289/1099260Quinton Bernhardt– Quinton Bernhardt2013-06-08 13:56:39 +00:00Commented Jun 8, 2013 at 13:56
-
Thanks, I ve seen that solution but.. I hoped thatin Visual Studio 2012 there are some features that would help me to do it :/ Thanks anywayuser2302961– user23029612013-06-08 14:03:49 +00:00Commented Jun 8, 2013 at 14:03
Add a comment
|