In Focus

    Kolkata CTD Presentation

    Kolkata Community Tech Days on 11th October has been a great event.It was a great learning opportunity for me while interacting with such a knowledgeable and enthusiastic audience.My presentation on C# 4.0 Language Enhancements  is now uploaded into slideshare.Hope it will benefit everybody.
    Community Tech Days C# 4.0
    View more presentations from SANKARSAN BOSE.

    [continue reading...]

Recent Comments

  • Woman Debate: BerkleyDB & C# – Part 1 – Coding N Design
  • Coding N Design: might want to subscribe to the RSS feed for updates on this topic.Powered by WP Greet BoxIn my last...
  • Tore Aurstad: I have worked a lot with ASP.NET GridView control. This new feature is exciting, because now one can...
  • Coding N Design -- Topsy.com: This post was mentioned on Twitter by Sankarsan Bose, Dmitry Zakharov. Dmitry Zakharov...
  • Giovanni: part 3 plz :)
  • 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 ...

    Web Apps

    Microsoft AJAX Library Preview 6 & Data Binding

    Sorry for a long absence.In my last post I had discussed about Microsoft AJAX Library Preview 6 and the DataView control.In this post we will take a look into the data binding feature.
    Let’s first take a look at the Sys.Binding class and it’s following properties

    target – The target object
    targetProperty – The property of the target [...]

    Programming & Languages

    A Deeper Look Into Javascript – Part I

    Javascript has been around since the early days of Web and is already embedded into the millions of web pages for performing client(browser) side actions.But because of some reason it was never taken too seriously in the initial days compared to the languages that were used for server side programming.Back in 2000 when I started [...]

    Framework & Libraries

    Parallel For Loop : Break Or Stop

    In my last post I had discussed about Parallel For loops and in what situation it can be useful compared to a sequential loop.In this post we will take a look at how to break or exit from a Parallel For loop.We can use the break or exit keywords for this purpose as Parallel For [...]