Tagged Questions

11
votes
2answers
302 views

Dynamic Documentation for RESTful ASP.Net MVC web services

Are there any existing frameworks or examples of dynamic documentation for RESTful web services in ASP.Net MVC? I've got a bunch of web services in an ASP.Net MVC project that I want to document. ...
4
votes
4answers
1k views

Where can I find ASP MVC documentation?

Could anyone can tell me where I can find full ASP.NET MVC beta documentation?
3
votes
6answers
477 views

Where are ASP.NET MVC docs?

I am very impressed with the ASP.NET MVC stuff--and I've seen the various blogs and am quite anxious to dig in. But where are the docs? I can't find any docs on the System.Web.Mvc namespace, or any of ...
2
votes
3answers
165 views

What tools are available for generating good API documentation from my controller comments in ASP.NET MVC?

I have developed a restful API using ASP.NET MVC and have documented my controller actions using standard commenting. I would now like to generate API documentation to hand off to the people who will ...
1
vote
1answer
98 views

Document aspx file inline

In ASP.NET MVC Application I would like to document my Views, so that I can generate a documentation (using NDoc). Since Views do not have a code behind the documentation should go somewhere into the ...
1
vote
0answers
77 views

ASP.NET MVC - Downloadable reference documentation?

I use VS2008 (with Document Explorer-based documentation, y'know... before it started sucking with VS2010) and ASP.NET WebForm's documentation is all there. I don't need internet access to get ...
1
vote
2answers
422 views

Good way to document various process flows in application?

I'd like to create a simple central documentation that visually shows various processes and dependencies in my ASP.NET MVC application, for example how a service is called when my "Signup" action ...
1
vote
1answer
1k views

Looking for ASP.NET MVC PartialView and advanced AJAX documentation

I'm doing pretty well getting up to speed with ASP.NET MVC with the ASP.NET website walkthroughts and tutorials. Now I'm fully aware that this documentation is not complete and just Beta, but theres ...
0
votes
2answers
393 views

ASP.NET MVC UI Helper list and documentation

Is there an updated list of the UI Helpers for ASP.NET MVC? I can only find documentation of beta version stuff. I have the source, and I will probably end up looking at that anyway, but it would be ...