|
Okay, so I've learned WPF and WCF and that was great. I didn't bother with CardSpace because it's probably not gonna take off.
Should i bother with Workflow,..is it worth it? What's the big deal?
Started by Stimul8d on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
But if you don....
Human workflows - obvious It can be useful for complex UI and parameterize them .
Windows, then there's no need to bother learning it.
Software that would benefit from a definable workflow, I wouldn't bother much with it.
|
|
Started by ciaran81 on
, 85 posts
by 59 people.
Answer Snippets (Read the full thread at reddit):
The size doesn't bother me as much.
People and do something to break the ToS they should stay No, but what DOES bother me is people who prevent blocking of said items to allow other players access.
|
|
What programming 'religious' position or argument bothers you the most?
Started by Peter on
, 55 posts
by 55 people.
Answer Snippets (Read the full thread at stackoverflow):
But essentially all religious arguments are detrimental on one way or another, and all bother me.
There isn't really one religious argument that bothers me the most - all of them bother).
Of what it is.
|
Ask your Facebook Friends
|
I'm developing a WCF-based API for my company's CRM software. In the future, it will be used to develop applications on multiple platforms. I know WCF provides named pipe, TCP, and HTTP transports, but should I bother with the complexity of supporting...
Started by David Brown on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I have....
There's always tradeoffs.
Note that there is overhead involved so it isn't the fastest .
It also will likely work in almost all situations.
For simplicity, HTTP transport would be the most widely used transport with the most amount of flexibility .
|
|
I'm currently working on a little chat/forum site that I roughed out in a weekend, and it has anonymous entries (i.e.: no usernames or passwords). This looks like it could be easy-cake for a spammer to ruin, but I don't want to bother the user with captchas...
Started by SpleenTea on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The idea of capchas is that they are very....
Bots tend to fill all input fields, while users will sure leave fields they don't see empty .
If those are not left empty, you caught a bot .
Not a bomb-proof solution, but you can have some hidden input fields .
|
|
I was pretty surprised to find out that raw sources of my little open source project are getting downloaded more often than the compiled and ready to use library (jar file in this case, platform independent). I wonder what are the reasons behind that?...
Started by serg555 on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Also you might not need ....
There will be something for you to learn from the code .
Also its not a good practice to download some code and use it straight away without looking at how the code works .
The first reason would be for customizing applications.
|
|
So I have just followed the advice in enabling debug symbols for Release mode and after enabling debug symbols, disabling optimization and finding that break-points do work if symbols are complied with a release mode, I find myself wondering...
Isn't ...
Started by Extrakun on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I think your question should really be "Why bother with release mode?" The answer.
|
|
The question is pretty simple - could MCTS certifications make a difference in my professional career?
I am studying for exam 70-536 , the book is painful but pretty straightforward (I went through the book twice - now I am doing it for the third time...
Started by JohnIdol on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
It's worth the bother if any of the following are true:
You like to demonstrate that you can learn.
|
|
I'm wondering what portion of Java developers actually invest in writing package.html files, and what they write in them. I am particularly interested in packages that can serve as your public APIs.
In addition, I'm wondering whether developers actually...
Started by Uri on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Adding information on the package's general purpose is good practice, but I would venture to guess that most will not see the information... .
I typically access an API at the class level, and read the details only on the specific methods I have questions about .
|
|
I'm performing some parameter validation in a method and throwing an exception where necessary. Do I need to bother manually throwing exceptions of this type? As long as the caller is wrapped in a try..catch block a similar exception is thrown regardless...
Answer Snippets (Read the full thread at stackoverflow):
If you're making an SDK that will be heavily used by 3rd party programmers I recommend you throw ArgumentNullExceptions at... .
If you look at DotNET Framework code (say, using Reflector) then you'll find that the MS guys do throw these exception manually .
|