Sharing positive feedback with this group…
Today I moved the service layer of my application away from Entity Framework/WCF/DomainService to www.ServiceStack.net. It is really nice to work with. I tried using Entity Framework with a Domain Service and it had me so locked into the required pattern I could not get simple stuff to work. Service Stack makes it really easy to write web services against a SQL database. The database can also be created using a code first approach. WCF is still good for the resume and a day job. But for projects that I architect, I’m using Service Stack.
Thanks very much for this link. I heard about it first on this email thread.
Cheers,
Allen