Tagged Questions

570
votes
277answers
49k views

What is the single most influential book every programmer should read?

If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be? I expect this list to be varied and to cover a wide …
100
votes
68answers
6k views

What are the best programming articles?

Part of being a good software developer is keeping current with what people are saying in the community. There are many good articles out there on the internet about the wide subject of computer …
1
vote
3answers
126 views

Pragmatic Programmer Techniques - who, what, where…

Few questions. But all very much related. 1) How many of the SO crowd are using 'pragmatic programmer' tools/methods/techniques including, but not limited to (some of the obvious): a) Source code …
12
votes
7answers
437 views

Questions every good Delphi developer should be able to answer?

Following the spirit of these questions: How to Recruit Great Developers? Questions every good .NET developer should be able to answer? ...it would be interesting to know recommendations or …
113
votes
22answers
7k views

Questions every good .NET developer should be able to answer?

My company is about to hire .NET developers. We work on a variety of .NET platforms: ASP.NET, Compact Framework, Windowsforms, Web Services. I'd like to compile a list/catalog of good questions, a …
4
votes
17answers
792 views

Where to start (self-)learning C, or should I learn I learn a different language?

Lately, I discover more and more that it's good to have extensive knowledge of programming fundamentals. Sadly, I am (one of the many) self-taught PHP developers and have no regrets choosing that …
18
votes
11answers
2k views

What is the Liskov Substitution Principle?

I have heard that the Liskov Substitution Principle (LSP) is a fundamental principle of object oriented design. What is it and what are some examples of its use?
5
votes
3answers
172 views

How .NET differentiates reference vs primitive and value types

.NET we have primitive datatypes like int and value types like struct. And also we have reference types. All of them seem to be derived from object class. How .NET determine primitive, value type …
1
vote
1answer
66 views

Purpose of an ‘Identity Function’?

I came across this subject when I was reading through PrototypeJS's docs: its Identity Function. I did some further searching&reading on it and I think I understand its mathematical basis (e.g. …
13
votes
10answers
11k views

What is the best way to check for an empty string in Javascript?

I saw this thread, but I didn't see a Javascript specific example. Is there a simple string.Empty in Javascript, or is it just checking for "" ?
15
votes
13answers
7k views

.NET String to byte Array C#

How do I convert a string to a byte array in .NET (C#)? Update: Also please explain why encoding should be taken into consideration. Can't I simply get what bytes the string has been stored in? Why …
10
votes
13answers
1k views

What are the advantages of using an ORM?

As a web developer looking to move from hand-coded PHP sites to framework-based sites, I have seen a lot of discussion about the advantages of one ORM over another. It seems to be useful for projects …
0
votes
4answers
203 views

C# Private variable list

I suspect this question illustrates my lack of understanding about what's going on behind the scenes in C#, but hey... While doing a CRM SDK project in C# that involved a number of private variables …
19
votes
12answers
1k views

What is the fastest way to learn LaTeX basics?

I am completely new to LaTeX. I know, it is not very complicated. But there are always some basics that one need to be taught before going into the autonomous exploration stage. Currently, I have …
23
votes
29answers
2k views

Explaining to my boss what can and can’t be done with a computer…

My boss and his boss have both been coming to me regularly over the past few weeks with feature suggestions. The majority of these are very impractical, and I tell them (politely) that they are …

1 2 3 next
15 30 50 per page