Archive for September 2009

Parallel Computing in .NET 4.0 – Overview

Sep 28th, 2009 | By sankarsan | Category: Framework & Libraries

In the last 20-30 years we have seen a tremendous growth in processing power where the average speed of the processor has increased year by year.But over the last couple of years we are observing a shift in this trend.Instead of increase in processor speed the number of processors on a single chip are increasing.We [...]



A Deeper Look Into Javascript – Part I

Sep 28th, 2009 | By sankarsan | Category: 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 [...]



Code Contract in .NET

Sep 27th, 2009 | By sankarsan | Category: Framework & Libraries

Code Contracts is Microsoft’s implementation of Design by Contract(DbC) philosophy.It has been released as a MSDN Dev Labs project and will be a part of .NET Framework 4.0 hence present in VS 2010 Beta 1.Before getting into details of Code Contracts let us quickly cover DbC to set things in context. The concept of DbC [...]



NCover Code Quality Metrics

Sep 27th, 2009 | By sankarsan | Category: Framework & Libraries

Code Coverage Analysis is very crucial to writing better code and improving quality of software applications.Code Coverage Analysis Tools helps us in automated analysis of code and pinpoints the untested lines of code or areas which has become extremely complex and prone to error/performance bottlenecks.In this post I will discuss about NCover – a leading [...]



Community Tech Days in Kolkata

Sep 26th, 2009 | By sankarsan | Category: In Focus

0



Hello world!

Sep 26th, 2009 | By sankarsan | Category: Uncategorized

0