Vishwamohan

Welcome to Vishwa's blog - Technology, Spirituality and More...

Convert Array to Generic List

You can happily use .NET Generics in WCF Services. But when you will get the proxy of the respective service, these generics will get converted into Array, even you are using .NET to develop the client application. So now the question is how I should get back from Array to Generic List again. [More]