Viewing 15 posts - 496 through 510 (of 631 total)
I'm definitely happy with agreeing rules in a group and then following those rules. As long as the rules are what I want to be done and not anyone else's...
September 17, 2012 at 3:39 am
bitbucket-25253 (9/8/2012)
call.copse (9/8/2012)
September 10, 2012 at 3:50 am
I think I have followed a similar trajectory to Phil. I have spent (literally) years writing specifications in the olden days. We spent approximately 40% on the project time on...
September 8, 2012 at 1:20 pm
My interpretation would be that it certainly should do and that you will be correctly licenced if you buy per socket rather than per logical core.
This is well signposted...
September 5, 2012 at 3:46 am
mtucker-732014 (9/3/2012)
September 4, 2012 at 2:47 am
I think that is a little picky - most will understand that a database row cannot inherit in the sense of programmatically subclassing an object. The rows are inherited in...
August 24, 2012 at 3:17 am
Jasmine D. Adamson (8/21/2012)
call.copse (8/21/2012)
Raoul Bastendorff (8/20/2012)
skron (8/20/2012)
August 22, 2012 at 2:41 am
Raoul Bastendorff (8/20/2012)
skron (8/20/2012)
August 21, 2012 at 4:50 am
Being a Brit I can honestly say the last thing I would ever do is not take any of my allotted holiday. Its just not happening. I don't think I...
August 20, 2012 at 1:33 am
@charles.byrne
Nice post and pretty much where I stand - although I would say I am far less concerned these days at using ORM technology a little more extensively than the...
August 18, 2012 at 2:16 am
All sounds fine to me GSquared. I would expect such a perspective from a DBA type. I would whole-heartedly agree with having one person in charge of the data model,...
August 15, 2012 at 10:15 am
Ouch! Nice monstering GSquared! I'm sure I deserved it.
By default if you query an object in EF / L2S you will get all (mapped) columns back. This is not done...
August 15, 2012 at 7:47 am
Jeff Moden (8/14/2012)
call.copse (8/14/2012)
Point 3 Managing and using auto generated CRUD procs is definitely slower than using an ORM. I promise!
That's what I like ORMs for is basic CRUD. ...
August 14, 2012 at 5:27 am
GSquared (8/13/2012)
And even then, on simple queries, it has to assume no underlying database object will be changed without also recompiling, redeploying, etc., the code that accesses it.
If a table...
August 14, 2012 at 3:35 am
TravisDBA (8/13/2012)
Security
The first ...
Performance
Parameterized queries are ...
Organization
Stored procedures encapsulate the logic of accessing and retrieving data...
Maintenance and Scalability
If...
August 13, 2012 at 1:25 pm
Viewing 15 posts - 496 through 510 (of 631 total)