Rony Thomas's Image
More about this blog
Latest Post
14 Mar 2010
Total Posts
17
Readers
131
Liked
0
Disliked
0
Views-Per-Post
07.71
vote up
0
vote down

Local Type Inference - var keyword

Type Inference is one of the important features for a dynamic language; it preserves type safety while allowing you to write code with more ease. The compiler has the built-in intelligence to determine the “Type” of a variable. There is
Mar 14 2010 11:58 PM
vote up
0
vote down

Maa Tujhe Salaam

[youtube:BJ399KOoNRA]
Dec 01 2009 12:10 PM
vote up
0
vote down

Koundamani - Suryan

[youtube:k7mObPkrNiE]
tags: comedy
Aug 14 2009 09:13 AM
vote up
0
vote down

Learn to Appreciate Technology

[youtube:-LkusicUL2s]
tags: comedy
Aug 11 2009 10:59 AM
vote up
0
vote down
vote up
0
vote down

Goundamani Comedy

[youtube:NENeYSdYNTI]
tags: comedy
Aug 11 2009 10:35 AM
vote up
0
vote down

Hubble Space Telescope

[youtube:SpkrVw_E6Nw]
tags: space
Aug 11 2009 10:32 AM
vote up
0
vote down

World Science Festival 2009: Bobby McFerrin Demonstrates the Power of the Pentatonic Scale

World Science Festival 2009: Bobby McFerrin Demonstrates the Power of the Pentatonic Scale from World Science Festival on Vimeo.
Aug 09 2009 11:33 AM
vote up
0
vote down

Sortable List using ASP.net MVC and jQuery

Sorting is one of the most basic and essential algorithm form the early days of computation, In this article we will be discussing about sorting a list of items in a web application, this is one of the common feature given to the administrators, for
May 09 2009 03:19 PM
vote up
0
vote down

jQuery collapsible menu

I was trying to implement a collapsible menu using jQuery following John Resig’s  online tutorial. it was great, such a nice effect with little code, I found one problem with the effect though, when I tried to click on the menu item which was
Nov 30 2008 04:32 AM
vote up
0
vote down

Anonymous Types

Anonymous Types are inline class definition which is created at compile time, we use the same syntax of Object Initializer to declare a Anonymous Types but with out the class name var customer = new {Name = "Paolo Accorti", Country =
Nov 14 2008 03:52 AM
vote up
0
vote down

LINQ: Introduction

What is LINQ LINQ is a uniform programming model for any kind of data. LINQ enables you to query and manipulate data with a consistent model that is independent from data sources. LINQ stands for Language Integrated Query LINQ can be used to query
Nov 13 2008 12:28 AM
vote up
0
vote down
vote up
0
vote down

Refactoring: Reverse Conditional

[youtube:E2HfT2mhnZo]
Nov 12 2008 05:28 AM
vote up
0
vote down

Refactoring: Move Declaration near Reference

[youtube:u1K0jgm686o]
Nov 12 2008 05:27 AM
vote up
0
vote down

Refactoring: Coding Standards

[youtube:_tpjaZ4mIZ4]
Nov 12 2008 01:48 AM
vote up
0
vote down

Refactoring: Introduction

When we work on a project as a developer our main focus is to write code and complete the requirements of the modules given to us, once we are done we just call it a day, when the other developers try to refer the module we develop they are clueless most
Nov 12 2008 01:35 AM