Azure Deployment | Web Hack Wednesdayhttp://c9westeurope.blob.core.windows.net/mfupload/05f7b58786da4d14a00ea62b016ef993/whw18.mp4 Martin and Martin take a brief look at the numerous ways you can deploy to Azure. Source link… Read More
CodeChat 062 – Paul from Octopus Deploy | CodeChathttp://c9southcentral.blob.core.windows.net/mfupload/ace5a7867c3043648471a617011587ad/codechat062.mp4 Paul lives in Australia and works for Octopus Deploy – a software tool for pushing your code out to all of your servers. You can use Octopus Deploy for free for small teams, so it’s really easy to try it, realize the benefit, and then move into a higher scale production scenario. Octopus is… Read More
Package Managers | Web Hack Wednesdayhttp://ch9northerneurope.blob.core.windows.net/mfupload/0ea29e7cda7447d79b35a618015af173/WebHackWednesdayPackage1Jun2016.mp4 Martin and Martin look at the three main package managers used in ASP.net Core. Bower, Nuget and NPM explaining what each are used for in the context of an ASP.net core application. Source link… Read More
CodeChat 061 – Talking TypeScript and Angular 2.0 with Bill Wagner | CodeChathttp://c9southcentral.blob.core.windows.net/mfupload/0a26b63645ea42c19856a617011439ea/codechat061.mp4 Bill is like me in at least one way – he loves TypeScript and Angular 2.0. I pulled Bill aside during the Build conference and we had a little chat about TypeScript – a typed superset of JavaScript – and Angular 2.0 – the new version of Google’s popular web framework. This language/framework combination… Read More
Azure Functions | Web Hack Wednesdayhttp://ch9northerneurope.blob.core.windows.net/mfupload/3ae505583c334af490f2a60a00abc1ac/WebHackWednesdayAzureFunctions18May2016.mp4 This week Martin in Martin Look into Azure functions, an event driven platform as a service that allows you to execute functions of code when specific things happen. Martin Kearn uses this new capability to build an Image cropper that executes when images are uploaded to Azure Storage and then crops them and places… Read More
Edge F12 Tools for Tracking Changeshttp://ch9northcentralus.blob.core.windows.net/mfupload/e5b98de4fa474422ba5ba5fe016416fe/F12ToolsChanges.mp4 Microsoft Edge offers F12 tool features that are unique from any other developer tools. Edit HTML and CSS in the browser, making changes on the fly, and Change Bars will highlight any changes you have made. The Changes tab will show all your changes in one place with the ability to revert or copy… Read More
Tag Helpers in ASP.Net Core | Web Hack Wednesdayhttp://c9westeurope.blob.core.windows.net/mfupload/487c58d103cf4eaeb6e8a5f300df3fb1/WebHackWednesdayTagHelper27Apr2016.mp4 This week Martin and Martin look into Tag Helpers a new feature in Razor views inside of ASP.net Core. They build a basic tag helper and consume it from within an ASP.Net Core project. Source link… Read More
CodeChat 059 – The State of Angular 2.0 with Brad Green | CodeChathttp://c9southcentral.blob.core.windows.net/mfupload/fea2998078b54488a819a5e100ebc6d3/codechat059.mp4 I was thrilled when Brad Green (@bradlygreen) of Google agreed to join me on CodeChat. I’m ramping up quickly on Angular 2.0 which hit beta status a few months ago. It’s a delightful framework and I’m having a lot of fun, so getting a chance to talk to one of its founding fathers was… Read More
How happy are you? | Web Hack Wednesdayhttp://ch9northerneurope.blob.core.windows.net/mfupload/7ae9a6d79c574a57a342a5e700fa91e3/WebHackWednesdayHowHappyv113Apr2015.mp4 This week Martin and Martin look at building an ASP.NET Core website that uses Microsoft Cognitive services to determine the emotions of faces in a picture. You can see the finished website at http://howhappy.co.uk and see the code over on Martin Kearn’s GitHub: https://github.com/martinkearn/How-Happy Source link… Read More
Web.Dev 2: Getting Started with Angular 2.0 | Web.Devhttp://c9southcentral.blob.core.windows.net/mfupload/39603e9bcd5640a8b5a5a5c500eb445f/webdev2.mp4 Angular 2.0 is pretty great. It’s the latest iteration of the very popular Angular.js client-side web framework. It’s different from Angular 1.x. Actually, it’s very different! In this episode of Web.Dev, we’re going to walk through the 5 Minute Quickstart you can find at angular.io, and at every step I’ll explain a bit about… Read More