lamp

January 2010 - Posts

WebService Prefix
27 January 10 10:23 AM | Frederick.Chapleau | with no comments

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.

Filed under:
Use internal instead of public
04 January 10 07:42 AM | Frederick.Chapleau | with no comments

For production product, usage of public should be only used for publicly accessible methods, because all public methods can be used by other assembly/application than yours.

-f.

Filed under: