API Specifications For C#?

G

Guest

Hi,

In java, they have a full set of API specifications available for
development. Is there such an API for C#?
 
B

Bjorn Abelli

...
Firstly, the API specs for C# are common for the .NET framework, as the
framwork classes can be used from any language using the framework.


That's more similar to the "Java Language Specification" than what's meant
by the API for Java.

http://java.sun.com/docs/books/jls/index.html

The API-specs for the framework in .NET are usually installed together with
Microsofts development tools (e.g. Visual Studio.NET).

But if you want to look them up on the Internet:

http://msdn.microsoft.com/library/d.../en-us/netstart/html/cpframeworkref_start.asp

...or if the link above broke...

http://tinyurl.com/942ts


// Bjorn A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top