REST web services in .NET 2.0
I was looking into creating REST web services in .NET 2.0 and did not have too much success finding much information on the subject. I was able to find information on creating REST web services using .NET 3.5 but not using .NET 2.0. Recently, I stumbled across the Dream framework that enables you to create REST web services in .NET 2.0. So, if you are looking into creating REST web services but are still using .NET 2.0, you might want to take a look at the Dream framework.
leave a comment