Santhu <anonymous@disc ussions.microso ft.com> writes:
[color=blue]
> How can we make a api in .net as we make it in java?[/color]
Mmm what do you mean with makin an API? An API is a application program
interface, a set of classes/methods/interfaces to developing something
for a specific program/system/framework
Blogger is a blog publishing tool from Google for easily sharing your thoughts with the world. Blogger makes it simple to post text, photos and video onto your personal or team blog.
I want to have C# file and give the detail documentation about that class like no of functions in it, the classes which it inherits and add any comments if necessary etc.,
=?Utf-8?B?U2FudGh1?= <anonymous@disc ussions.microso ft.com> wrote:[color=blue]
> I want to have C# file and give the detail documentation about
> that class like no of functions in it, the classes which it
> inherits and add any comments if necessary etc.,
>
> How can i do that in .net?[/color]
Write your class in C# using XML comments, and build the XML document
from that. You can then use something like NDoc to convert that into
HTML etc.
Comment