Click here to Skip to main content
15,894,343 members
Articles / Programming Languages / C#

Autogenerate DataContracts for WCF from POCO Classes

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
7 Dec 2016CPOL10 min read 20.6K   226   12  
Convert a class library of POCO classes to datacontracts for use with WCF without having to write DataContract and DataMember attributes directly to the POCO classes.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United Kingdom United Kingdom
Kuv Patel is a Senior Software Developer and Solutions Architect, specializing in .NET and Javascript frameworks development using MVC, ASP.NET, C#, WCF, Web API, Entity Framework, React, Angular.

Comments and Discussions