Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
When adding a web service to your 2.0 .NET project, always begin by the same prefix, so, when the code will be generated, the namespace using will always be the same... like WebService.TheWSName and WebService.TheSecondWSName... -f.
-
-
Ok, once again, if classes names of classes should not have the name class inside them, why Webservices should have “Service”, “Webservices” or “Service” in their names? My hint on that, is that the name of the web services should relevant to its underneath...
-
-
(Almost) everybody knows that typing /// in front of a method generates XML comments. But it does not apply only to method, but to classes, namespaces, and property accessors. ... and there are 11 more tags! <c>, <code>, <list>, <listheader>...
-
-
Documenting code can be very long, and keeping the comments in-sync with the code is even harder. A solution for that is to use region, instead of comments. This way of documenting has two purpose comment the code, and scope the comment. And also, this...