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…

Read More

‘MVC: What’s All the Fuss?’ By Eric Phan

Originally broadcasted live on the 31st of May 2012 This Webinar, hosted by SSW’s Eric Phan, focuses on the key points of interest regarding MVC and is a must watch for any .NET developer. The topics include: A history of the platform ASP Classic ASP.Net Web Forms ASP.NET MVC Why clients and devs choose MVC…

Read More

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…

Read More

Upgrading to SharePoint 2013 with Eric Phan

Book Adam Now Part 1: In this interview, Adam Cogan sits down with Eric Phan to discuss managing the recent upgrade of the SSW Rules site from SharePoint 2010 to SharePoint 2013 Part 2: In this product demo, Eric Phan walks us through the task of migrating the SSW Rules site from SharePoint 2010 to…

Read More

What is the ‘Daily Scrum’? – Scrum Guide

The ‘Daily Scrum’ definition from the 2013 Scrum Guide in cartoon form. (from the 2013 Scrum Guide) Daily Scrum The Daily Scrum is a 15-minute time-boxed event for the Development Team to synchronize activities and create a plan for the next 24 hours. This is done by inspecting the work since the last Daily Scrum…

Read More

Performance Tuning from the Trenches – Eric Phan

Performance is often the last thing that developers think about when working on their projects. Often times it is after the website has crashed and burned before performance gets brought to the top of the backlog. In this session Eric will share war stories from helping clients performance tune their applications and guide you through…

Read More