In Focus

    TPL Dataflows – DevCon 2011

    Task Parallel Library Data Flows View more presentations from SANKARSAN BOSE

    [continue reading...]

Recent Comments

  • Anonymous: It’s actually LISP like..ami kichuta college e korechilam..Actually the way I see these languages...
  • Bigyan Bhar: Tumi Clojure sikhchho dekhe bhalo laglo. Its a totally different paradigm of programming. Good to know...
  • Coding N Design -- Topsy.com: This post was mentioned on Twitter by Abhijit Jana and Sankarsan Bose, Sankarsan Bose....
  • Coding N Design: my last post we had completed our discussion on the nested and child tasks i.e what happens when...
  • Netmajor: Great explanation of TPL! Thank You very much:) I will wait for next parts ;)
  • Featured

    BerkleyDB & C# – Part 1

    In my last post I have discussed about the BerkleyDB product family.In this post we will discuss about using BerkleyDB ...

    Got Introduced To BerkleyDB

    Every application that we build needs data.Traditionally in most of the applications we have a client component which interacts with ...

    Add A Row Using Javascript/jQuery

    This Friday I was having a discussion with one our team member and thinking a little bit about what can be a very clean approach for dynamically adding a row using JavaScript.There are various approaches let’s discuss about these a little. The traditional way is to use the DOM elements as shown below: In the [...]

    Go Language – Variable Declaration

    Since last two weeks, I am trying to play around with Go language from Google as and when I am getting some time.But till now I am stuck in the basics only.The variable declaration part seemed very interesting to me. Two important point needs to be noted: The variable declaration must be preceded by the [...]

    WebSockets using Socket.IO

    Prologue Today, web is all about being near real-time.We all expect to see the updates we are supposed to see e.g.what my friends are doing on Facebook, we expect our messages & news will be refreshed instantly in our web pages. With advent of technologies like AJAX , Comet etc. gone are the days where [...]