DDD Sydney 2012 – Mehdi Khalili: ‘Automated UI Testing Done Right with Selenium’
Many teams try Automated UI Testing and many fail. Automated UI Testing is hard: the tests take a lot of time to write and tend to be brittle and hard to maintain. In this session, Mehdi Khalili will provide you with some practical advice on how to and how not to write your tests, introducing…
Clean Code, Testing and Continuous Improvement with Peter Gfader
SSW’s Adam Stephensen (Solution Architect) is joined by Peter Gfader to talk about Clean Code, testing and continuous improvement Peter Gfader is an Agile Enthusiast and aspiring Software Craftsman who likes Clean Code and is a strong believer in improving in baby steps. In this video, Peter discusses Clean Code development and how it raises…
John Papa on Single Page Applications (SPA)
SSW’s Adam Stephensen is joined by Microsoft MVP and Pluralsight Author John Papa to explore building great web user experiences with Single Page Applications. They discuss the ASP.Net SPA Templates, Javascript libraries and the effects on application architecture. Resources John’s Blog https://www.johnpapa.net/ John’s Pluralsight courses https://pluralsight.com/training/Authors/Details/john-papa Free Single Page Apps JumpStart – Pluralsight Module by…
February Software News by TJ
This month in Software: New ASP.NET and Web Tools New iOS released Microsoft’s first Windows 8 update The Hacker that got into Apple
Visual Studio 2012 with Jamie Cool
Adam Cogan interviews Jamie Cool from Microsoft about the new Visual Studio 2012 Jamie showed Adam the new Visual Studio 2012 and what a fantastic insight into the early Beta it was. Jamie demoed only the best features. In this interview, we cover: The philosophy behind the new design to the new Team Explorer The…
Eat your vegetables! Baking Healthy Projects with Unit Testing and Dependency Injection
Unit testing and Dependency Injection are good for you, yet these essential ingredients are missing from many projects. In this session resident guru Adam Stephensen looks at why many projects still don’t include unit tests, and provides some recipes for healthy projects that every coder should have in their recipe book.
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…