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
-
Binary Studio | software development outsourcing Ukraine
by shane124 (4 replies)
-
Research topic in software
by reachsangeethamathew (0 replies)
-
career improvement advice
by hnasr82 (0 replies)
-
Advice on studying and preparing for interviews
by caryatid (0 replies)
-
Chart insertation in a windows form...
by pdhanik (1 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
-
Nov
18
15 Minutes of Fame
Dresher, United States
This is a yearly tradition. We select 10 of the favorite speakers from monthly meetings, code camps, and hands on labs. Each one does a 15 minute talk on their favorite .NET technology. This is our 10th anniversary so we plan a gala event with special prizes and refreshments.
This thread is for discussions of Object Library generators for .Net (NDoc).