Good reference for Enterprise Service Bus [closed] - c#

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 9 years ago.
I am just getting started with ESB, I am currently reading the code for rhino-esb, to see how it is implemented.
Are there any good resources (i.e. books, videos) for beginners to get started with ESB? I am also trying to understand the difference between EAI and ESB.
Cheers!

This website (http://www.eaipatterns.com/) has good information about EAI.

You can start looking at Apache Synapse Enterprise Service Bus (ESB). It has so many samples, which will help you to understand ESB features.

Related

Is there any C# analogue of Node.js? [closed]

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 9 years ago.
Is there any C# analogue of Node.js?
I want a lightweight async http and websocket server.
Required platform: mono.
There are some. I know following:
NancyFX - http://nancyfx.org/. There is a good pack of links on Scott Hanselman blog
ServiceStack -http://www.servicestack.net/ - more complicated, but much more powerful
Here's a good list of your options (along with an async server example).
I use httpserver myself, and it works fine for my requirements.
http://blog.tedd.no/2012/07/28/asyncawait-http-server-in-c

What are good MVVM resources? [closed]

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 am constantly looking to learn more about MVVM but I feel like I have run out of source (which cannot be the case). So does anyone else have any good resources that they use?
I hope that you didn't went through CodeProject, here is a link that lists all the MVVM related article's and demo's. That will help you for sure.
http://www.codeproject.com/search.aspx?q=mvvm&sbo=kw

distributed/Parallel computing [closed]

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 9 years ago.
I need to write application in .NET which will be make some calculations on few comuters (eg.3 computers). How write this application, wchich library i need to use. Do you now any good materials about that?
Try looking into the Task Parallel Library
Or if you really want to use multiple computers, then check out:
Using Task Parallel Library with Multiple Computers

What Web-Engines do I've aviable when developing a C# Application in Windows? [closed]

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 want to know what are the most popular Web-Engines to use in a Desktop Aplication using C# and WinForms.
Can you suggest some ?
edit: I've edited the question, I think it's OK now.
I would go with WebKit.NET (GitHub Download)
I would use Awesomium.
It has a good .NET/WPF support.

Good tutorial for RESTful Services [closed]

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.
can anyone post a good tutorial or sample for WCF RESTful services/I want to learn from the basic.
A good book for RESTful Web Services
Here's a step-by-step guide from MSDN.
Microsoft have great Labs tutorials for REST.
Once i did those i found i could understand more content from REST Design papers.

Categories