ADO.NET C# POCO Entity Generator With WCF Support

Gratis

A project item to generate a POCO entity classes with additional Data Contract related attributes to support WCF.

(6) Comentar
Visual Studio
2010
Descargar (5.228)
21/12/2011
1.0
Vista
E-mail del.icio.us Digg Facebook Reddit Barrapunto Twitter Windows Live Favorites Windows Live Spaces
Agregar a favoritos
Descripción
Opiniones (6)
Preguntas y respuestas (1)
Inicie sesión para escribir una opinión.
Ordenar por:

por rasenad | abril 25 2012

Thx for your work.
Maybe you can take a look at Julie Lermans Entity Framework Book, 2nd ed., Chapter 18, pp 497 "Following WCF Collection Rules".
I modified the template regarding to these hints.
(FixupCollection instead of ICollection, and removing the virtual keyword from the properties)

por oompaloompa | marzo 21 2012

Thank you for this!

por oaba | marzo 08 2012

Downloaded it, works great. A real time saver. Thanks.

por DoctorJ1970 | marzo 07 2012

I can't get them to work. I get the following error whenever I try to send an array of the exposed Entity Framework objects:

at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ClientReliableChannelBinder`1.RequestClientReliableChannelBinder`1.OnRequest(TRequestChannel channel, Message message, TimeSpan timeout, MaskingMode maskingMode)
at System.ServiceModel.Channels.ClientReliableChannelBinder`1.Request(Message message, TimeSpan timeout, MaskingMode maskingMode)
at System.ServiceModel.Channels.ClientReliableChannelBinder`1.Request(Message message, TimeSpan timeout)
at ...

Amir Liberman marzo 07 2012

Hi,

1) Can you provide more details? - Please send the actual POCO class that the template created?
2) It appears that you are timing out on an operation on the server side.
3) The Q/A tab would be a more appropriate place for this 'review'

por jcarl21 | enero 20 2012

Well done!

por chettrigopal | diciembre 30 2011

Nice one !
Good Work :)

Inicie sesión para iniciar una discusión.


  • Help
    1 Posts | Último elemento para exponer enero 17, 2012
    • I need convert entity objects to JSON with WCF. I used this template but i can´t serealize the object.