Time to Update that Silverlight Application

A decade ago, Silverlight was king and I loved every minute of it. XAML provided precise and flexible layout, the Silverlight plugin alleviated most browser compatibility issues, MVVM and data binding allowed you to reduce coupling, and WCF RIA Services made it easy to rapidly build data services with corresponding client-side models. But as HTML […]
UI Automation Testing of Angular apps using Protractor / Jasmine

Automation testing is usually considered to be a separate process which requires the automation QA team to write tests in a separate solution with their own build process and workflow. But I will show how we can easily build an automated test suite within any Angular CLI project. Protractor is configured by default in any […]