Programming

REST...after a long time Members Public

It's not been too long since I have been  into Web development,but I have already started hearing the buzz word every now and then. REpresentational State Transfer(REST). Aaron Skonnard left me with enough curiosity and confusions with his Why we need REST talk,to make me

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

WP7 Application Model Members Public

Mobile phones should be always responsive,highly responsive infact.If it's not responding within 10 to 15 seconds,the users hits the switch off button or removes the battery to reset the phone....I have done this many a times. The WP7 application model allows only 1 application

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

Replace ‘Introduce Local Extension’ With ‘Extension Methods’ Members Public

Introduce Foreign Method(IFM) and Introduce Local Extension(ILE) are two refactoring techniques that comes handy when you need to add functionality to an exisiting class,source code of which is beyond your control. IFM is used when its just one or two functions that you need to add to

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming

TDD and Refactoring Members Public

Over the days I have been reading on Test Driven Development(TDD) and it seems really interesting methodology to go with as per development is concerned. Basic of TDD is that the development process relies on 'tests', that are written prior to code. Sounds astonishing!!!! It might to

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Testing

Role Based Access Control Members Public

RBAC(Role Based Access Control) is something that is very common in the day-to-day world. So what is this all about.It is just about a authorization check on whether you have the access to a particular resource or not. When faced with scenarios like this when developing applications, where

Rahul Pulikkot Nath
Rahul Pulikkot Nath
Programming