An outlet for my obsession with technology
Archive for February, 2010
Wcf, WebGet and Client Config
Feb 17th
try:
If you annotate your methods with the WebGet annotation, when a client adds your service as a service ref, there will be no client configuration information.
catch:
To put that another way, if you use the WebGet annotation it’s assumed the calling party is going to use rest.
finally:
if you use the WebGet annotation on your WCF operations they can be called as soap operations
Spark Binaries For ASP.NET MVC RC2
Feb 9th
THIS IS NOT AN OFFICAL RELEASE…YET
I spent the evening updating the spark source to support ASP.NET MVC RC/RC2. Well, actually I simply applied the changes that were posted to either the mailing list or codeplex.
All the tests pass:
Download it here:
Binaries: Spark-1.0.1.0-release.zip
Source: Spark-1.0.1.0-source.zip
This post, hopefully, won’t be up long.