C# beyond 3.0

N

Néstor Sánchez

Hi,
is there a tentive roadmap/features already semi-official for the next
version(s) of C#?
I'm interesting in the features of C# 4.0, maybe... Aspects? "Polyphony"?
Memory-Transactions? LINQ extensions?
And what about the CLR? I know in .NET 3.0 the CLR will be the same 2.0
core... what's the vision for CLR 3.0?

Just curiosity.
 
G

Guest

There is hardly any official roadmap for C# 4.0, what I've seen in inet it's
some post about new desired features, but nothing officially was mentioned.

C# 4.0 features will be kwown only when we understand the prons and cons of
C# 3.0.
STM is still in the phase of investigation (last 5 years) and it's hard to
tell when they are goint to include in any C# version.

Now abt .NET FW, C# 3.0 will be the part of the next version of .NET, not
3.0, but 3.5 that will come with VS Orcas.

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
B

Brian Gideon

Chris said:
I don't think there are any plans to add aspects to C#, but there are a
few open source AOP frameworks around.

Polyphony is already available in a reasearch extension to C# called
Comega:
http://research.microsoft.com/comega/

There is a Microsoft Research API for memory transactions called SXM:
http://research.microsoft.com/resea...842d-1c16-4739-afaf-edb35f544384\Details.aspx

LINQ support will be included in C# 3.0.

Great links Chris. The SXM link you posted is incorrect (it didn't
work for anyway). Here's another.

http://research.microsoft.com/resea...CF9A-C6AC-4BBB-B5E9-D1FDA49ECAD9/Details.aspx

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top