Porting from Indigo beta1 to WCF beta2
Posted by: OhmBlog,
on 22 Sep 2005 |
View original | Bookmarked: 0 time(s)
Along with the name change, we also made a raft of API changes in beta2. When
porting Indster from
beta1 to beta2, here are the most common changes I had to make across the codebase,
in no particular order. This list isn't meant to be exhaustive - just a
representative list.
Class name and other code changes:
ServiceHost<T> ServiceHost
ServiceSite InstanceContext
InstanceModeAttribute InstanceContextModeAttribute
...