Browse by Tags

All Tags » Practical Sample Code (RSS)

How to publish a single dynamic service and utilize Generics

Posted Feb 12 2008, 05:40 PM by Arif.Budimartoyo  

If you want to provide a single - dynamic service and utilize the power of Generics, you probably will create the Generic method something like this; public bool Update<T>(T updatedItem) {...} And someday you'll probably need to publish this service to be able to participate in Serialization...