|
-
Jan 9th, 2006, 06:50 AM
#1
Thread Starter
Fanatic Member
API Reference
Where can i find a full API reference for C# like the reference Sun Microsystems have for Java (http://java.sun.com/j2se/1.5.0/docs/...s/index-1.html)?
Last edited by x-ice; Oct 2nd, 2006 at 04:19 PM.
-
Jan 9th, 2006, 07:07 AM
#2
Re: API Reference
The MSDN documentation, I think it's a lot better than the Java API one and if you have the .NET Framework SDK or Visual Studio .NET, that same documentation on MSDN is on your hard drive, so it's much faster.
Also, here is a book that I find particuarly helpful.
-
Jan 9th, 2006, 07:10 AM
#3
Re: API Reference
MSDN has everything you could possibly want to know, although it's not alphabetically listed like that page you link to. Given that MSDN has fairly sophisticated search capabilities, I wouldn't think that that would be an impediment. Just enter the member name followed by "c#" and you'll find what you want.
-
Jan 9th, 2006, 06:19 PM
#4
Thread Starter
Fanatic Member
Re: API Reference
 Originally Posted by Hack
The MSDN documentation, I think it's a lot better than the Java API one and if you have the .NET Framework SDK or Visual Studio .NET, that same documentation on MSDN is on your hard drive, so it's much faster.
Also, here is a book that I find particuarly helpful.
I have Visual C# 2005 Express Edition. Would i have the documentation with that?
-
Jan 9th, 2006, 06:34 PM
#5
Re: API Reference
 Originally Posted by x-ice
I have Visual C# 2005 Express Edition. Would i have the documentation with that?
You have the option to install it with Visual C#. So, if you chose you want it, it's on there.
Did you pay attention during the installation?
You can always run the installer again to install the documentation.
-
Jan 9th, 2006, 07:05 PM
#6
Re: API Reference
I believe that the express versions come with a trimmed down version of the help files thats about 86 Mbs or something like that. Its not a separate CD like it is for the full versions.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 10th, 2006, 03:23 AM
#7
Re: API Reference
 Originally Posted by RobDog888
I believe that the express versions come with a trimmed down version of the help files thats about 86 Mbs or something like that. Its not a separate CD like it is for the full versions.
No, they come with the full versions.
You can download the ISO from Microsoft which is about 500MB. if you choose to download the documentation while installing, it downloads about 260MB.
-
Jan 10th, 2006, 03:42 AM
#8
Re: API Reference
In any case the full documentation is available on MSDN Online.
-
Jan 10th, 2006, 04:23 AM
#9
Re: API Reference
260 MBs is still way too small as the full version of the help for VS is 3 CDs.
For C# Express its 300 MBs just for the help files.
http://msdn.microsoft.com/vstudio/ex...p/easytolearn/
 Originally Posted by MSDN
Use over 300 MB of online documentation, including samples and walkthroughs in the MSDN Express Library.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 10th, 2006, 04:26 AM
#10
Re: API Reference
Seems its an "Optional" option...
http://msdn.microsoft.com/vstudio/ex...eatures/learn/
The Microsoft MSDN 2005 Express Edition Library is an optional installation component that contains over 300 MB of documentation to help you get started. The Library contains API documentation, samples, walkthroughs, and improved built-in search to simplify finding the content you need.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 10th, 2006, 04:41 AM
#11
Re: API Reference
More...
Each Express Edition includes targeted documentation that will help the beginning programmer quickly learn the concepts required to build more advanced applications.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 3rd, 2006, 09:47 AM
#12
Fanatic Member
Re: API Reference
i don't like msdn.most of the time its information is useless.
also the old good object browser of visual basic 6 is now with less information.
-
Apr 3rd, 2006, 07:34 PM
#13
Re: API Reference
 Originally Posted by alexandros
i don't like msdn.most of the time its information is useless.
Objection your honour! MSDN is the best resource there is for a .NET developer and should almost always be the first place you look for information. It will often need to be supplemented with information from other sources but I've learnt the vast majority of what I know about .NET development from the MSDN library. I genuinely believe that anyone who doesn't find it useful just isn't using it properly. I've actually answered questions on this very forum on subjects I previously knew nothing about simply by doing a search on MSDN. I was answering questions on DataGrids without ever having used one myself. All I did was read the class topic and the member listing topic and most of what was needed for basic use was spelled out right there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|