C# API

  • Thread starter Thread starter Junaid Hussain
  • Start date Start date
J

Junaid Hussain

Hi,
I studied Java for my degree course and found it fairly easy to learn. I
found the Java API to be really helpful and it allowed me to be quite
creative with the language. I just want to know if there is a C# API or
something quite like it, which I can reference whilst coding with C#.

Thanks,
Junaid
 
Hi,

Check the MSDN site, please remember that the "C# API" is the .NET
framework as it's shared by all the .net languages.
There you will find the complete hierarchy of classes that form the
framework.

cheers,
 
Hi Junaid,

All the reponses you recieved are great resources but don't forget that there is also material that comes with VS.NET installation that provides you with
offline help.

1) Samples and QuickStart Tutorials that comes with the .Net Framework (Start ->All Programs -> Microsoft .Net Framework)
2) Step 3 of the installation process allows you to install the MSDN library which is all your help files that you can access while offline.
3) By installing the MSDN library, all you need to do is have your cursor on the keyword that you would like more information of in the IDE and hit F1, you'll be
taken there straight away. Try it!

Hope that helps,

Michelle Hlaing

Microsoft Support Professional

***Disclaimer: This posting is provided "as is" with no warranties and confers no rights.***
--------------------
 
Back
Top