Library tutorials & articles
Object Library generators for .Net (NDoc)
- Method for C#.NET
- Method of Vb.NET
- Using NDoc
- Comment Generators
Method of Vb.NET
For vb.net, procedure is a bit different, but the end result will be same i-e an XML file.As it is mentioned above VS.Net does not support built in facility to generate help file or XML file for Vb.Net code. In order to obtain the XML file, we will use VBCommentor plug in. This plug in will let the user to generate the comment block itself.
·
Run and install VBCommentor using setup file provided.
·
After the installation run VS.Net.
·
Go to tools and you will see option of ‘VBCommentor Options’. Click it, a new dialog box will open. As shown in figure 2.
· Check both options and press OK. And now when ever you will run the project XML file will be generated in bin folder.
Figure 2
Press ‘’’ and then enter and commenting box will appear at top of class header, method header, etc. Fill in the tags with appropriate description.
Related articles
Related discussion
-
VS.NET/sql server installation problem
by daspeac (4 replies)
-
Unable to access AxInterop.AcoPdflib.dll on 64 bit OS
by Shaila14041981 (0 replies)
-
connect to .dbf files
by daspeac (5 replies)
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
-
Research topic in software
by reachsangeethamathew (0 replies)
Related podcasts
-
More jQuery in ASP.NET
In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft's jQuery in ASP.NET announcement1.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are ...
Events coming up
-
Dec
9
GL.net Group Meeting - December 2009
Gloucester, United Kingdom
The beginning of this year holiday season will belong to mocks. Ronnie and Stephen will take us for a tour around exciting world of unit testing.
This thread is for discussions of Object Library generators for .Net (NDoc).