|
Doesn't an ORM usually involve doing something like a select *?
If I have a table, MyThing, with column A, B, C, D, etc, then there typically would be an object, MyThing with properties A, B, C, D.
It would be evil if that object were incompletely instantiated...
Started by Corey Trager on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
Even ORMs need to avoid.
Did you ask whoever considered it to be bad "why?".
SELECT * is not bad.
|
|
There's a lot of interest these days in Erlang as a language for writing parallel programs on multicore. I've heard people argue that Erlang's message-passing model is easier to program than the dominant shared-memory models such as threads.
Conversely...
Started by lorin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Erlang is based on a concept.
Be considered hard and Erlang easy is the match of model to the domain.
|
|
Am I considered a pedophile? Am i considered a pedophile? To make long story short, i was sexually attracted to my 7 years old little cousin.its all started when i was babysitting them(she and her other sibling) because there was nobody at home to look...
Started by jiji on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at yahoo):
You need to get help and be honest.
Yes, any sexual attraction to a child is considered pedophilia.
|
Ask your Facebook Friends
|
So Far I know CLR via C# is considered one
Answer Snippets (Read the full thread at stackoverflow):
My two favorites (apart.
ASP.NET with Examples in C#" used to be considered the book on the subject, at least for those to be considered "classics" in the sense that K&R used to be considered a classic.
|
|
Is erlang considered managed or do you have to handle memory/pointers?
Started by mrblah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Garbage Collection in....
Functional programming features do not work well with the semantics of explicit memory release .
According to Craig Stuntz , all functional languages use garbage collection, which essentially means that they are managed languages .
|
|
When I implement a chaining such as in:
ToUpper().ToString(). ....
Would that chaining also be considered as a callback ?
Answer Snippets (Read the full thread at stackoverflow):
Public void Caller() { // We can use ....
It allows a lower-level object to call a method defined in a higher level object .
Usually a callback is in the form of delegate that is passed as an argument to another object or method call .
No, it would not be.
|
|
Is my i7 920 intell processor considered ia64 or x64?
Answer Snippets (Read the full thread at superuser):
The i7's use x64, aka: amd64 or x86-64, ....
Ia64 is a reference to the relative flop that is Itanium .
Ia64 is the Itanium architecture which is found mostly on enterprise class servers .
X64
ia64 refers to Itanium based designs and their brethren.
|
|
Are mixins considered a design pattern? Structural?
Started by 4thSpace on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
"A design pattern is a general reusable solution to a commonly occurring problem in software design" -- Wikipedia
D is compiled to machine code and with the use of mixins you can use it to ... .
Design Patterns in Ruby
Yes, it is in D.
Yes, it is in Ruby.
|
|
Is a design pattern considered a patent?
Started by someone on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Design Pattern : a general reusable solution to a commonly... .
They're two completely different things.
A design pattern is a documented general approach to solving a common type of problem .
A patent is a legal limited monopoly on a specific invention .
|
|
Are pipes considered dangerous to use in Windows, from a security standpoint?
Started by Brian R. Bondy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know exactly how they are implemented in Windows, but I would expect that pipes between processes/threads on the... .
If you are concerned about network sniffing, I suppose they could be since I don't think that pipes between systems are encrypted .
|