Monday, October 03, 2005

What's the difference between 'const' and 'static readonly' in C#.NET ?

How would U mark a method as obsolete in C#.NET. Say U want a compiler error to be generated whenever someone uses a obsolete version of you API....Can this be done?