Since there is no forum for it yet I thought I'd post it here.

http://msdn.microsoft.com/vstudio/ne...sharpintro.asp

It's a bit like C++ without the mess or C with classes done properly, It's MS's new language going for standardisation and it'll be in the next version of Visual Studio. (no I'm not an MS salesman)

Pointers are gone for normal data types, instead there are reference Vars (int, float, long etc) and Values Vars (array, struct, object)

It's suppoesed to be a RAD interface like VB but with lower level power for those who want it. The reviews look good (but then they always do)

Anyone know much about it or have any opinions on it?

I'm always interesed in something new and we all know Java is a waste of time...

John... Any chance of a C# forum when it comes out?

(Just feeling the water so to speak)

Paul