C# generics

G

Guest

As we know, C# does not support templates; instead it will support C# generics.
I think it’s about to be published with the .NET 2.0.
Can anybody tell me when these generics will be out for use?
 
G

Guest

hi
with the release of whidby (vs2005 ) we all can taste generics.
i think the beta version is available .

regards
Ansil
 
N

Nicholas Paldino [.NET/C# MVP]

Sharon,

No one can say really, as MS hasn't announced a release date. The
logical guess is sometime in 2005 (hence the name VS.NET 2005). Anyone that
tells you otherwise is probably lying.

Yes, Generics are definitely in .NET 2.0.

However, you can get access to the beta framework now, for free. Check
out the framework downloads page on MSDN.

Also, if you are a MSDN universal subscriber, you can get a beta of
VS.NET 2005 as well.

Hope this helps.
 
J

Jon Skeet [C# MVP]

Sharon said:
As we know, C# does not support templates; instead it will support C# generics.
I think it?s about to be published with the .NET 2.0.
Can anybody tell me when these generics will be out for use?

With .NET 2.0, which will be released at the same time as VS.NET 2005 -
probably mid-2005. You can download the beta of the framework (and
VS.NET 2005 if you have an appropriate MSDN subscription) now though.
 

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