5
votes
12answers
301 views
Which people should be followed up to learn more on C# and .NET? [closed]
Actually I am talking about names here.
Who are the prominent people -if there are- when we talk about C# and .NET so that it is really helpful to follow up their sayings, books, articles, blogs …
101
votes
38answers
5k views
How do you tell someone they’re writing bad code?
I've been working with a small group of people on a coding project for fun. It's an organized and fairly cohesive group. The people I work with all have various skill sets related to programming, …
1
vote
9answers
149 views
What do regular people think of programming? [closed]
Let me clarify the title first. Most of the people around me are just normal computer users who never heard of C++, Pascal and other programming languages. I've noticed that these people tend to think …
9
votes
9answers
283 views
How to deal with managers who always seem to know best?
Hi All,
I am Team Lead for development and systems admin within a small company. I answer directly to the Director of the company. She is fairly difficult to work with as she almost always knows …
0
votes
0answers
61 views
Importing certificate from .pfx file in Windows Server 2008
I need to automate installation of SSL certificates using scripts. I have been able to import server certificate from .pfx file using:
certutil -user –p 123 -importpfx …
2
votes
5answers
117 views
Best suggestions for handling micromanagement?
Looking for suggestions as to how to handle micromanagement of development, in the form of:
code in exactly this way (algorithmically - perform the actions in this exact sequence)
don't fix that …
9
votes
31answers
1k views
What are the names that every programmer should know? [closed]
Recently Jeff was talking about Alan Kay on the Stack Overflow podcast, and to be honest, I didn't have a clue who he was. Sorry Mr. Kay if your reading this ;-)
For the most part, the only widely …
1
vote
2answers
299 views
SharePoint 403 error for users not exist in “All People”
It is complex, I'll trying to describe it here.
If the user and his group have no access rights to anything on the SP site, the user will get a proper "Error:Access Denied" SharePoint page upon …
1
vote
2answers
3k views
How to call Android contacts list?
Hi,
I'm making an Android app, and need to call the phone's contact list. I need to call the contacts list function, pick a contact, then return to my app with the contact's name. Here's the code I …
7
votes
14answers
682 views
How to politely decline?
Recently due to organizational change, the management is inducting a senior engineer from another group who has no experience in programming. Obviously the work is nothing but programming. There is no …
6
votes
17answers
741 views
Great British Developers - where are you? [closed]
There are several developers that market themselves with an extremely high profile and as I'm a English speaker most of them seem to be from the US.
Are there active blogging/podcasting British …
9
votes
6answers
1k views
How many professional software developers are there worldwide?
I'd like to know the estimation for the supply of professional software developers globally, and, wherever it's possible, regionally.
Although weird, I hope this question to shed some light on the …
2
votes
6answers
297 views
Freelancing on a personal basis
Furthering this meaningless question, basically we get in touch with a programmer, personally, and we send him informal requirement descriptions, (not contracts) and when he sends back working code we …
4
votes
10answers
527 views
Subtly tell someone that you can’t just “teach” them (and them trying to help me is only really hurting my performance).
I'm currently hired on a temporary basis at a company to help out with some low-level integration with certain IM services. Their current programmers are all C# programmers relying heavily on that …
5
votes
14answers
471 views
Dealing with some grey code style issues
We have an intermediate developer who is really good at what he does, but there is one rough edge to this diamond. He's really insistent that every method have only one entry and one exit point.
The …
