Hello Deepak, The library implementation your looking for is clrzmq. This is the C# implemented library. You can find it here https://github.com/zeromq/clrzmq. I recommend that you use the NuGet method of installing this into your projects as it handles all libraries and dependences for you. Simply install nuget, then use the package manager console to run the following line;
Install-Package clrzmq -Pre Note that this installs the pre-release library based on ZeroMQ 3. You will want to use this as the library has gone through a interface change since version 2.2. The zguide has examples for a number of languages, C# is one of these. I strongly suggest reading from beginning to end to understand the depth of ZeroMQ and play with all the examples to understand what is being talked about. Enjoy. Jason On 4 January 2013 22:47, Deepak Bajpai <[email protected] > wrote: > Hello, > > I am .net software developer and currently using C# 3.5 and sqlserver 2008 > as my programming language and database rspectiviliy. I need latest stable > zmq library with source and its compatible code samples for development > purpose. Can you help me in this matter I have tried a lot but I was not > able to find compatible versions of codes with library, help me as soon as > posible before I get forced by my senior's to change mode of implementation > without zmq. I hope you can understand my problem. > > Thanks & Regards > Deepak > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
