Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
G

Gordon Kushner

@Gordon Kushner
About
Posts
58
Topics
13
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Code as War Crime
    G Gordon Kushner

    That's a win for Jacek! http://en.wikipedia.org/wiki/Befunge[^]

    The Weird and The Wonderful database design question workspace

  • Code as War Crime
    G Gordon Kushner

    I still contend that Object Pascal is the better language! There, feel better? :D

    The Weird and The Wonderful database design question workspace

  • Code as War Crime
    G Gordon Kushner

    You're probably right. I was given a task to get it working again. I later learned that it may have *never* worked.

    The Weird and The Wonderful database design question workspace

  • Code as War Crime
    G Gordon Kushner

    I'll assemble my elite team now! Thanks ;-)

    The Weird and The Wonderful database design question workspace

  • Code as War Crime
    G Gordon Kushner

    Look at it hard. Study it. Do the opposite and you'll do well in your career. Best to you.

    The Weird and The Wonderful database design question workspace

  • Code as War Crime
    G Gordon Kushner

    You're creeping me out. That is exactly what he did with the DataSet!

    The Weird and The Wonderful database design question workspace

  • Code as War Crime
    G Gordon Kushner

    I haven't been on these forums in a while. But I've come across a coding atrocity so horrible, so offensive, that I have to document it. This is a Windows service. Can you see how the developer accesses database data? (Answer below)

    Dim ResultDS As New SqlDataSource

    ResultDS.ConnectionString = System.Configuration.ConfigurationManager.AppSettings("JaguarReportingConnectionString").ToString()
    ResultDS.SelectCommand = ""

    ResultDS.[Select](DataSourceSelectArguments.Empty)

    Dim dg As New GridView
    dg.DataSource = ResultDS
    dg.DataBind()
    Dim dv As New DataView
    Dim dt As New DataTable
    dv = ResultDS.Select(DataSourceSelectArguments.Empty)
    dt = dv.ToTable()

    Hint: GridView is from the Web UI control namespace. Did I mention this is a Windows service?

    The Weird and The Wonderful database design question workspace

  • Impressed with Microsoft
    G Gordon Kushner

    Yeah, and in recent years they've actually took the lead rather than waiting for Java or Apple to do it first ;)

    The Lounge workspace

  • Impressed with Microsoft
    G Gordon Kushner

    Is that a dare? 'cause I still fear the blue screen of death.

    The Lounge workspace

  • Impressed with Microsoft
    G Gordon Kushner

    So I'm working on an Entity Framework model. When you create an entity, it creates an EntitySet with the pluralized name. My object is named ChatterBox. I was certain that the environment was so stupid that I intentionally coded the AddObject method with "ChatterBoxs". Imagine my surprise when it actually named it "ChatterBoxes"! Kudos to MS.

    The Lounge workspace

  • Six of one, half dozen of the other
    G Gordon Kushner

    I saw a clever way to notate this expression, but lost the link to it. Is there a better way to express it besides 6 = 12/2? Sincerely, Losing Sleep Over Pointless Crap.

    The Lounge question

  • Best customer support ever
    G Gordon Kushner

    It's great to hear about positive customer service. Thanks for the tip. I'll keep this vendor in mind.

    The Lounge html com hardware sales

  • The Phantom Menace and Netflix
    G Gordon Kushner

    "People are renting it and then microwaving the disc" Is this you? Plinkett review: The Phantom Menace[^]

    The Lounge php com

  • Nostalgia
    G Gordon Kushner

    Funny, my CD had Weezer, Buddy Holly. Guess you didn't have the Windows 95 Ultimate Edition! ;P Did yours also have a 3D bumper car game you could drive around a maze using the arrow keys?

    The Lounge com question

  • Can anyone explain where the pleasure is in mowing the lawn?
    G Gordon Kushner

    "you'll find yourself watering the lawn to keep it growing!" :laugh:

    The Lounge question

  • Can anyone explain where the pleasure is in mowing the lawn?
    G Gordon Kushner

    Although the mower is loud, it creates a kind of cone of silence where kids and spouses can't reach you. If you have a cigar while you mow, so much the better. It's a suburban Zen thing. Bagging sucks tho. I'll spot you that.

    The Lounge question

  • Government seized Chinese food
    G Gordon Kushner

    That's just horrible. I may never look at Chinese take-out the same way.

    The Lounge

  • Government seized Chinese food
    G Gordon Kushner

    ... such wanton disregard for decency.

    The Lounge

  • Government seized Chinese food
    G Gordon Kushner

    Emminent Lo Mein Sorry. I'm leaving now.

    The Lounge

  • Revenge of the Nerds?
    G Gordon Kushner

    The Rise of the the "Brogrammer" I don't know, is this just another media hype job for generating traffic? Seems to me that the author may have difficulties distinguishing an Aaron Sorkin script from reality.

    The Lounge html database com tools question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups