Hussein Zahran [MVP]

ASP.NET Gate

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Friendly Blogs

Subscriptions

News

About Me






Hussein's Life

Post Categories



Saturday, May 07, 2005 - Posts

Reducing the cost of Information Journey!

To reduce the cost of transferring and moving information between your team you should follow these principles:-
1- place people physically closer,
2- replace documents with talking in person and at whiteboards.
3- Improve the team’s amicability so that people are more inclined to relay valuable information quickly.

http://www.jimhighsmith.com/articles/IEEEArticle2Final.pdf

posted Saturday, May 07, 2005 4:02 PM by Hussein with 0 Comments

Using Collections with value type data and it's Performance impact
One of the most regular faults we do is using collections to store data of value type such as int and float and we don't look deeply to the performance impact of this operation so what is the performance impact in that I'll explain.
When storing value type data in collection it is stored as object which is a reference type which will explicitly cast this value type data to a reference type this operation is called boxing. To avoid this try to use arrays rather than collections when dealing with value type data like int, float and so on.

posted Saturday, May 07, 2005 3:55 PM by Hussein with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems