Archives

Archives / 2008 / September
  • C# vs Ruby vs PHP vs Perl vs Java


    A few days ago I posted a comparison of C# vs Ruby. So I thought what about adding some more populair programming languages to the graph. And what to we see below:

    c# 
     
    2.05
      
    ruby 
     
    1.00
      
    php 
     
    3.65
      
    perl 
     
    0.75
      
    java 
     
    7.65
     


    The other languages (php, perl, java) has the same drops during the weekends as C#. Ruby on the other hand stays stable during the whole week.

    So can we say:
    1. That Ruby isn't very common language at 9-5 Mon-Fri jobs, so it more used by hobbiest then by professionals.
    2. Ruby programmers can't stop programming.

  • Network Monitor 3.2 has released


    Network Monitor 3.2 is a protocol analyzer. It allows you to capture network traffic, view and analyze it.

    One of the nice features of the Network Monitor, is that the packets are group per process.




    Network Monitor 3.2 is available on Microsoft.com. The link is: http://www.microsoft.com/downloads/details.aspx?FamilyID=f4db40af-1e08-4a21-a26b-ec2f4dc4190d&DisplayLang=en.

    New features in version 3.2:

    • Process Tracking: Now you can identify rogue applications sending network data! View all the processes on your machine generating network traffic (process name and PID).  Use the conversation tree to view frames associated with each process.
    • Capture engine re-architecture to improve capture rate in high-speed networks. Network Monitor 3.2 drops significantly fewer frames that Network Monitor 3.1.
    • Find conversations:  You asked for this. Many of our users found conversation tracking to be difficult to use as the view grew hard to manage, and it was difficult to correlate the frames they were seeing with the conversation nodes in the tree. Now, you can quickly isolate frames in the same network conversation.  Just right-click on a frame and select a conversation to track, and you will see all the frames in that conversation. View TCP streams, HTTP flows etc.
    • Extensive parser set:  Parsers for over 300 protocols!  As before, the parsers are fully customizable.
    • Better parser management:  By default only a subset of parsers are loaded.  You can load the full parser set by going to Tools>Options>Parser and choose Full vs. Stub implementations.
    • CodePlex Ready:  In the upcoming months, we plan to place all our Windows parsers on the Microsoft open-source CodePlex site and allow the community to modify and contribute parsers.  You can find out more information on this here. This version of Network Monitor seamlessly integrates new parser packages.
    • Network Monitor API: Create your own applications that capture, parse and analyze network traffic!
    • More extensive documentation of the API and NPL.  Access the documentation from Help > NPL and API Documentation.
    • IA64 builds.
    • PCAP capture file support.
    • ContainsBin Plug-in:  Search frames for arbitrary byte sequences or strings.
    From: http://blogs.technet.com/netmon/archive/2008/09/17/network-monitor-3-2-has-arrived.aspx

  • C# vs Ruby

    A product of Google labs called "trends" is usefull to investigate search trends.

    What happes if we compare the search terms "C#" and "Ruby"?

    c# 
     
    2.02
      
    ruby 
     
    1.00
     
    C# vs Ruby


    What do we see in the graph, the Ruby line (red) stays pretty constant during the whole week, but the C# line (blue) drops during the weekend. Interesting isn't it?

    What conclusion can we make up with this info:
    1. Ruby is used by people that don’t have a personal life and spend the weekend developing stuff?
    2. C# is used by people that develop only on their 9-5, Mon-Fri job?
    A fair conclusion or does anybody has an other idea?

    From: http://codeclimber.net.nz/archive/2008/09/16/c-vs-ruby.aspx