Search

You searched for the word(s): userid:775319

Matching Posts

  • Re: UpdateFrom and Encoding

    Ghotiman, I certainly agree that education is important. I'd be sad if we force people to type a big trainwreck of punctuation (<%% ... %%>) just to get the behaviour they should "always use". If other developers are as lazy as me, they're just going to press the fewest number of keys needed to say their project is finished, which means <%= ... %> ("seems to work fine").
    Posted to ASP.NET MVC (Forum) by SteveSanderson1 on 12/20/2007
  • Re: UpdateFrom and Encoding

    Um... maybe that was an excessive rant - I do really like the MVC framework so far! Good work
    Posted to ASP.NET MVC (Forum) by SteveSanderson1 on 12/16/2007
  • Re: UpdateFrom and Encoding

    Rob, please tell me you're not serious about HTML-encoding all input by default. I appreciate that you're trying to protect people from their own ignorance or forgetfulness, but as shinakuma indicated, this causes more problems than it solves. [1] It's an inappropriate mix of technologies. HTML encoding is only a concern of displaying HTML - it has no place in a SQL database. It's ugly when querying, interferes with full-text indexing, and clashes with other applications that might
    Posted to ASP.NET MVC (Forum) by SteveSanderson1 on 12/16/2007
Page 1 of 1 (3 items)