Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LINQ SELECT to document .NET classes
Message
 
 
À
02/09/2007 15:42:30
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01251917
Message ID:
01251926
Vues:
13
Hi, Alex.

>Now that LINQ is out can someone figure out how to create a program to obtain all classes, etc in the .NET namespaces and save the information to an XML table with as much detail as is possible to obtain?

LINQ is not oficially out, and it won't be until year's end or early 2008, as part of the Visual Studio 2008 release. Of course you can use it, but to be true, there is nothing in LINQ that makes easier to get this data. LINQ just makes easier to query that.

Now, I'm not sure what's your goal with this, but from a documentation standpoint, there are lots of resources better than a HUGE list of namespaces, classes and members.

My favorite resource for that (and many more) is Lutz Roeder's Reflector (http://www.aisto.com/roeder/dotnet/). It allows you to traverse any .NET cod (including the framework itself) and not only its structure, but its code also, in IL, C#, VB and other languages.

Other than that, there is a nice poster made by Brad Abrams you can print and put on the wall:
http://blogs.msdn.com/photos/brada/picture524537.aspx

Regards,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform