Results 1 to 40 of 42

Thread: Has anyone here read this?

Threaded View

  1. #16
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: Has anyone here read this?

    rapid development of simple applications
    Yep, that's when it's good.

    The fake key thing isn't so bad if you use sprocs because you just return the idenity value but I know what you mean, you still need to code around it in some way shape or form.

    I'm personally not a big fan of datasets that contain more than one table. There'll be folks ready to shoot me for that because I'm giving up alot of the power they offer but I just find that they're harder to deal with conceptually than a single table result set (or whatever MS choose to call it in it's current iteration)

    I must admit, I haven't tried out Linq yet. I guess I pride myself on my ability to write and optimise SQL and I don't trust an abstracted layer to do that optimisation for me. Realistically it probably does a perfectly good job so I'm probably not being rational on that one but old habits die hard. Besides, it's got shifty eyes and it's looking at me funny.

    As for inheriting to override functionality, you can but I wouldn't want to and, if you have to, it kinda proves your point that the default functionality isn't meeting your needs.

    I used to use JQuery back in the J2 days. Back then it pretty much consisted of a connection object you could chuck a query down. I'm guessing it's expanded since then.
    Last edited by FunkyDexter; Apr 4th, 2011 at 09:36 AM.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width