Blog Home  Home RSS 2.0 Atom 1.0 CDF  
Random Bits! - Monday, March 14, 2005
Rakesh Ravuri's blog
 
 Tuesday, March 15, 2005

Came across a good listing of Common Sources of Processor Performance Penalties: Five Issues , Rico Mariani’s Blog also has good information related to performance. Wiki on performance topics.

3/15/2005 4:22:22 PM (India Standard Time, UTC+05:30)  #    Comments [0]   .NET  |  Trackback
 Monday, March 14, 2005

I was playing around with the new anonymous delegates feature of the Visual Studio 2005 (widbey), I wondered if i could use the this to write for age old data structures in different way, and here is the result!

class ADStack<T>
{

     delegate T popdelegate();
     private popdelegate popper=null;
     public T Pop()
     {

          return popper();
     }

     public void Push(T value)
     {
          popdelegate oldpopper = popper;
          popper =
delegate{
                popper = oldpopper;
                return value;
          };
     }

}

 

3/14/2005 8:25:19 PM (India Standard Time, UTC+05:30)  #    Comments [0]   .NET  |  Trackback
I came across this interesting Project by one of the Microsoft Researcher's call MyLifeBits , it attempts to create a lifetime store/record of a persons activities and data related to him, hmm now that will eat up Terabytes quite soon! 
3/14/2005 8:14:16 PM (India Standard Time, UTC+05:30)  #    Comments [0]   WWW  |  Trackback

Find the latest interview with Andres Hejlsberg.

In this he talks about one my per peeves in .NET 1.x. "People do a lot of database access, and yet there are some pretty notable impediments to interactions between databases and programming languages. One of these mismatches is the absence of nullable types from programming languages. SQL databases have always had nullable types, but programming languages have never had nullable types."

His thoughts on XAML "One of the trends I think is interesting is the integration that is happening with programming models like ASP and XAML, which are mixtures of declarative and programming code that give you an amalgam of two different programming disciplines."

And this is exactly the reason I give my employees/clients for .NET based developments "The unique value proposition for .NET is that all languages ride on a common runtime and therefore the learning curve...well, 10 or 20 years ago learning the syntax of a language was 50% of the learning curve, and 50% was its APIs; indeed it might have even been that the language was more. Now, the API is the overwhelming learning curve, 95% or better. So, having a common API regardless of your choice of language is an enormous benefit!"

3/14/2005 2:22:09 PM (India Standard Time, UTC+05:30)  #    Comments [0]   .NET  |  Trackback
Came across an interesting site that highlights the "western" take on Outsourcing to India
3/14/2005 1:58:20 PM (India Standard Time, UTC+05:30)  #    Comments [0]   WWW  |  Trackback
 Saturday, March 12, 2005

Over last year blogging became a "in-thing" in terms of Upper Management & Heads of Programs actively embrassing it. A sizable portion of Microsoft employees have unique individual blogs. A list of them can be found here Novell already lists employee blogs in their company directory along with the employee’s email address.With Boeing's and GM's senior execs are starting to write blogs themselves, we know it is in!.

Yesterday Adea Solutions India CTO started blogging this got me wondering how wide spread is corporate blogging is in India?

3/12/2005 5:44:50 PM (India Standard Time, UTC+05:30)  #    Comments [0]   WWW  |  Trackback
 Thursday, March 10, 2005

I found a good explantion on Trackback out here. It is important to note that "TrackBack Ping URL is not the permalink for an entry--it is a different URL."

3/10/2005 12:22:47 PM (India Standard Time, UTC+05:30)  #    Comments [0]   WWW  |  Trackback
 Tuesday, March 08, 2005

Been to a Mark Knopfler concert yesterday. It was breathtaking display to Guitar Mastery respect ! I was lucky enough to find a first row position in the crowd for about 50,000 :-o .

One thing I noticed yesterday was how time and again Mark Knopfler goes into this zen like zone while doing his jams! That got me curious so I googled about the pshycology of getting to the zone, I found some articles like "In the Zone" ,"Flow"  also "Psychology Tips for Entering the Zone".

 

"the merging of action and awareness in sustained concentration on the task at hand" - Daniel Goleman, in The Meditative Mind:

3/8/2005 5:54:39 PM (India Standard Time, UTC+05:30)  #    Comments [0]   Misc  |  Trackback
 Friday, March 04, 2005

Welcome to my blog :-) 

More about me at here .

3/4/2005 4:51:01 PM (India Standard Time, UTC+05:30)  #    Comments [0]   Misc  |  Trackback
 Tuesday, February 22, 2005
Test Entry
2/22/2005 2:23:46 PM (India Standard Time, UTC+05:30)  #    Comments [0]   Test  |  Trackback
Copyright © 2008 Rakesh Ravuri. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: