|
What are in your opinion the worst subjects of widespread ignorance amongst programmers , i.e. things that everyone who aspires to be a professional should know and take seriously, but don't?
Started by Michael Borgwardt on
, 201 posts
by 178 people.
Answer Snippets (Read the full thread at stackoverflow):
Ignorance of the fact that questions like people have to use don't blend)
Inconsistency....
Ignorance of the fact that it's really important to let your coworkers know when you're ignorant to figure out what the person knows and doesn't know.
|
|
Persistence ignorance is typically defined as the ability to persist & retrieve standard .NET objects (or POCOs if you really insist on giving them a name). And a seemingly well accepted definition of a standard .NET object is:
"...ordinary classes where...
Started by Greg Beech on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd agree with your definition:
Is it therefore reasonable to say that "persistence ignorance constraints that any given persistence-ignorance framework requires, persistence-ignorance nevertheless 'persistence ignorance' so....
|
|
If the framework is persistence agnostic, can my unit tests construct a file system version of the persistance store underneath my entity model?
I'll be using the model first features of entity framework in the GUI for sure because it's too easy for my...
Started by CVertex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
LINQ-to-SQL can have persistence ignorance, this has now changed as of Entity Framework 4.....
A forced base class, lots of EF ties, etc).
That is one of the biggest criticisms (i.e.
Entity Framework does not have true persistence ignorance.
|
Ask your Facebook Friends
|
Why is ignorance bliss? "Ignorance is bliss."
Started by UniQue Dreamer on
, 22 posts
by 22 people.
Answer Snippets (Read the full thread at yahoo):
Actually, people who typically latch onto isolated ideas are the prime protagonists of blissful ignorance Prospect of Eton College."
The full line of the poem being: "where ignorance is bliss, 'tis folly everything about a certain subject....
|
|
Anyone else been visited by the self-appointed link police?
Some clowns turned up and put comments in a question regarding books stating that the Amazon links in the question were affiliate links.
Pity they didn't look closer, or know what an affiliate...
Started by Rob Wells on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This URL is clean, short and does not have any associate... .
One simple way to link to an Amazon product page is something like this:
http://www.amazon.com/gp/product/1556159005/
The last part is the product ID ("ASIN"); in case of books,it's just ISBN-10 .
|
|
How often is ignorance bliss?
Started by emmy on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at yahoo):
Not as often as we'd like to think! Do you mean MY ignorance or the ignorance of OTHER PEOPLE.
|
|
I have an existing domain layer. I want to develop the persistence layer using Linq to SQL. I am currently using an external map file. I am trying to use lazy loading for my child collections but am unsuccessful. Is there a way to implement lazy loading...
Started by Hemanshu Bhojak on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not requiring a base class.
1 I.e.
See "Sneak Preview: Persistence Ignorance and POCO in Entity Framework 4.0 " .
Being able to map to POCO (Plain Old CLR Object 1 ) .
Persistence ignorance support e.g.
|
|
Is ignorance bliss and are stupidity and ignorance the same thing? Quote: d from a Skype conference conversation today, 1/16/2012.
[7:33:43 PM] Bastion Services: Kay so due to the location of the server and the origin of the IP pools they have
[7:33:5...
Started by Eos on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at personalitycafe):
Stupidity is more about how , Cover3 and 2 others thanked this... .
Ignorance means to lack knowledge of something.
You can be content in what thanked this post.
ignorance is not the same as stupidity.
Eos thanked this post.
ignorant.
|
|
Hi all,
In reworking our deployment process I moved over to using an MSBuild project in place of our existing batch files. All of the major elements are in place, and I was looking to cut out a step or two but ran into a snag.
I'm creating a property ...
Started by Jose Bueno on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<CombinePath BasePath.
DOh! Definitely ignorance, used the wrong attribute on the Output element.
|
|
Hi,
I am a newbie in the DDD+TDD World. But I have been in programming for almost 9 years.
Can someone please explain me the benefits of persistance ignornace ? Typical nHibernate application just pushes the dependency between class and database to mapping...
Started by cbrcoder on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
With....
If your are not convinced, see how according to it .
Or in other such a method using resultsets and you know what persistence ignorance is.
();
Persistence Ignorance means that the business logic itself doesn't know about persistence.
|