It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
In my application i want to use NServiceBus.dll to read write message queue.
I googled to get the step by step tutorial but i did not get.
I want to build a console base application to read write queue using NServiceBus.
Please provide good example or link which will illustrate me NServiceBus in details.
Why not download the NServiceBus samples and run them?
http://docs.particular.net/samples/
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
What does it mean? Where is the problem? It appears when I'm closing my application. Of course I call dispose etc. It happens not always, but only sometimes.
waveOutWrite is a windows API which NAudio is calling and WaveHeaderUnprepared is one of the error codes it can return. Possibly your WAV playback has not quite finished before you close your application. Which callback model are you using?
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
any one plz tell me how to differentiate the c# and silverlight interms of utility classes,ui controls(ui rendering) and package deployment?
i need to know all these details anyone plz help me out.
The Silverlight classes offered out-of-the-box are listed on MSDN - as are the various C# class libraries.
Assuming that your question comes from wanting to know which C# classes are not available in Silverlight (quite a few as I remember)
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can i push notification to client same as Gmail do?
which technology should i use?
For an ASP.NET implementation, have a look at SignalR.
You need to create or reuse a Comet implementation.
This has already been discussed here.
More details about this design approach can be found here.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am new to this forum, so please excuse me if i ask any silly question.
I am trying to run photoshop action from VB interface. can any body guide me on how should i proceed.
thank you
to interact with photoshop in c# you can see this page, the simple and basic manual to scripting photoshop
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I'm looking for a set of library in C# that could help me develop a web based voice chat app. I would prefer to avoid using Flash or Silverlight if i can.
From searching the internet i found WebRTC, libjingle, FreeSwitch, Asterisk could possibly provide what i need, but none is written for C#.
Could someone point me to the right direction ?