473,763 Members | 1,377 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Has the XML Documentation been "forgotten" in VB.NET?

Hi There!

In C# you can use /// to add comments that can produce XML documentation.
What about in VB????

Thanks,
Don
Nov 16 '05
14 1611
Thanks Rob

Don

"Rob Windsor [MVP]" <rw******@NO.MO RE.SPAM.bigfoot .com> wrote in message
news:Ox******** ********@TK2MSF TNGP11.phx.gbl. ..
VB 2005 will have native support for XML comments. For VB.NET 2003 you can
use the VBCommentor Power Toy.

http://www.gotdotnet.com/workspaces/...a-86bdf39a17dd
--
Rob Windsor [MVP-VB]
G6 Consulting
Toronto, Canada
"Don Wash" <do*@wash.com > wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
H Cor,

Sorry you feel that way. I'm posting to C# newsgroup because C#

programmers
has access built-in documentation functionality and when they program with
VB.NET they will definitely look for a workaround, while native VB.NET
programmers who never used C# probably have no clue about XML

documentation
that I'm talking about.

And seriously, why documentation support for VB.NET has been not included but only for C#? I thought VS.NET is suppose to be one IDE for all

languages
without discrimination?

I hope it helps.
Don

"Cor Ligthert" <no**********@p lanet.nl> wrote in message
news:eq******** ******@TK2MSFTN GP15.phx.gbl...
Don,

Any reason you send this to the C# newsgroup maybe you have a good

reason, however it gives me only the idea you only want to create a trolling

thread.

Cor



Nov 16 '05 #11
Don,

Do not forget that the VBNet has background compiling while typing, which
makes the need for this kind of documentation "less" important.

The languages are maybe quiet the same, the IDE part definitely is not, the
developing teams went real in a different direction with that.

You are maybe right because I think that VBNet programmers expect the same
comfort from the C# IDE as it is with VBNet and probably it is visa versa
about the documentation system.

(Before it is flamed, especially on older computers is the C# IDE faster)

Cor
"> Sorry you feel that way. I'm posting to C# newsgroup because C#
programmers
has access built-in documentation functionality and when they program with
VB.NET they will definitely look for a workaround, while native VB.NET
programmers who never used C# probably have no clue about XML documentation that I'm talking about.

And seriously, why documentation support for VB.NET has been not included
but only for C#? I thought VS.NET is suppose to be one IDE for all languages without discrimination?

I hope it helps.
Don

"Cor Ligthert" <no**********@p lanet.nl> wrote in message
news:eq******** ******@TK2MSFTN GP15.phx.gbl...
Don,

Any reason you send this to the C# newsgroup maybe you have a good reason, however it gives me only the idea you only want to create a trolling

thread.

Cor


Nov 16 '05 #12
Cor Ligthert <no**********@p lanet.nl> wrote:
Do not forget that the VBNet has background compiling while typing,
which makes the need for this kind of documentation "less" important.


Why? I don't see the connection at all. If I need to know what a method
does, just being able to compile code in the background isn't going to
tell me what I need to know. Could you explain why you see the two
things as being related?

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 16 '05 #13
Jon,

Back, because I have my comments ready however was thinking you would stay
somewhat longer away from this newsgroups.

Cor
Nov 16 '05 #14
> > Do not forget that the VBNet has background compiling while typing,
which makes the need for this kind of documentation "less" important.


Why? I don't see the connection at all. If I need to know what a method
does, just being able to compile code in the background isn't going to
tell me what I need to know. Could you explain why you see the two
things as being related?

Humans have intelisense as well, when I get a signal from the IDE that it is
right written I mostly look a little bit "less" to the documentation. When
it goes wrong than I go deeper in the documentation.

However maybe that is as well a typical difference from an Alpha and a Beta.

Cor
Nov 16 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
3220
by: lawrence | last post by:
To call I would do something like: $headline = McSelectJustOneField::callDatastore("cbHeadline"); Is this the correct use of the static keyword, to implement a Singleton design?
5
2603
by: W.Guerlich | last post by:
I've got a Java servlet that delivers large database resultsets transformed to Excel with the HSSF library. In some cases it takes more than 15 minutes before transformation is done and content can be delivered to the browser. I want to show the "Save As" dialog as early as possible so the user knows he's not lost and forgotten. I already tried to send the response headers immediately after receiving the request including content...
23
3578
by: Invalid User | last post by:
While trying to print a none empty list, I accidentaly put an "else" statement with a "for" instead of "if". Here is what I had: if ( len(mylist)> 0) : for x,y in mylist: print x,y else: print "Empty list" which was supposed to be:
68
4365
by: Marco Bubke | last post by:
Hi I have read some mail on the dev mailing list about PEP 318 and find the new Syntax really ugly. def foo(x, y): pass I call this foo(1, 2), this isn't really intuitive to me! Also I don't like the brackets.
36
6397
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but something I'll need in this case is some experience-based set of rules about how to use python in this context. For example... is defining readonly attributes in classes worth the hassle ? Does duck-typing scale well in complex
11
2103
by: Joseph Turian | last post by:
Fellow hackers, I have a class BuildNode that inherits from class Node. Similarly, I have a class BuildTree that inherits from class Tree. Tree includes a member variable: vector<Node> nodes; // For clarity, let this be "orig_nodes" BuildTree includes a member variable:
14
1273
by: Don Wash | last post by:
Hi There! In C# you can use /// to add comments that can produce XML documentation. What about in VB???? Thanks, Don
9
7473
by: Ben Bacarisse | last post by:
I am porting a program from the Windows world to the Linux world. The source uses MS's new "safer" string functions such as: strcat_s(dest, size, source); but there are also calls such as: strcat_s(dest, source); I gather that the MS C++ library includes a option whereby some
84
8590
by: aarklon | last post by:
Hi all, I found an interesting article here:- http://en.wikipedia.org/wiki/Criticism_of_the_C_programming_language well what do you guys think of this article....??? Is it constructive criticism that needs to be appreciated always...???
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10145
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9938
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.