I can't for the life of me find the C# API. Does it exist I'm looking for something like the Java API at:
http://java.sun.com/j2se/1.5.0/docs/api/index.html
Any help would be appreciated! Thanks.
I can't for the life of me find the C# API. Does it exist I'm looking for something like the Java API at:
http://java.sun.com/j2se/1.5.0/docs/api/index.html
Any help would be appreciated! Thanks.
Where is the C# API?
el perucho
About other browsers - I think it's not the impossibility of MS to do that. It goes more to the politics of company...
After all I think it's a matter of taste of every person what he/she likes. A time ago I loved JavaAPI and just couldn't get it right with MSDN, like you do. But now it seems for me far more comfortable...
Jaypee
http://msdn.microsoft.com/library/ url=/library/en-us/dnanchor/html/netdevanchor.asp frame=true
Andreas12345
You find the same under that MSDN link. Left on the screen are .NET-"packages" and classes. Right - documentation.
Go to ".NET reference", you'll find the C# api and .net framework classes.
PS: it works in all browsers AFAIK, but yes, only IE provides the full experience ;)
Jonas Bergman
It's so frustrating when you are new and you want to look up API information for a class and you are then forced to use the MSDN search only to often get a bunch of search results not even related to the C# API information. It would be so much faster to have a way to jump right to the class name your are interested in.
Side note: It's also horrible that MS won't create a left-side navigation system at the MSDN library http://msdn.microsoft.com/library/ that works in other browsers other than IE. I'm sure it was apparent from day one that the hierarchy navigation wasn't going to work well outside of IE, and yet it is intentionally left as it is.
Zierde01
Can you explain more what you are referring to (possibly a direct link) I still do not see a way to get a list of all classes listed alphabetically. I see a way to get a list of packages http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/cpref_start.asp, but that is not nearly as nice as being able to quickly find a class that you want when all you know is the Class name. Where is this list of all classes independent of having to know what package it belongs to Maybe it's there somewhere but I'm having a difficult time finding it.
Well, I consider it NOT working, when the tree on the left does not expand into a hierachal structure in Firefox or Opera. What is annoying is that the web developers know they can easily fix this, since it is not that difficult to create a cross-browser standard tree hierarchy, so all I can gather is that MS purposely not addressing it. Very lame in my opinion. I can see if it was some awesome activeX control that provided some great user experience.. but this is basic DHTML stuff.