2
votes
1answer
93 views
is WCF useful to build a client that uses a non-WCF web service?
I am brand new to WCF, and have limited experience coding against web services.
At work it has been dictated to use WCF for everything network service oriented. The work I need to do inv …
0
votes
Is it bad practice to return Exceptions from your methods
Exceptions can be nice in some settings, but keep in mind that they can incur a big, big performance hit.
…
1
vote
Stylistic Question: Use of White Space
My preferred style is probably anathema to most developers, but I will add occasional blank lines to separate what seem like appropriate 'paragraphs' of code. It works for me, nobody has complaine …
