Working with Sass in Visual Studio 2015

Introduction Sass is the perfect modern solution for maintaining many large complex CSS files, and keeping the CSS code DRY; with many developers using Sass now to overcome these maintenance problems. If you have never heard of Sass and want to learn more then look at the sections below. The official Sass website describes Sass as: Sass … Continue reading Working with Sass in Visual Studio 2015

Speed up .NET development with the CodeDOM

How to speed up .NET development using the CodeDOM and Reflection I recently worked on an ASP.net AngularJS/WebAPI hybrid project which had around 45 models linked to SQL Server tables using Entity Framework (nothing too unusual there); and the requirements in the product backlog was to create files for each. I am not talking 45 different files here.. I am … Continue reading Speed up .NET development with the CodeDOM

How to pass Microsoft exam 70-480

Having taken and passed the 'Microsoft 70-480 Programming in HTML5, with JavaScript and CSS3' exam last week I thought I would share my thoughts on how I prepared for the exam; and ultimately how it can help you to pass it too hopefully. Firstly; a bit on the exam. The exam is around 40-60 multiple choice … Continue reading How to pass Microsoft exam 70-480