நவநீத கி௫ஷ்ணன்

Navaneet Speaks

Its my views on the technologies and the things that i learn everyday in my personal and company life! Also visit my mobile programming blog http://navan-on-mobile.blogspot.com/

Thursday, January 18, 2007

Enjoying life...

It has been a few weeks where i am just killing time, thinking about nothing and no coding at all.
A few things i am doing ...

Drinking lot of coffee... Passion for drinking life continues as i drink 8 to 10 coffees a day. Its has been from my childhood days i have been drinking lot of coffee. (The reason i am lean, might be due to this).

Reading lot of stuffs regarding motivation...
Theory is simple. When ur energy levels are higher, you perform a lot better. I am spending lot of time reading motivation stuff in the web. I am always inspired by great people. one such guy in recent times is SG Ganesh, one of my alumunus in my college who works in HP. He is .............
I heard from my friend, that he has written a book on motivation named "Little joy of motivation". I am desperately looking for someone who can lend me this book.

Days are not far off for coding for the upcoming release. Thinking a bit, how can i improve my work efficiency.

Thinking a lot about how to make your code smarter....
!.. Usage of good Data Structures based upon the scenario of usage.
!.. Good Design Patterns.
!.. Write Simple Code and only necessary code.
!.. Learn from the experience.

I am working out on a asynchronous design pattern. Like to share my ideas on it, once i am done with it.

Monday, January 08, 2007

Its been a free time for a while now.... I have done not any serious computing after november. Just spending some time in vacation and wasting time in office (Working very very little). Thinking a bit about future and want to spend most of my time alone (Strange but i myself don't know why?).

I was working on a POC (Proof of Concept) on buliding a local client cache data based on the advancedSearch. Its simply awesome API or function provided by microsoft.

Some of the techniques that is special about the API.

1) It does hierarchial search (From a folder, the search can be done on its subfolders also by just the one of the parameters as True.
2) It automatically spawns a thread, and generates a event once the search is completed.
(Nothing needs to be done by the programmer other than subcribing to the event).

I am working on structuring and generalizing the code, so that it can be used across all of CRM scenarios. It would really make a big difference to the project, if i could achieve this functionality.

Its been really great to work with 2 great guys Gaurav and Abhishek, who helped me a lot during the development.

Hoping to do more work on it...

Reference:
http://msdn2.microsoft.com/en-us/library/aa166337(office.10).aspx