hi im just starting with c# where can i find c# .net 2.0 api or cli or clr or what ever its called, im not sure. its would basicaly be the same as http://java.sun.com/j2se/1.5.0/docs/api/ only for c#.
>hi im just starting with c# where can i find c# .net 2.0 api or cli or clr or >what ever its called, im not sure. http://msdn2.microsoft.com/en-us/library/ms306608.aspx Mattias -- Mattias Sjgren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup.
"jonathonP" wrote in message news:C64585F6-AEB5-47B4-AA7F-40CC597C4519@microsoft.com... > hi im just starting with c# where can i find c# .net 2.0 api or cli or clr > or > what ever its called, im not sure. > > its would basicaly be the same as http://java.sun.com/j2se/1.5.0/docs/api/ > only for c#. > Start here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconthenetframeworkclasslibrary.asp and navigate using the treeview on the left. -- Peter [MVP Visual Developer] Jack of all trades, master of none.
jonathonP schrieb: > hi im just starting with c# where can i find c# .net 2.0 api or cli or clr or > what ever its called, im not sure. > > its would basicaly be the same as http://java.sun.com/j2se/1.5.0/docs/api/ > only for c#. > A very good tool for browsing the .NET Framework and searching for classes/methods/properties is Reflector (http://www.aisto.com/roeder/dotnet/). Seems to be very useful to me.