I have a generic method which has two generic parameters. I tried to compile the code below but it doesn’t work. Is it a .NET limitation? Is it possible...
  • May 16, 2022
  • 0 Comments
I’ve added a proxy to a webservice to a VS2008/.NET 3.5 solution. When constructing the client .NET throws this error: Could not find default endpoint element that references contract...
  • May 9, 2022
  • 0 Comments
I have a WCF Service which returns 1000 records from database to the client. I have an ASP.NET WCF client (I have added service reference in asp.net web application...
  • May 4, 2022
  • 0 Comments