all groups > c# > may 2005 >
You're in the

c#

group:

API Specifications For C#?


API Specifications For C#? Boon
5/18/2005 11:38:03 PM
c#:
Hi,

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

Re: API Specifications For C#? Bjorn Abelli
5/20/2005 12:00:00 AM

"Parikshit" wrote...
[quoted text, click to view]

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.

[quoted text, click to view]


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/default.asp?url=/library/en-us/netstart/html/cpframeworkref_start.asp

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

http://tinyurl.com/942ts


// Bjorn A


RE: API Specifications For C#? Parikshit
5/20/2005 6:31:08 AM
You can get the spec from the following link:
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-334.pdf

[quoted text, click to view]
AddThis Social Bookmark Button