Contents tagged with .net

  • RabbitMQ in .Net

    With help from Ann, I did some simple demo programs over the last few months to try to understand RabbitMQ and message queues in general.

    The code that we produced, (with a readme document) is here on github

    RabbitMQ is a free, open-source cross-platform message queuing system. It is described as robust, fast and scalable though I didn’t really test those features since I just ran it on my laptop and sent a few tens of messages. In production it would run on a server, or on a dedicated cluster if a really large volume is required. It follows a standard called AMQP.

    Continue reading...

  • The DSLs in C sharp

    A while back I wrote a blog post about as LINQ considered as a Domain-specific language. C# has DSLs, more of them over time, but as users of c# we don't have acess to this layer of the compiler.

    Continue reading...

  • A technology laundry list

    I will start with a few lists of technologies that I like working with, or would like to be working with:Technologies that I like the most in .NetAsp.Net MVC for Web applications, WPF for desktop applications, Silverlight for rich Internet applications.Unity, Castle or Ninject for IoCOther useful tools that I would prefer to work with:NUnit or MBUnit for unit testingRhino or Moq for mockingProductivity utilities: ReSharper, Stylecop and Styecop for ReSharper.Technologies that I don't know well, but merit a better look: Continue reading...

  • 1