-
Notifications
You must be signed in to change notification settings - Fork 269
Updated Examples With Comments, Added NuGet References #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi Michael, That's one mega commit, thx :) The only things I can think of is that Apart from those minor details, it's looking good. |
Great! I'll keep going. Thanks for the feedback. |
…unnecessary DataMember and DataContract.
I made some additional changes based on your recommendations. |
Hi Michael, Sweet thanks for this, it looks good. Sorry for the delayed Response, I was busy finishing ServiceStack's new API Design :) As the new API is much better than the old one, I'm going to start porting all the examples to use it. It will probably take me a while to do slowly over the next few weeks - you're welcome to help out if you have some time. |
Updated Examples With Comments, Added NuGet References
How exciting! So far I like what I see. Just let me know where you want me On Mon, Sep 24, 2012 at 3:14 AM, Demis Bellot [email protected]:
|
Hi Michael, I've got a few other things going on atm, so I wont be able to get started on it for a while, but if you're keen it'd be awesome you have a crack at it! At the bottom of this page: I've gone through the process of converting a single service, it wont cover all use-cases but it's a good start to highlight the differences between the old and new api styles. |
I was reviewing it and looks pretty straightforward. I'll do whatever I can On Mon, Sep 24, 2012 at 1:35 PM, Demis Bellot [email protected]:
|
Sweet sounds like a plan. Feel free to ping me with any Q's you run into. |
Added NuGet references to projects. Removed referenced assemblies from lib folder. Updated some of the examples with comments using the Xml documentation format supported by Visual Studio. Please let me know what you like, don't like. Based on your feedback, I can update the rest of the projects.