HOW-TO

Top 5 Reasons Why You Should Never Use Web Forms Again

Top 5 Reasons Why You Should Never Use Web Forms Again

Find out in less than 4 minutes the Top 5 Reasons to ditch Web Forms and move over to MVC already! #1: Testability– MVC provides true separation of concerns, and makes it easy to test the whole application from Unit Tests to Coded UI Tests. #2: Instant Pages – Get your admin pages up and…

RedGate SQL Compare Demo with Adam Stephensen

RedGate SQL Compare Demo with Adam Stephensen

Adam Stephensen discusses: The ins and outs of RedGate SQL Compare and how to use it effectively. If you need a hand generating your change scripts, watch this video to see how Redgate SQL Compare allows you to analyse two databases, determine the differences and then easily script the changes.

SQL Deploy Demo with Adam Stephensen

SQL Deploy Demo with Adam Stephensen

SSW’s Adam Stephensen demonstrates the features of SSW SQL Deploy

Adam Stephensen is a senior developer at SSW with a decade of experience performing needs analysis, designing and building scalable, database-driven, distributed enterprise solutions incorporating web and windows interfaces.

How To Use Coffee Script + SASS + LESS in Visual Studio 2010 with Eric Phan

How To Use CoffeeScript + SASS + LESS in Visual Studio 2010 with Eric Phan

Eric Phan gives us a quick peek into CoffeeScript, SaSS and LESS and how they can help you create simple, maintainable javascript and CSS assets for your web application.

Debugger Canvas in Visual Studio 2010 with Eric Phan

Debugger Canvas in Visual Studio 2010 with Eric Phan

Debugger Canvas is a new user experience for the debugger in Visual Studio Ultimate. It pulls together the code you’re exploring onto a single pan-and-zoom display. As you hit breakpoints or step into code, Debugger Canvas shows just the methods that you’re debugging, with call lines and local variables, to help you see the bigger…