Search results

  1. S

    Why to consider asp.net mvc over classic asp.net

    In my opinion, classic asp.net should go the way of the dodo. Its hard to test, hard to provide separation of concerns, and in general is a bloated mess. Asp.net mvc on the other hand is a lean, mean development approach. Everything is fairly easy to test. The view engine can be mocked out...
  2. S

    Knockout.js

    If you have any need to cleanly integrate with a database back end, I highly suggest taking a look at knockout.js. It provides a nice, clean way to incorporate auto-updating data elements into your webpage. Additionally, the website knockout.js provides some awesome interactive tutorials.
  3. S

    Howdy!

    Hi everyone! I'm a software developer by trade, focused in the .Net world. It never hurts to learn more about HTML/CSS/Javascript or to help others do the same, so that's what brings me here! Larry
Back
Top