Aug 18 2010

Microsoft’s WebMatrix too little too late?

Rod Liberal

Microsoft introduced a new development environment yesterday aimed towards new or lazy web developers called WebMatrix (beta).

The serious .Net developer may overlook this dummed-down version of Studio, but I wouldn’t be so quick to judge. Microsoft is wrapping this new package with some nice tools that will help even the more serious developers write some nifty code in a short amount of time.

Some of the features include a new version SQL Compact 4.0 which allows for multiple connections and a localized database file (you copy the assembly into your bin folder or the GAC and voila’) along with tools to edit the files and tables.

Also included is the “new” Razor view engine for its MVC style architecture paradigm (missing in VS as of right now). I’m not too familiar with Razor yet, but it seems like a pretty straight-forward script-only view engine which is all making more and more sense to me since I’ve been programming iPhone apps (makes you wonder who’s keeping up with whom).

Anyway, I stay away from ASP.Net for a couple of months and it seems like it’s all going the way of the Dodo. I need to get on MVC and keep an eye on WebMatrix’s tools making their way to Visual Studio.


Aug 3 2010

VS 2010 Keyboard Shortcuts Poster

Rod Liberal

While I will continue to work on my telekinetic skills aimed at controlling the characters on the screen, I’m regrettably still stuck to using this archaic tool called a keyboard.

If you’re in the same predicament, the Visual Studio team has thrown us all a bone by posting a comprehensive list of keyboard shortcuts to help you speed-code all day.

You can download the printer-friendly pdf here (also available in Hi-Rez) for your favorite language, including F#.