As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have recently read some articles about service buses and would like to to give it a go.
Googled to find a good beginner tutorial on NserviceBus, bug could not find a one so far.
Anyone aware of a good beginner tutorial on NServiceBus? (to start from very basic level)
seen some literature on internet, but they do not seem to be beginner level material.
Thanks a lot in advance for all your time and efforts.
Of course there is the documentation on the NServiceBus site.
Additionally, you can check out the info on the NServiceBus Samples.
There's a DNRTV Show on it here: Udi Dahan on NServiceBus
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
The official website contains so simple tutorials. Are there some good websites like ASP.NET MVC 3 from Microsoft that provide everything from scratch about Yii.
do you checkout the guide?. it's pretty straightforward.
Personal this is a great set of tutorials to learn Yii from.
http://www.larryullman.com/series/learning-the-yii-framework/
Follow the guide as mentioned, then check out the Blog Tutorial
i learned it on the blog tutorial, took me about half an hour to learn that way. I also suggest making a real life app with it, then you learn a lot more, since you look for ways to solve the problem that come, and questioning is the best way to learn without a doubt
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm new to the world of Mono and GTKSharp programming, having come from using visual studio on Windows it's a refreshing change to develop on Ubuntu using MonoDevelop.
I would like to find sites that I can contribute to and learn from, I have written a small class that implements some very easy to use dialog boxes such as a messagebox and filebrowser etc and would just like somewhere to share my code and get critique / input from other developers, and who knows maybe even help some people along the way.
This is my first post on stackoverflow so any help would be greatly appreciated.
The Mono mailing lists would be a good point to start.
You want the Gtk# mailing list.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of any good, detailed guides for capistrano and deploying rails applications? I'm interested in learning all the different functionality rather than just following a tutorial without really understanding what's happening.
Github made the great tutorial howto setup capistrano.
You can reference to the Capistrano Handbook and Getting start guide.
I don't know if it could be what you are looking for, but I just wrote how to make Rails 3.2, Nginx and Capistrano work http://www.lifeofadev.eu/posts/deploy-rails-3-2-with-capistrano
I've written this one, that at some point I might move off this gist:
https://gist.github.com/2161449
I agree there is/was a lack. I figured stuff out painfully, and then tried to write it up in a guide for others (and myself to refer back to)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would like to know if there are any tutorial websites for learning PyObjC apart from the home page of the project itself. I'm enthusiastic about being able to use python to develop native code and be productive without learning how to program in some of the other more traditional compiled languages. Anywhere I could get a screencast or good beginner tuts would be excellent.
You could start with Will Larson's stuff. You could read the Apple docs and do the temperature conversion thingie. You could do what I did and get Hillegass's book and then do the examples using PyObjC. You could read my stuff. I have lots of simple examples, but I'm just an amateur. You don't need to worry about Objective-C yet, but if you stick with it, you probably will.
And you really must learn that case matters.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the best sites/books for learning Apache from scratch?
Any recommendations?
The official Documentation is a good place to start.
Check http://httpd.apache.org/docs/ and http://httpd.apache.org/docs-project/
I was also searching Apache books for programmers and selected to read this:
Apache Cookbook, Second Edition - Solutions and Examples for Apache Administration
- By Rich Bowen, Ken Coar
I have found the documentation to be very useful. It has a lot of examples which make understanding Apache and its uses easier.
I found these books
Apache: The Definitive Guide, Third Edition
Apache Cookbook, Second Edition
The whole list is available here
http://www.apachebookstore.com/confluence/oss/display/BOOKS/Books+on+Apache+HTTP+Server+(httpd)