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.
Recent Posts
Recent Comments
Featured
In my last post I have discussed about the BerkleyDB product family.In this post we will discuss about using BerkleyDB ...
Web Apps
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
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
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 [...]